diff options
Diffstat (limited to 'config/sample-mmu2s-diy.cfg')
-rw-r--r-- | config/sample-mmu2s-diy.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/sample-mmu2s-diy.cfg b/config/sample-mmu2s-diy.cfg index d1d7793e..41fe669f 100644 --- a/config/sample-mmu2s-diy.cfg +++ b/config/sample-mmu2s-diy.cfg @@ -96,7 +96,7 @@ switch_pin: !P1.28 # P1.28 for X-max # variable_pause_z : z lift when MMU2S need intervention and the printer is paused # variable_min_temp_extruder : minimal required heater temperature to load/unload filament from the extruder gear to the nozzle # variable_extruder_eject_temp : heater temperature used to eject filament during home if the filament is already loaded -# variable_enable_5in1 : pass from MMU2S standart (0) to MMU2S-5in1 mode with splitter +# variable_enable_5in1 : pass from MMU2S standard (0) to MMU2S-5in1 mode with splitter # ################################ [gcode_macro VAR_MMU2S] @@ -394,7 +394,7 @@ gcode: {% endif %} {% endif %} -# Retry unload, try correct misalignement of bondtech gear +# Retry unload, try correct misalignment of bondtech gear [gcode_macro RETRY_UNLOAD_FILAMENT_IN_EXTRUDER] gcode: {% if printer["filament_switch_sensor ir_sensor"].filament_detected == True %} @@ -444,7 +444,7 @@ gcode: {% endif %} {% endif %} -# Ramming process for standart PLA, code extracted from slic3r gcode +# Ramming process for standard PLA, code extracted from slic3r gcode [gcode_macro RAMMING_SLICER] gcode: G91 |