mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 15:38:43 +03:00
update V4.4.24
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -163,12 +163,10 @@ gcode:
|
||||
{% set hotendtemp = params.HOTEND|int %}
|
||||
{% set chambertemp = params.CHAMBER|default(0)|int %}
|
||||
set_zoffset
|
||||
{% if chambertemp == 0 %}
|
||||
M106 P3 S255
|
||||
{% endif %}
|
||||
|
||||
M104 S0
|
||||
M140 S{bedtemp}
|
||||
M141 S{chambertemp}
|
||||
# M141 S{chambertemp}
|
||||
G28
|
||||
CLEAR_NOZZLE HOTEND={hotendtemp}
|
||||
|
||||
@@ -178,10 +176,13 @@ gcode:
|
||||
G0 Z50 F600
|
||||
G0 X0 Y0 F6000
|
||||
|
||||
M191 S{chambertemp}
|
||||
M109 S{hotendtemp}
|
||||
M204 S10000
|
||||
|
||||
M109 S{hotendtemp}
|
||||
M141 S{chambertemp}
|
||||
M204 S10000
|
||||
{% if chambertemp == 0 %}
|
||||
M106 P3 S255
|
||||
{% endif %}
|
||||
ENABLE_ALL_SENSOR
|
||||
save_last_file
|
||||
|
||||
@@ -661,7 +662,7 @@ gcode:
|
||||
G92 E0
|
||||
G1 E-90 F800
|
||||
M400
|
||||
M118 Unload finish
|
||||
M118 Filament unloaded
|
||||
|
||||
[gcode_macro M604]
|
||||
description: load filament
|
||||
@@ -670,7 +671,7 @@ gcode:
|
||||
M83
|
||||
G1 E80 F400
|
||||
M400
|
||||
M118 Load finish
|
||||
M118 Filament loaded
|
||||
|
||||
[output_pin sound]
|
||||
pin: gpio8
|
||||
|
||||
@@ -445,6 +445,8 @@ probe_points:
|
||||
|
||||
[idle_timeout]
|
||||
timeout: 43200
|
||||
gcode:
|
||||
PRINT_END
|
||||
|
||||
[pause_resume]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user