Open spencerandhill opened 4 years ago
This is how I have ESTLCAM do my tool change:
;Change tool:
G00 Z10 F300 G00 X0 Y0 F2500; M00 Turn OFF router then motors disable M84 M00 Move XYZ to good spot and click resume to lock steppers M17 M00 Change to tool . On resume X/Y disabled. Move to spot for Z homing. M84 X Y M00 Ready to home Z? M17 G28 Z G92 Z8.94 G00 Z10 F300 M00 Ready to home X & Y? It will home then move to (0, 0, 9) G28 X Y G00 X0 Y0 F2500; G00 Z9 F300 M00 Turn ON router. Operations resume on RESUME
On screen it pops up a message and then I click on it and then the message goes away then I hit resume and it does whatever step is next.
Hi! At first: Thanks for this great preconfigured version for the TFT35. It work' just great!
I have one question: How do I manage a tool change? I can configure Estlcam, so that it stop's when a tool change is needed. But I don't see any way to "continue" from the TFT.
Has anyone managed this?