diff --git a/config/CreatBot_D1000/base.cfg b/config/CreatBot_D1000/base.cfg index 0794c8677..78cd8530b 100644 --- a/config/CreatBot_D1000/base.cfg +++ b/config/CreatBot_D1000/base.cfg @@ -796,15 +796,11 @@ gcode: else printer[printer.toolhead.extruder].can_extrude %} # status of active extruder #### Printer comming from timeout idle state #### {% if printer.idle_timeout.state|upper == "IDLE" or idle_state or autoshift %} - SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=False - {% if last_extruder_temp.restore or last_extruder1_temp.restore %} - # we need to use the unicode (\u00B0) for the ° as py2 env's would throw an error otherwise - {client.user_temp_macro|default("")} - {% set do_resume = True %} - {% elif can_extrude %} - {% set do_resume = True %} - {% endif %} - #### Printer comming out of regular PAUSE state #### + SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=Fals + {% endif %} + {% if last_extruder_temp.restore or last_extruder1_temp.restore %} + {client.user_temp_macro|default("")} + {% set do_resume = True %} {% elif can_extrude %} {% set do_resume = True %} {% endif %} diff --git a/config/CreatBot_D1000_V0/base.cfg b/config/CreatBot_D1000_V0/base.cfg index c45ae5a12..8a81d6dfb 100644 --- a/config/CreatBot_D1000_V0/base.cfg +++ b/config/CreatBot_D1000_V0/base.cfg @@ -730,15 +730,11 @@ gcode: else printer[printer.toolhead.extruder].can_extrude %} # status of active extruder #### Printer comming from timeout idle state #### {% if printer.idle_timeout.state|upper == "IDLE" or idle_state or autoshift %} - SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=False - {% if last_extruder_temp.restore or last_extruder1_temp.restore %} - # we need to use the unicode (\u00B0) for the ° as py2 env's would throw an error otherwise - {client.user_temp_macro|default("")} - {% set do_resume = True %} - {% elif can_extrude %} - {% set do_resume = True %} - {% endif %} - #### Printer comming out of regular PAUSE state #### + SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=Fals + {% endif %} + {% if last_extruder_temp.restore or last_extruder1_temp.restore %} + {client.user_temp_macro|default("")} + {% set do_resume = True %} {% elif can_extrude %} {% set do_resume = True %} {% endif %} diff --git a/config/CreatBot_D600Pro2/base.cfg b/config/CreatBot_D600Pro2/base.cfg index ac91441fb..0e775e6cb 100644 --- a/config/CreatBot_D600Pro2/base.cfg +++ b/config/CreatBot_D600Pro2/base.cfg @@ -788,15 +788,11 @@ gcode: #### Printer comming from timeout idle state #### {% if printer.idle_timeout.state|upper == "IDLE" or idle_state or autoshift %} - SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=False - {% if last_extruder_temp.restore or last_extruder1_temp.restore %} - # we need to use the unicode (\u00B0) for the ° as py2 env's would throw an error otherwise - {client.user_temp_macro|default("")} - {% set do_resume = True %} - {% elif can_extrude %} - {% set do_resume = True %} - {% endif %} - #### Printer comming out of regular PAUSE state #### + SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=Fals + {% endif %} + {% if last_extruder_temp.restore or last_extruder1_temp.restore %} + {client.user_temp_macro|default("")} + {% set do_resume = True %} {% elif can_extrude %} {% set do_resume = True %} {% endif %} diff --git a/config/CreatBot_D600Pro2_V0/base.cfg b/config/CreatBot_D600Pro2_V0/base.cfg index 43b099bf2..2bd07f54a 100644 --- a/config/CreatBot_D600Pro2_V0/base.cfg +++ b/config/CreatBot_D600Pro2_V0/base.cfg @@ -725,15 +725,11 @@ gcode: #### Printer comming from timeout idle state #### {% if printer.idle_timeout.state|upper == "IDLE" or idle_state or autoshift %} - SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=False - {% if last_extruder_temp.restore or last_extruder1_temp.restore %} - # we need to use the unicode (\u00B0) for the ° as py2 env's would throw an error otherwise - {client.user_temp_macro|default("")} - {% set do_resume = True %} - {% elif can_extrude %} - {% set do_resume = True %} - {% endif %} - #### Printer comming out of regular PAUSE state #### + SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=Fals + {% endif %} + {% if last_extruder_temp.restore or last_extruder1_temp.restore %} + {client.user_temp_macro|default("")} + {% set do_resume = True %} {% elif can_extrude %} {% set do_resume = True %} {% endif %}