Shalmezad / GCode-Macros

Helpful macro's for CNC machines
1 stars 0 forks source link

Tabs and GCode #6

Open Shalmezad opened 12 years ago

Shalmezad commented 12 years ago

I know GCODE ignores extra lines and extra spaces, but does it ignore tabs as well? If so, I can indent loops, making logic easier to read. If not, I should write up a quick python editor so I can use tabs temporarily.

Shalmezad commented 12 years ago

Since I know GCODE ignores spaces, is it possible to do 4 spaces instead of tabs?