From e48581652a6b8709036c79f6d6f5b17aa49d8e6c Mon Sep 17 00:00:00 2001 From: zkk <1007518571@qq.com> Date: Wed, 14 May 2025 11:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=93=E5=8D=B0=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=88=96=E8=80=85=E5=8F=96=E6=B6=88=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E5=90=8E=E9=87=8D=E7=BD=AE=E6=89=93=E5=8D=B0=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/CreatBot_D1000/base.cfg | 2 ++ config/CreatBot_D1000_V0/base.cfg | 2 ++ config/CreatBot_D600Pro2/base.cfg | 2 ++ config/CreatBot_D600Pro2_V0/base.cfg | 2 ++ config/CreatBot_F430NX/base.cfg | 2 ++ 5 files changed, 10 insertions(+) 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