update v1.7.0

This commit is contained in:
whb0514
2025-07-29 18:39:58 +08:00
parent adc97bc9c4
commit f2778023df
93 changed files with 15438 additions and 104 deletions

View File

@@ -7,6 +7,7 @@
# Plugins
[include timelapse.cfg]
[include KAMP_Settings.cfg]
[include box.cfg]
[mcu]
serial: /dev/ttyS2
@@ -66,6 +67,10 @@ pause_on_runout:True
runout_gcode:
RESET_FILAMENT_WIDTH_SENSOR
M118 Filament run out
{% set can_auto_reload = printer.save_variables.variables.auto_reload_detect|default(0) %}
{% if can_auto_reload == 1 %}
AUTO_RELOAD_FILAMENT
{% endif %}
event_delay: 3.0
pause_delay: 0.5