Addon Feature Setup - CooperGerman/Happy-Hare GitHub Wiki
Page Sections:
This directory contains possible addons for your MMU setup that have support shipped with Happy Hare
EREC Filament Cutter
An addon used to control filament cutting at the MMU rather than the toolhead
Compatibility
MMU: ERCFv2 Printer: Any
Github
https://github.com/kevinakasam/ERCF_Filament_Cutter
Config
- Add
[include mmu/addons/mmu_erec_cutter.cfg]
to yourprinter.cfg
- Edit
mmu_erec_cutter.cfg
andmmu_erec_cutter_hw.cfg
to work with your setup - In
mmu_macro_vars.cfg
setvariable_user_post_unload_extension : "EREC_CUTTER_ACTION"
- Optionally in
mmu_macro_vars.cfg
setvariable_user_pre_unload_extension : "BLOBIFIER_PARK"
to park the nozzle on the tray during a swap
Blobifier
An addon used to create purge blobs instead of using a wipe tower
Compatibility
MMU: Any Printer: Voron v2, others in the works
Github
https://github.com/Dendrowen/Blobifier
Config
- Add
[include mmu/addons/blobifier.cfg]
to yourprinter.cfg
- Edit
blobifier.cfg
andblobifier_hw.cfg
to work with your setup - Set
variable_user_post_load_extension : "BLOBIFIER"
inmmu_macro_vars.cfg
- Optionally set
variable_user_pre_unload_extension : "BLOBIFIER_PARK"
inmmu_macro_vars.cfg
to park the nozzle on the tray during a swap