It happens on both my Windows laptop and a Flex 5i chromebook, so it could be either my account here or something to do with chrome which is on both. Let me give M$ Edge a try.
Same think. Guessing it’s something related to my account here, although I can’t find anything in the settings. I haven’t tried firefox in years, I’ll try that when it finishes updating
Interesting. That makes sense that I didn’t see it then because I’m on Firefox.
Hopefully Discourse gets it fixed soon because I imagine that most of us are using chrome style browsers at the point so it’s going to be a common problem
I got around to doing some more cuts, using 1.3.3. similar to the names I did above. Happy to report that depth increments were cut in order. Now, I have to check out the GUI
If anyone is new to the maslow, check out Lee’s GcodeClean, it saves me a ton of cutting time by optimizing cut paths and reducing traveling. Works great for off shape pockets like those around lettering.
I am planning to do an upgrade of all the 3rd party libraries it uses sometime soon, and then look to switch over to using a different framework for the UI (although the console version won’t change).
However, all of that requires time, and my current focus is chasing another income stream. So it’s waiting while my focus is elsewhere. Currently my M4 is being used for templates for furniture - which might start making an income before the end of this year.
This does a lot in its own right. Quite frankly almost all GCode generated is a pile of (just of different flavours). Whereas GCodeClean wipes up a lot of this mess and attempts to ‘standardise’ it (or is that ‘standardize’?)
It will usually reduce the number of lines of GCode, although not always. However, it will definitely leave you with GCode that’s in a much more consistent format that reflects actual CNC processing operations.
Copy. Just got the maslow set up after the move and after a few cuts. I was curious if you had another version that needed testing. This version works great!
I’ve been playing with this, and “Clean” works fine, but then when I try to run the cleaned gcode file through “Split” the program says that the file has not been pre-processed with a Clean command. (Even though it is the new file that Clean created a moment before.)
The clean command renames the file. You have to split the new file. Then merge the created folder. Are you using the new file name. I have used it >100 times without issues. However, I don’t split/merge for contours only pockets
Yes, when I try to split, I am changing the filename parameter to the newly created/cleaned file. The cleaned file adds “-gcc” to the end of the filename, and that’s the file I’m trying to split. It still tells me that the file has not been cleaned though. I’ve tried with a couple different files now and same results.