gCodeViewer icon indicating copy to clipboard operation
gCodeViewer copied to clipboard

gCodeViewer "skips" a layer

Open b-morgan opened this issue 8 years ago • 2 comments

The attached file generated with Cura Lulzbot Edition (21.0.4) and Cura Lulzbot Edition Beta (2.6.21) for a TAZ 6 printer skips layer 7 when displayed with the gCodeViewer. It happens in multiple browsers (Firefox, Edge, IE, Chrome). Turning off the "Sort layers by Z" option will sometimes eliminate the issue. Note that layer 8 is actually the gcode of layer 7 so the following layer numbers are off by one.

Filament_clip_3mm_and_175.zip

The client computer is Windows 10.

b-morgan avatar Aug 11 '17 13:08 b-morgan

https://github.com/Ultimaker/Cura/issues/2565 has another testcase. The workaround above works.

I observe OctoPrint has the same behaviour.

tsh-xx avatar Oct 08 '17 11:10 tsh-xx

OctoPrint is using the same code as the gCodeViewer (without access to "Sort layers by Z" which is always on).

b-morgan avatar Oct 08 '17 13:10 b-morgan