buildbotics / bbctrl-firmware

Buildbotics CNC Controller Firmware
https://buildbotics.com/
Other
67 stars 24 forks source link

Line number does not progress as program executes #252

Open DougCoffland opened 4 years ago

DougCoffland commented 4 years ago

When executing the following GCode program, the line number progresses to line 6 but stays there until the program is completed. The cut path display continues to display correctly and the program continues to completion correctly.

G20 G0Z0.100 G0 X-0.6250Y0.0000 G91 F10.00 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 G3 X-0.000Y0.000 i0.625j0 z-0.005 M30

DougCoffland commented 4 years ago

Also, I ran this on the demo at demo.buildbotics.com and the line number displays correctly. The simulator is still on 0.4.11. It fails on my controller and at least one customer's controller which are running 0.4.13.