Hello,
I'm currently building an 3D-Printer with a toolchanger.
Tool 1 has an offset of roughly 10mm in both X and Y. When I want drive into the parking position I obviously have to use coordinates that compensate for the ~10mm offsets.
This works well until I have to do some maintainence on the tool. Lets say I screwed it in 1mm differently. After recalibrating the tool offsets I will get a crash when parking.
Therefore it would be usefull for me, if I could ignore the tool offsets during all parking moves and just use the carriage/global coordinates. Is this possible?
If not, is there a workaround? I tried two methods:
1.) Using T0 at the first line in tpre1.g and tfree1.g: This creates an infinite loop (as expected)
2.) Resetting the tooloffsets to 0,0,0 in the first line in tpre1.g and tfree1.g and setting it to the correct value in the last line of tpre1.g. This completely freezes the interface.
Best regards,
Leo
Ps: I'm running RRF3