when creating a drill file the export adds a T0 second line from the bottom. This unfortunately is causing some issues to an online cnc program copper.carbide3d.com . Is there a way to suppress this?
I have to manually delete this one line for the online cnc prep program to read the file. Eagle does not add a T0 near the end. At least it is working now. But have to remember to delete this line each time.
example output of a drill file.
Both Gcode and Mcode can use T but, usage depends on the Code Post-Processor that produces the G/M code. They can also extend the T to include Cutter/Bit type…
In your post above, T1C0.700 refers to Tool #1, Diam=0.7mm The ‘C’ most likely refers to 'C’utter or 'C’onical or 'C’Cylindrical
You can try using differet Tool types and inspect the G/Mcode to see what it does to tool syntax.
Screenshot below is for my CNC Mill and shows T14M06
T14 refers to my tool’s number in the list of tools. M06 is the mcode for Tool change. (EM 0.7mm) speaks for itself…