diff --git a/config/CreatBot_D1000/base.cfg b/config/CreatBot_D1000/base.cfg index 688f53f32..48e9e576c 100644 --- a/config/CreatBot_D1000/base.cfg +++ b/config/CreatBot_D1000/base.cfg @@ -445,6 +445,7 @@ gcode: [gcode_macro _CANCEL_PRINT_BASE] description: Call when cancelled to print gcode: + M220 S100 M221 S100 [gcode_macro START_PRINT] @@ -489,6 +490,7 @@ gcode: [gcode_macro END_PRINT] gcode: M400 + M220 S100 M221 S100 G92 E0 G1 E-10.0 F3600 diff --git a/config/CreatBot_D1000_V0/base.cfg b/config/CreatBot_D1000_V0/base.cfg index 5bbaa6dce..c2c90c4ad 100644 --- a/config/CreatBot_D1000_V0/base.cfg +++ b/config/CreatBot_D1000_V0/base.cfg @@ -377,6 +377,7 @@ gcode: [gcode_macro _CANCEL_PRINT_BASE] description: Call when cancelled to print gcode: + M220 S100 M221 S100 [gcode_macro START_PRINT] @@ -421,6 +422,7 @@ gcode: [gcode_macro END_PRINT] gcode: M400 + M220 S100 M221 S100 G92 E0 G1 E-10.0 F3600 diff --git a/config/CreatBot_D600Pro2/base.cfg b/config/CreatBot_D600Pro2/base.cfg index 1122cbe0f..61fe3db7c 100644 --- a/config/CreatBot_D600Pro2/base.cfg +++ b/config/CreatBot_D600Pro2/base.cfg @@ -445,6 +445,7 @@ gcode: [gcode_macro _CANCEL_PRINT_BASE] description: Call when cancelled to print gcode: + M220 S100 M221 S100 [gcode_macro START_PRINT] @@ -489,6 +490,7 @@ gcode: [gcode_macro END_PRINT] gcode: M400 + M220 S100 M221 S100 G92 E0 G1 E-10.0 F3600 diff --git a/config/CreatBot_D600Pro2_V0/base.cfg b/config/CreatBot_D600Pro2_V0/base.cfg index 9f8ea2579..f60b78e21 100644 --- a/config/CreatBot_D600Pro2_V0/base.cfg +++ b/config/CreatBot_D600Pro2_V0/base.cfg @@ -378,6 +378,7 @@ gcode: [gcode_macro _CANCEL_PRINT_BASE] description: Call when cancelled to print gcode: + M220 S100 M221 S100 [gcode_macro START_PRINT] @@ -422,6 +423,7 @@ gcode: [gcode_macro END_PRINT] gcode: M400 + M220 S100 M221 S100 G92 E0 G1 E-10.0 F3600 diff --git a/config/CreatBot_F430NX/base.cfg b/config/CreatBot_F430NX/base.cfg index 8bc05b9a2..a96943c6a 100644 --- a/config/CreatBot_F430NX/base.cfg +++ b/config/CreatBot_F430NX/base.cfg @@ -592,6 +592,7 @@ gcode: [gcode_macro _CANCEL_PRINT_BASE] description: Call when cancelled to print gcode: + M220 S100 M221 S100 _ACTIVATE_PRIMARY_MODE @@ -639,6 +640,7 @@ gcode: {% set svv = printer.save_variables.variables %} {% set y_offset = svv.nozzle_y_offset_val|default(0)|float %} M400 + M220 S100 M221 S100 G92 E0 G1 E-10.0 F3600