解决暂停冷却后继续温度不恢复的问题,优化热电偶最大报错次数,D1000 Z轴最大速度修改为7mm/s
commit 52ea64cf83535c84c378239b43a7f0a6a362a517 Author: ruipeng <1041589370@qq.com> Date: Thu Nov 28 10:55:09 2024 +0800 修复暂停掉温后,恢复时喷头温度不能恢复的问题
This commit is contained in:
parent
e554ddb83c
commit
a7475bb36b
@ -619,7 +619,7 @@ variable_idle_timeout : 600
|
||||
variable_runout_sensor : ""
|
||||
variable_filament_sensor : "filament_switch_sensor extruder"
|
||||
variable_filament_sensor1 : "filament_switch_sensor extruder1"
|
||||
variable_user_temp_resume : "_USER_TEMP_RESUME"
|
||||
variable_user_temp_macro : "_USER_TEMP_RESUME"
|
||||
variable_user_pause_macro : "_USER_PAUSE"
|
||||
variable_user_resume_macro: ""
|
||||
variable_user_cancel_macro: "_USER_CANCEL"
|
||||
@ -692,7 +692,7 @@ gcode:
|
||||
{% 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
|
||||
RESPOND TYPE=echo MSG='{"Restoring \"%s\" temperature to %3.1f\u00B0C, this may take some time" % (printer.toolhead.extruder, last_extruder_temp.temp) }'
|
||||
{client.user_temputer_macro|default("")}
|
||||
{client.user_temp_macro|default("")}
|
||||
{% set do_resume = True %}
|
||||
{% elif can_extrude %}
|
||||
{% set do_resume = True %}
|
||||
|
@ -612,7 +612,7 @@ variable_idle_timeout : 600
|
||||
variable_runout_sensor : ""
|
||||
variable_filament_sensor : "filament_switch_sensor extruder"
|
||||
variable_filament_sensor1 : "filament_switch_sensor extruder1"
|
||||
variable_user_temp_resume : "_USER_TEMP_RESUME"
|
||||
variable_user_temp_macro : "_USER_TEMP_RESUME"
|
||||
variable_user_pause_macro : "_USER_PAUSE"
|
||||
variable_user_resume_macro: ""
|
||||
variable_user_cancel_macro: "_USER_CANCEL"
|
||||
@ -685,7 +685,7 @@ gcode:
|
||||
{% 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
|
||||
RESPOND TYPE=echo MSG='{"Restoring \"%s\" temperature to %3.1f\u00B0C, this may take some time" % (printer.toolhead.extruder, last_extruder_temp.temp) }'
|
||||
{client.user_temputer_macro|default("")}
|
||||
{client.user_temp_macro|default("")}
|
||||
{% set do_resume = True %}
|
||||
{% elif can_extrude %}
|
||||
{% set do_resume = True %}
|
||||
|
@ -754,7 +754,7 @@ variable_idle_timeout : 600
|
||||
variable_runout_sensor : ""
|
||||
variable_filament_sensor : "filament_switch_sensor extruder"
|
||||
variable_filament_sensor1 : "filament_switch_sensor extruder1"
|
||||
variable_user_temp_resume : "_USER_TEMP_RESUME"
|
||||
variable_user_temp_macro : "_USER_TEMP_RESUME"
|
||||
variable_user_pause_macro : "_USER_PAUSE"
|
||||
variable_user_resume_macro: ""
|
||||
variable_user_cancel_macro: "_USER_CANCEL"
|
||||
@ -847,7 +847,7 @@ gcode:
|
||||
{% 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
|
||||
RESPOND TYPE=echo MSG='{"Restoring \"%s\" temperature to %3.1f\u00B0C, this may take some time" % (printer.toolhead.extruder, last_extruder_temp.temp) }'
|
||||
{client.user_temputer_macro|default("")}
|
||||
{client.user_temp_macro|default("")}
|
||||
{% set do_resume = True %}
|
||||
{% elif can_extrude %}
|
||||
{% set do_resume = True %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user