Skip to content

Commit

Permalink
fix(macros): 🐛 Fix for missing m600_idle_time variable in smart-m600 …
Browse files Browse the repository at this point in the history
…macros

This provides a fix to the missing variable that was generating errors during the COLOR_CHANGE macro
  • Loading branch information
rootiest committed Mar 3, 2024
1 parent fb37b6d commit 26ab35a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extras/filament_change/smart-m600.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ variable_auto_sensor: False # Automate filament sensor toggling
variable_auto_load: True
variable_auto_unload: False

variable_m600_idle_time: 7200 # Idle time allowed during filament change

# Do Not Change Below
variable_coldstart: False
variable_runout: False
Expand Down
2 changes: 1 addition & 1 deletion extras/filament_change/smart-m600_dev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ variable_auto_unload: False # Set this to True to have runouts and c
variable_clean_nozzle: False # Set this to True to perform a nozzle cleaning after loading
variable_clean_macro: 'CLEAN_NOZZLE' # Set this to the name of your nozzle cleaning macro

variable_m600_idle_time: 3600 # Time to wait for user to change filament before resuming print
variable_m600_idle_time: 7200 # Idle time allowed during filament change

# Do Not Change Below
variable_coldstart: False
Expand Down

0 comments on commit 26ab35a

Please sign in to comment.