-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] SWITCHING_EXTRUDER Servo movement fails #24904
Comments
Provided config does not compile .. to many recent changes to bugfix config files Updated configs updated.zip For me: |
weird this movement to position 8 ish is not coming from anywhere obvious... |
gah you have |
Hi, I'm working on a switching extruder where I use a Toothed Rack to press L/R idler against the driveshaft, therefor I only need some degrees of movement on the servo. As for Event_GCode, i'm misusing that that as a workaround, behaviour was the same for me without it. |
in Marlin/src/module/tool_change.cpp This works as expected, but im still working out why it was as it was.... And disable EVENT_GCODE_TOOLCHANGE 's |
Will test, but will take 2 weeks. Btw could be because of a 2x2 Setup (nozzle and extruder switch, there's an BR for that setup where some stuff has been modified) |
A PR has been created to fix this. |
I want only to confirm that the srvo is working now, thanks. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Toolchange (either by Tx, or by using LCD Menu entry in MOTION section), does not trigger servo movement.
Setup
Manual movement of Servo (e.g. M280 P1 S5) works as expected, Extruder direction changes also with Toolchange.
As a workaround I added manual Servo movement to EVENT_GCODE_TOOLCHANGE_T0 / EVENT_GCODE_TOOLCHANGE_T1
Bug Timeline
No response
Expected behavior
Servo Moves to T0 after start of printer and switches during T0/T1 change
Actual behavior
No movement triggered by Toolchange, no init of Position (servo is powerless) after startup
Steps to Reproduce
No response
Version of Marlin Firmware
Bugfix 2.1.x as of this week
Printer model
No response
Electronics
No response
Add-ons
No response
Bed Leveling
No response
Your Slicer
No response
Host Software
No response
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Config.zip
The text was updated successfully, but these errors were encountered: