Hello, I’ve asked this elsewhere but it seemed like an important enough topic to address separate.
For context I’m using Easel for design so if your program does this on it’s own, you likely don’t care.
Talking about optimizing the toolpaths/g-code for efficiency and controlling the order in which objects are cut in case of having a lot of small cuts on a larger piece you want to throughcut. We all know you don’t want the machine cutting through and placing the tabs first, before then moving all around on a potentially destabilized inner portion.
Also, I conducted a ~6 hour cut yesterday of a map diagram for a kid’s school project. I watched a large portion of the cut and was awestruck by how inefficient the path was. It would move roughly 36" across the sheet, lower z axis, cut a tiny indent and then raise, move up ~24" and cut another little thing, no rhyme or reason.
In the same “object” even (like an eight letter word for example) six of the letters were cut to full depth before two of the inner letters were even starting to form. There were some shallow passes on the two non-fully cut letters, but the machine went and did a ton of other stuff before returning and finishing those letters. Just a head scratcher and resulted in probably 100 unneeded slow full z-axis lifts and plunges.
If find that sometimes the gcode optimizer fails when dealing with bit changes. So, if you use multiple bits, create separate gcodes for them in order for the program I referenced in the other post to work.
Jayster - I did see that, but couldn’t get it to download or work right I’m not sure what I was doing wrong.
madgrizzle - I haven’t cut anything with bit changes yet, but that makes sense!
I also located this which is web-based and looks really fast/simple/easy, but I have not tried it yet so if anyone does, please report back. http://xyzbots.com/gcode-optimizer/
How do you open both gcode files in Ground Control?
would you copy gcode contents from one .nc file to the other?
Or after the first .nc file is cut, open the second .nc file and just click Play. Would the Home position be the same?
I wanted to throw this out there now that there are more users and perhaps more experience. I use a free online g-code optimizer (http://xyzbots.com/gcode-optimizer/) that does a fairly good job with putting each new z-axis change in closer sequential order. I am, however, frustrated with how many z-axis changes there were. My whole project was one pass/one depth that really only needed the bit raised 5 times but it literally did it 29 times. I used Makercam.
Anyone had better luck with both limiting z-axis changes and an optimized flow?
Noticed that the optimized G-Code from GCODE Optimizer
produces code with lowercase G commands and XYZ Plots which, if you are using WebControl, fails to produce an image on your screen. One might think that there is nothing there to cut. the g-code is there but the lowercase is not recognized. I simply opened the optimized .nc file into notepadd++ and did a find and replace for g,x,y,z and f and made them capitols and walaaaa… now when you upload the new .nc file there is an image…
Noticed that the optimized G-Code from GCODE Optimizer
produces code with lowercase G commands and XYZ Plots which, if you are using WebControl, fails to produce an image on your screen. One might think that there is nothing there to cut. the g-code is there but the lowercase is not recognized. I simply opened the optimized .nc file into notepadd++ and did a find and replace for g,x,y,z and f and made them capitols and walaaaa… now when you upload the new .nc file there is an image…