Question about Cutting circles

As i said above the digits is the first to take care of. Programmers did not expect what you throw at them, so don’t expect predictable results.
The move optimizing comes after.
I will not test this file with the bCNC optimizer as a fear i will not be able to use my pc the rest of the night.

1 Like

so if I make all circles in solid dimensions ( 2 , 3 ,4 cm for example) there wont be a problem?

No. Use the makercam linked above with the metric fix and turn
G3 X-543.1928934010152 Y104.12436548223351 I-9.32741116751269 J0 F1500
to
G3 X-543.19 Y104.12 I-9.32 J0 F1500

For mm that is more you need.

where is the metric fix? is it done automatic or you have to pick something in the program to do it ?

Take a look at this thread

1 Like

can I post the new g code file exported from the makercam 000 for you to take a look ?

Sure. I am not sure when I’ll be able to get to it, though. I don’t have gcode visualization software at my office.

Once caveat on the new g-code is that it is likely to still have the same amount of air cuts as before. Although, perhaps they optimized their pathing algorithm with the new release. At the very least, I can look at the actual g-code and see if it looks any simpler.