BlomsD / MPCNC-TFT35-V2.0

Custom firmware for the BigTreeTech TFT35 V2.0 for use with the MPCNC
GNU Lesser General Public License v3.0
25 stars 16 forks source link

Tool Change with Estlcam #2

Open spencerandhill opened 4 years ago

spencerandhill commented 4 years ago

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?

BlomsD commented 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.