Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SuperSlicer not impressed by layerchange gcode #51

Open
ReneJurack opened this issue Jul 21, 2021 · 3 comments
Open

SuperSlicer not impressed by layerchange gcode #51

ReneJurack opened this issue Jul 21, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ReneJurack
Copy link
Collaborator

ReneJurack commented Jul 21, 2021

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 ReneJurack added the bug Something isn't working label Jul 21, 2021
@AndyEveritt
Copy link
Owner

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
Copy link
Owner

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

AndyEveritt added a commit that referenced this issue Jul 22, 2021
Fixes SuperSlicer not impressed by layerchange gcode #51
@ReneJurack
Copy link
Collaborator Author

ReneJurack commented Jul 22, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants