feat: add missing KF6 framework recipes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<indentfold>{% set target = params.BED_TEMP|int %}
|
||||
{% set current = printer.heater_bed.temperature %}
|
||||
|
||||
{% <beginfold id='1'>if</beginfold id='1'> current < target - 20 %}
|
||||
G4 P{ 5 * 60 * 1000 } #Milliseconds to dwell
|
||||
{% else %}
|
||||
G4 P{ 1 * 60 * 1000 }
|
||||
{% <endfold id='1'>endif</endfold id='1'> %}
|
||||
G92 E0 # Reset Extruder
|
||||
G1 Z2.0 F3000 # Move Z Axis to travel height
|
||||
ACCEPT
|
||||
SET_PIN PIN=my_led VALUE=1
|
||||
G4 P2000
|
||||
SET_PIN PIN=my_led VALUE=0
|
||||
Reference in New Issue
Block a user