ASMBL icon indicating copy to clipboard operation
ASMBL copied to clipboard

SuperSlicer not impressed by layerchange gcode

Open ReneJurack opened this issue 2 years ago • 3 comments

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.

ReneJurack avatar Jul 21 '21 19:07 ReneJurack

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

AndyEveritt avatar Jul 22 '21 16:07 AndyEveritt

New flag needed to be added to slicer layer change script is ; ASMBL_LAYER_CHANGE_FLAG

AndyEveritt avatar Jul 22 '21 17:07 AndyEveritt

New flag seems to work. I did leave the old flag in just to verify and this was the output: Bildschirmfoto 2021-07-22 um 21 11 10 Bildschirmfoto 2021-07-22 um 21 09 25

ReneJurack avatar Jul 22 '21 19:07 ReneJurack