-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config issues in Happy Hare 2.51 #24
Comments
You should keep _MMU_FORM_TIP as your tip forming macro, and instead edit:
in your mmu_macro_vars.cfg |
Ok I understood what was the problem... Of course I need tip forming to unload the filament from the extruder, so i changed to _MMU_FORM_TIP and then the variable_user_post_unload_extension : "EREC_CUTTER_ACTION" do the rest. Sorry for bothering Thank you very much for your amazing work guys |
Yeah thanks of course I needed it XD |
Sorry if I bother, I tuned every position values of toolhead sensor, extruder to nozzle etc (I had the ercf v.1.1 version so I had to customize everything manually) but the filament loading is kinda "too fast" and now I've got a huge blob during the filament change that stucks on my nozzle and then goes to the wipe tower... I haven't got a blobifier yet. |
I had the same problem today (Unload sequence failed: Error running _MMU_CUT_TIP: The value 'mmu_gantry_servo' is not valid for SERVO), and I found out that you need to set the "variable_gantry_servo_enabled" to false then you can use the _MMU_CUT_TIP macro without problem. |
I think I already set up everything ok but maybe I'm missing something about the filament position and park position relating to the blade psition (and its cutting macro) maybe...
when I print something everything is ok until the first filament change and I've got this messages in the console:
00:22
[T2] < En <<<<<<<<< [Ex << (*) << Nz] LOADED 0.0mm (e:54.2mm)
00:22
Attempting to recover filament position...
00:22
idle_timeout: Timeout set to 72000.00 s
00:22
After fixing, call RESUME to continue printing (MMU_UNLOCK to restore temperature)
00:22
MMU issue detected. Print will be paused
Reason: Unload sequence failed: Error running _MMU_CUT_TIP: The value 'mmu_gantry_servo' is not valid for SERVO.
Occured when changing tool: T2 > T4
So, when the printer finish the wipe tower lines with the first filament, it goes in a position (which I think it's the park position) and it initially begins to do the unloading - loading moves (like in the form tipping, but I disabled it with "form_tip_macro: _MMU_CUT_TIP" instead of _FORM_TIP), then it suddenly gives me those messages while staying in the parking position with the filament inside the heat-throat yet.
What am I missing?
The text was updated successfully, but these errors were encountered: