You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to the layerchange gcode of SuperSlicer Version: 2.3.55
Build: SuperSlicer_
Operating System: Macintosh
System Architecture: 64 bit
System Version: macOS Version 10.16 (Build 20F71)
SS does not put this string into its generated gcode.
If I change the layerchange gcode to something like: ; "layerchange gcode" start: ; LAYER_CHANGE ;"layerchange gcode" end!
As suggested, I did put
; LAYER_CHANGE
to the layerchange gcode of SuperSlicer Version: 2.3.55
Build: SuperSlicer_
Operating System: Macintosh
System Architecture: 64 bit
System Version: macOS Version 10.16 (Build 20F71)
SS does not put this string into its generated gcode.
If I change the layerchange gcode to something like:
; "layerchange gcode" start:
; LAYER_CHANGE
;"layerchange gcode" end!
the output results in:
; "layerchange gcode" start:
;"layerchange gcode" end!
I can imagine, that
LAYER_CHANGE
is an SS variable already.The text was updated successfully, but these errors were encountered: