You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a switching nozzle setup (two mirrored nozzles) the lifting servos need to move independently: subsequent + in different directions.
With the above setup the hotfix is to connect both servos to one and the same servo signal. Since the mechanics is mirrored this works but has a disadvantage, namely the switching process is not symmetric.
Example: with TOOLCHANGE_NO_RETURN disabled if
T0 switches to T1, first the servo is actuated, then the tool moves in X/Y direction
T1 switches to T0, first the tool moves in X/Y, then the servo is actuated
Are you looking for hardware support?
No
Describe the feature you want
The SWITCHING_NOZZLE configuration section should allow to define distinct angles each servo.
Having a switching nozzle setup (two mirrored nozzles) the lifting servos need to move independently: subsequent + in different directions.
With the above setup the hotfix is to connect both servos to one and the same servo signal. Since the mechanics is mirrored this works but has a disadvantage, namely the switching process is not symmetric.
Example: with
TOOLCHANGE_NO_RETURN
disabled ifT0
switches toT1
, first the servo is actuated, then the tool moves in X/Y directionT1
switches toT0
, first the tool moves in X/Y, then the servo is actuatedAre you looking for hardware support?
No
Describe the feature you want
The
SWITCHING_NOZZLE
configuration section should allow to define distinct angles each servo.Example:
Additional context
Probably related to #23120 soft
The text was updated successfully, but these errors were encountered: