From afa08a4aef6ce4a27cdbcebc022886b581be4a47 Mon Sep 17 00:00:00 2001 From: sorted01 <83211473+sorted01@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:10:51 +0200 Subject: [PATCH] Update README.md updated macro to work with HHv2.1 --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9088c3d..c22fa95 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,24 @@ I need some time to finalize assembly instructions. If you have questions you'll ***The code only works with https://github.com/moggieuk/Happy-Hare** If you haven't updated yet you really should. -Copy mmu_additional.cfg to your printer config directory mmu/base/ and include it in your printer.cfg below all of the mmu includes via [include mmu/base/mmu_additional.cfg] +Latest version provided by [thisiscam](https://github.com/thisiscam) +I added the option to push the filament tip back into the hotend -You will need to adjust the parameters in mmu_addtional as well, like setting up your cutter location, speeds, etc. More information in the cfg file itself. +Copy additional.cfg to your printer config directory mmu/base/ and include it in your printer.cfg below all of the mmu includes via [include additional.cfg] + + + +In mmu_parameters.cfg: +set form_tip_macro: _MMU_CUT_TIP +set toolhead_extruder_to_nozzle and toolhead_sensor_to_nozzle to corresponding measured values of your toolhead. +set force_form_tip_standalone: 1 + +In additonal.cfg +You will need to adjust the parameters in addtional as well, like setting up your cutter location, speeds, etc. More information in the cfg file itself. +set variable_output_park_pos: ... to the distance from the nozzle tip to the blade +If you are using a gantry servo, remove the hashtags related to "gantry_servo"s in this file. +The _MMU_CUT_TIP now has an option to move to a "next location" immediately after making the cut. For instance, set it to the purge tower's location from the slicer. The _SET_LOC_AFTER_TOOLCHANGE sets this location, and the _MMU_CUT_TIP macro will be responsible for traveling immediately after the cut but prior to the unload. See the orcaslicer's toolchange gcode two messages down as an example. If you don't plan to use it, it's safe to ignore this point. +![image](https://github.com/sorted01/Filametrix/assets/83211473/7356e881-aa94-4ef5-a443-2704a1233318)