We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both PrusaSlicer and Cura add the print settings to the G-code so should be able to extract them out.
For PrusaSlicer it shows up in a big block at the end. e.g.:
; first_layer_height = 0.25 ; layer_height = 0.25
This will need things to be shifted around a bit since loading the file only happens when the submit button is hit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both PrusaSlicer and Cura add the print settings to the G-code so should be able to extract them out.
For PrusaSlicer it shows up in a big block at the end. e.g.:
This will need things to be shifted around a bit since loading the file only happens when the submit button is hit.
The text was updated successfully, but these errors were encountered: