I downloaded the latest Carbide Create for my Nomad 883, build 831. Then I create this file: http://www.frank-buss.de/tmp/hole.c2d
and saved the toolpaths to the same file, since the G-Code export is not free anymore now. Then I installed the latest Carbide Motion, build 649, and it doesn’t load the file, says a lot of “unknown character” messages. How to fix this?
The old version I had installed some years ago worked fine, with g-code export, but I got a problem and wanted to test the latest version, will post another message when I tested it with the latest version if the problem persists.
Thanks, this was the problem with the decimal separator. I guess because I tried to open an old C2D file, which failed, that somehow it was set to comma after this. I started Carbide Creator new, create a new file from scratch, and it works now here, too.
If the commas are already in the file, there’s not much we can do, but this beta might handle one edge case a little better, if this was something that came up in 831:
EDIT- You’ll need to reload and save the file in that new build of Carbide Create.
Yeah, no problem, I have only a handful of simple files, I just re-create them. Previous version was Carbide Create 316, lots of improvements, I like it, great work!
The other problem I had was solved with it: it did always a movement to bottom left at start of a job, ignoring the retract height, which made it difficult to use clamps, and wasted time, and also just one tool measure now instead of 2 per job. And I’m running it in a VM, the old version was very laggy, the new version is super smooth.
Just fyi if someone reads it: with version 831 of Carbide Create there was still the bug in it that when you created a file on a Windows machine with German locale setting (comma as decimal separator), create a circle with a dot in the radius, then save the file, then quit Create and restart it, then open the file, then the dots in the circle radius was a comma. But looks like this is fixed in the beta version 832.
Best would be probably for the user interface to use the right locales, but easiest would be probably to do it as it is now, and use just dots everywhere and ignore the locale, technical users use dots anyway all the time.
How much money does Carbide make with the Create Pro version? Maybe would be better to just release it as open source, then others could improve it as well, and in the end it might be even cheaper for Carbide, because less maintenance cost. And of course would be a big PR news.
I tried to parse the new c2d format, nice that it is now changed to sqlite from json, but couldn’t decode the integrated gcode so far, I guess it is somehow encrypted, to encourage buying the pro version