Welcome! Log In Create A New Profile

Advanced

LCD Smart Controller..Need Some Help

Posted by MarieRyan 
LCD Smart Controller..Need Some Help
November 04, 2015 08:19AM
Hey all,

I have a reprap Smartcontroller I have been using awhile and I just recently switched to the newest version of Marlin when I had to replace my hot end. Since doing this I have noticed that my menu has changed. There are more options listed and default settings for FLOW and Flow2. Can these be modifed in the firmware? If so where in the Firmware is this stuff located? I have looked throught he config.h file alot am not seeing it. It is mostly options in Tune that I want to modify. What is the difference between FLOW and FLOW0? I am afraid I might be adjusting the wrong one.

I want to also remove things like hte PID controls from the menu so that I don't edit them by mistake, can this be done.

Thanks,
Re: LCD Smart Controller..Need Some Help
November 04, 2015 11:27PM
I can only suggest you to rummage those other files like marlin.cpp or marlin.c, I'm sure it's somewhere within those .cpp/.c files and comment them out later
Re: LCD Smart Controller..Need Some Help
November 05, 2015 06:44AM
The lcd menu items are in the ultralcd.cpp file. To remove the FLOW and FLOW0 items just comment out these lines:

MENU_ITEM_EDIT(int3, MSG_FLOW, &extrudemultiply, 10, 999);
MENU_ITEM_EDIT(int3, MSG_FLOW0, &extruder_multiply[0], 10, 999);

The temperature control options are in the function

lcd_control_temperature_menu
Sorry, only registered users may post in this forum.

Click here to login