-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
Orca Slicer scarf seams cause incorrect layer count and display in Gcode Preview #1403
Comments
Hi @tntfriesen1, thank you for opening this ticket. I am going to assume you are not using To have fully accurate layer counts, you need to use Inside Orca, please do the following:
After this, any file sliced will have the layer information added to it and exposed to Klipper (and thus, to Fluidd and other interfaces that use that data) |
I did not know about this at all. This is very helpful. Thank you! I can confirm that after adding the macros you specified above, the Gcode Preview is correctly showing layer count and proper lines per layer. Thanks again! |
Thank you for confirming @tntfriesen1! I do need to add all this information to the Fluidd docs, but haven't found the time to do it yet... |
Thank you - It worked!! |
Fluidd Version
1.29.0
Browser
Chrome
Device
Desktop PC
Operating System
Windows
What happened
When the gcode is sliced in Orca Slicer with scarf seams, Gcode Preview counts each step within the scarf seam as a layer. Current layer and layer count are shown correctly in the "Printer Status" section. Example, my current print which has 152 layers is showing as having 610 layers in the "Gcode Preview" section.
Additionally, the drawn lines that show per layer, do not all show for the current layer as they appear to be distributed across the additional "scarf seam layers".
What did you expect to happen
I expect that the Gcode Preview would show the appropriate number of layers, taking scarf seams into consideration. I also expect that the lines shown for each layer, match the actual extrusions for that layer.
How to reproduce
Slice and print any object in Orca Slicer 2.0.0 or above being sure to set the "Scarf join seam" value to select "Contour" and ensure "Scar steps" is some value greater than 1. In my example, I used 10.
Additional information
The text was updated successfully, but these errors were encountered: