How to get Cura's preview post-processing script to work in Creality Slicer #565
swolter1975
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have found this code failing on the Creality Slicer as for the line:
if line.startswith(";Generated with Cura"):
only works with cura slicer, but if we change that line to:
if line.startswith(";Generated with"):
It will work with Cura and Creality Slicer as well, i have tested and it works
anybody else can verify this so it can be applied to the script as well?
thank you
SW
Beta Was this translation helpful? Give feedback.
All reactions