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

Can't get it to work with Cura gcode. #2

Open
doctormord opened this issue Oct 29, 2024 · 3 comments
Open

Can't get it to work with Cura gcode. #2

doctormord opened this issue Oct 29, 2024 · 3 comments

Comments

@doctormord
Copy link

First of all thanks for your efforts. :-)

I tried your script with a Cura generated GCode file but it does not alter the top layer. I use a simple cube for the test.

cube1
cube3
cube2

Any hints?

Best regards

Christian

@doctormord
Copy link
Author

Ah, Cura isn't clearly comment top layer skin but "SKIN".

input.zip

@doctormord
Copy link
Author

Preparing the file with ORCASLICER does work if i change the .py

from

if line.startswith(';TYPE:Top solid infill'):

to

if line.startswith(';TYPE:Top surface'):

@TengerTechnologies
Copy link
Owner

Thank you for your issue documentation. The script is only tested in Prusaslicer. You will have to be a bit patient but I'm working on a cura version and it will eventually be done. I'm aware of the changes for Orcaslicer and the Orca version of the script is nearly done. I just have to test it before publishing. The cura version is a bit more difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants