Firmware2/Marlin/src/gcode/calibrate
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
..
G28.cpp Eliminate multiple settings to extruder_duplication_enabled in G28 2019-11-15 15:42:01 -06:00
G33.cpp Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
G34_M422.cpp Add error-check to M422 2019-10-24 12:59:50 -05:00
G425.cpp Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
M12.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
M48.cpp Multi-language support (#15453) 2019-10-09 19:46:10 -05:00
M100.cpp Adafruit Grand Central M4 (#14749) 2019-07-28 14:48:29 -05:00
M425.cpp Simpler Allen Key config. Fixes, cleanups from refactor (#15256) 2019-09-14 03:05:10 -05:00
M665.cpp Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
M666.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
M852.cpp Multi-language support (#15453) 2019-10-09 19:46:10 -05:00