Skip to content

Commit

Permalink
blobifer now calls mmu_pause if bucket it full so that idle_timeout i…
Browse files Browse the repository at this point in the history
…s set correctly
  • Loading branch information
moggieuk committed Feb 4, 2025
1 parent b9e528d commit 8a82264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/addons/blobifier.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ gcode:
{% if current_blobs >= bl.max_blobs %}
{action_respond_info("BLOBIFIER: Empty purge bucket!")}
M117 Empty purge bucket!
PAUSE
MMU_PAUSE MSG="Empty purge bucket!"
{% else %}
SET_GCODE_VARIABLE MACRO=_BLOBIFIER_COUNT VARIABLE=current_blobs VALUE={current_blobs + 1}
_BLOBIFIER_SAVE_STATE
Expand Down
2 changes: 1 addition & 1 deletion config/base/mmu_parameters.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ has_filament_buffer: 1 # Whether the MMU has a filament buffer. Set to
encoder_move_validation: 1 # ADVANCED: 1 = Normally Encoder validates move distances are within given tolerance
# 0 = Validation is disabled (eliminates slight pause between moves but less safe)
print_start_detection: 1 # ADVANCED: Enabled for Happy Hare to automatically detect start and end of print and call
# ADVANCED: MMU_START_PRINT and MMU_END_PRINT automatically. Harmless to leave enabled but can disable
# ADVANCED: MMU_PRINT_START and MMU_PRINT_END automatically. Harmless to leave enabled but can disable
# if you think it is causing problems and known START/END is covered in your macros
extruder: extruder # ADVANCED: Name of the toolhead extruder that MMU is using
gcode_load_sequence: 0 # VERY ADVANCED: Gcode loading sequence 1=enabled, 0=internal logic (default)
Expand Down

0 comments on commit 8a82264

Please sign in to comment.