Page 1 of 1
[ADDED] Descriptive gcode
Posted: Sat Feb 28, 2015 1:10 pm
by andre
Could we have more descriptive gcode? Follow each line with a comment:
; outer shell
; inner shell
; support
; infill
etc...
Re: Descriptive gcode
Posted: Sun Mar 01, 2015 7:53 am
by JoeJ
That seems like a lot of extra text to put in the file...
Re: Descriptive gcode
Posted: Thu Jul 09, 2015 8:57 pm
by S3D-Jason
In version 3.0, you now have the ability to include feature type tags that will identify the different sections of the gcode.
So if you open the gcode in a text editor, you will see lines like below
; outer perimeters
; inner perimeters
; infill
; solid layers
; support
etc