Firmware2/Marlin/src/gcode
Roxy-3D f19fa64e98
Eliminate multiple settings to extruder_duplication_enabled in G28
If the IDEX mode was previously set (via GCode or the LCD Panel) to a duplication mode...   It was lost after a G28 due to this redundant setting of 'extruder_duplication_enabled'. 

It is very important to the various use cases of IDEX machines that extruder_duplication_enabled is preserved across a G28.   The reason is this allows a person to use the LCD Panel to put the machine into a duplication mode, and then send a 'normal' part file to the printer and get two parts out of the process.
2019-11-15 15:42:01 -06:00
..
bedlevel Patch ABL G29 loop 2019-11-01 15:39:05 -05:00
calibrate Eliminate multiple settings to extruder_duplication_enabled in G28 2019-11-15 15:42:01 -06:00
config
control
eeprom
feature Add and apply REPEAT macro (#15829) 2019-11-09 17:59:04 -06:00
geometry Show Total E during print (#15703) 2019-10-27 17:49:27 -05:00
host M119 => report_states 2019-10-30 15:24:10 -05:00
lcd No USE_M73_REMAINING_TIME without LCD_SET_PROGRESS_MANUALLY 2019-11-13 02:07:17 -06:00
motion
probe
scara
sdcard
stats Show Total E during print (#15703) 2019-10-27 17:49:27 -05:00
temperature Fix compile with chamber enabled (#15862) 2019-11-10 16:15:08 -06:00
units
gcode.cpp Get 'cancelable' for gcode.cpp 2019-10-25 19:38:23 -05:00
gcode.h Save some string flash 2019-11-02 00:48:05 -05:00
parser.cpp
parser.h
queue.cpp
queue.h