Unsolved Error Message for "Controlled Arc Move" G2/G3
-
Hello everyone,
I try to run an G-Code on my Printer which contains "Controlled Arc Moves" like G2 or G3.
If my G-Code has a coarse resolution it works fine. But if the segments are very small i get an error and the print get canceled!See G-Code example:
coares resolution:
G1 X224.550 Y107.950 F30000 G1 X224.550 Y167.050 E49.1068 F300 G2 X214.550 Y157.050 R10.000 G1 X165.450 Y157.050 E49.1068
fine resolution:
G1 X212.943 Y132.372 F30000 G1 X213.307 Y142.505 E0.1383 F300 G2 X212.777 Y142.510 R10.000 G1 X212.775 Y142.627 E0.1172 G2 X212.349 Y142.610 R10.000 G1 X212.342 Y142.727 E0.1171
Error message:
Now my suspicion is, that the Firmware calculates the G2 movment but at only one or two decimals of accurecy, so there will be a rounding issue and it will get Zero! Am i right?
What can i do to run this G-Code?
My Setup:
Board: Duet 3 MB6HC (MB6HC)
Firmware: RepRapFirmware for Duet 3 MB6HC 3.4.4 (2022-10-20) -
-
@Philipp-R please provide your config.g file.
-
@Philipp-R I'm curious. Is that gcode the output from a sliced file? The G2 moves do not seem to include any extrusion so what is the point of them?
-
@dc42 is it possible to send you the config.g file via PN or Email because it's very sensetive to share on this platform.
-
@Philipp-R sure, I'll contact you via PM.