Milys / NC-Gcode-VSCode

GCode Syntax Highlighter for VSCode
MIT License
14 stars 7 forks source link

Changed how block & line comments work. #14

Open keyfox11 opened 1 year ago

keyfox11 commented 1 year ago

Modified how (Ctrl, ⌘) + / commenting works.

G-Code doesn't support block comments; this behavior was switched to make the selected line(s) optional.

Putting a "/" at the start of a line lets the machine control know that line should be skipped if the "Block Delete" option is on.