vector76 / cnc_gcodeviewer

Octoprint GCode Viewer for CNC machines
GNU Affero General Public License v3.0
3 stars 0 forks source link

Feature: option setting to interpret G0/G00 as light green rendering and G1/G01 as black rendering #3

Closed vector76 closed 2 years ago

vector76 commented 2 years ago

CAM packages often generate G0 for rapids and G1 as operations, whereas 3D printers and slicers often ignore the distinction.

This would be an alternative to the default strategy of using the lowest Z position to infer cutting vs. rapid movement operations.

vector76 commented 2 years ago

Implemented in version 1.0.4. Not an option, because there is really nothing good about the old lowest-Z approach.