feat: add missing KF6 framework recipes

This commit is contained in:
2026-05-07 07:53:26 +01:00
parent d8d498f831
commit a69f479b52
2374 changed files with 2610246 additions and 0 deletions
@@ -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