Toolchange G-code broken in v1.24a
Just a heads up to anybody looking to use automatic toolchanging for their PixelCNC projects: I made the mistake of 'fixing' a 'typo' in the G-code generation for spurring a toolchange in machines with automatic toolchanging capability, and moved the 'T' register part after the M6 command, the way XYZ coordinates are specified after a G0/1/2/3 as parameters. This is in spite of Mach3 changing the tool on an M6 to whatever the T register is set to when the M6 is encountered, so setting the desired tool's index after an M6 will not result in a toolchange, and the next operation will be performed with the tool that was already in the chuck.
It's suggested users manually edit PixelCNC's G-code output, if they plan to use automatic tool changing, and move the T# register part of the line before the M6 it follows.
I'm debating releasing a hotfix but I'm only days from getting post-processor functionality released, and there's only a few dozen PixelCNC users currently, most of which I'm assuming have no automatic tool change capability anyway, and I've encountered some CNC controller implementations which seem to still account for the T# tool index register section of the toolchange command regardless.
PixelCNC Has Moved: deftware.org
CAM software developed by artists for artists to create unique and original works on a 3-axis CNC router or mill.
More posts
- v1.53a - Hotfix: Trace To Paths Crash ErrorAug 19, 2021
- v1.52a - Canvas/Simulation Color Curves, Optimized Stroke Paths + Shapes From Pa...Aug 18, 2021
- v1.51a - Hotfixes: Offset Limiting Max Depth, Adding Path Sweep Profiles, etc.Aug 03, 2021
- Fixed Auto-Update Crash on Startup - 20% Off Sale!Jul 29, 2021
- v1.50a - Smooth/Smudge Brushes, Model-Layer Scaling, Remove Layer Bottom, Metric...Jul 29, 2021
- v1.49a - Duplicate Layer fixMay 11, 2021
- v1.48a - Miscellaneous fixesMay 10, 2021
- v1.46a - Faster more precise contouring, dithered stipple improvements, text-lay...May 04, 2021
- v1.45a - Misc bugfixes and improvementsFeb 16, 2021
- v1.44a - Paths Carving, Tessellated Carving, Raster Tiling, Raster Tilt Angles...Jan 15, 2021
Leave a comment
Log in with itch.io to leave a comment.