ASMBL
ASMBL copied to clipboard
SuperSlicer not impressed by layerchange gcode
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.
I was not able to replicate this issue. It works fine for me on Windows. Maybe its a Mac issue?
I will change the layer change keyword to avoid compatability issues
New flag needed to be added to slicer layer change script is ; ASMBL_LAYER_CHANGE_FLAG
New flag seems to work. I did leave the old flag in just to verify and this was the output: