vector76/cnc_gcodeviewer

Feature: use M3, M4, and M5 to control rendering of light green lines or black lines

Closed this issue · 1 comments

Lasers may use M4 and M5 to control laser on/off to draw disjoint shapes.

The natural thing to do would be to track laser (spindle) on/off status and draw the cutting toolpaths as black and the non-cutting travel toolpaths as green.

I believe this is unnecessary because Lightburn seems to obey the M0/M1 semantics, and the current implementation renders M0 as travel and M1 as extruding moves.