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
TOOL_ALIGN_TEST
ive seen a clip from someone ramming their toolhead into another, and wondered how it happend.
upgraded my gantry, recalibrating the docks right now.
issue is: there is no protection against ramming toolheads into eachother
running
tool align start
tool align test
and then calling T(X)
will ram tools into eachother.
should there be an implementation of a check entering and exiting the tool change testing?
(a global boolean set to testing mode, while youre in, and if that is true and any toolchanger stuff not related to testing mode is requested, it is checked for collision? ie: testing mode still active? Y < safe Y? disable testing mode and run TOOL_ALIGN_DONE)
just looking for a small direction before i start implementing something like that ^^
The text was updated successfully, but these errors were encountered:
TOOL_ALIGN_TEST
ive seen a clip from someone ramming their toolhead into another, and wondered how it happend.
upgraded my gantry, recalibrating the docks right now.
issue is: there is no protection against ramming toolheads into eachother
running
tool align start
tool align test
and then calling T(X)
will ram tools into eachother.
should there be an implementation of a check entering and exiting the tool change testing?
(a global boolean set to testing mode, while youre in, and if that is true and any toolchanger stuff not related to testing mode is requested, it is checked for collision? ie: testing mode still active? Y < safe Y? disable testing mode and run TOOL_ALIGN_DONE)
just looking for a small direction before i start implementing something like that ^^
The text was updated successfully, but these errors were encountered: