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

Prusaslicer 2.3.0 path problem #60

Open
theshortest opened this issue Mar 11, 2021 · 12 comments
Open

Prusaslicer 2.3.0 path problem #60

theshortest opened this issue Mar 11, 2021 · 12 comments

Comments

@theshortest
Copy link

I have sliced a few files and I am left with this. I am not able to solve.
Screenshot 2021-03-11 121304

@FormerLurker
Copy link
Owner

Please upload the original and the welded gcode to gist.github.com, and drop a link here, thanks!

@theshortest
Copy link
Author

@FormerLurker
Copy link
Owner

Looks like your visualizer doesn't correctly render arc commands. Here's how simplify3d sees your welded gcode file:

image

So far the only slicer I know that correctly renders arc commands is simplify 3d. The OctoPrint gcode view and the pretty gcode plugin also do this correctly. ncviwer.com can mostly do it correctly, though it does have a few issues, but it will give you a general idea.

@theshortest
Copy link
Author

Unfortunately It wasn't just my viewer. It's how the parts are printed. That's how I first found out. Things work fine through Octoprint but I am trying to use PrusaSlicer post processor so I can use Simplyprint.io.

IMG_2111

@FormerLurker
Copy link
Owner

Can you try sending a 'G2' command (empty, with no parameters) to your printer via the OctoPrint terminal and see how it responds. It may disconnect, but it won't cause any problems. Paste the response in here, thanks!

@theshortest
Copy link
Author

I will after work today. Cannot access my machine at the moment.

@theshortest
Copy link
Author

For what its worth this is how Cura interprets it.

Screenshot 2021-03-15 131749

@FormerLurker
Copy link
Owner

There's an issue logged for this at the cura github page. Hopefully it gets fixed.

@theshortest
Copy link
Author

G2 says "unknown command"

@FormerLurker
Copy link
Owner

Arcs are disabled in your firmware. You will need to enable arc commands before you can use arcwelder.

@theshortest
Copy link
Author

theshortest commented Mar 26, 2021

Sorry for the delay. I have tried and tried and I still get broken arcs. I cant speak to the arcs being disabled in Marlin but I have successfully printed 6 parts through Octoprint/arcwelder with no firmware changes. All Gcode viewers show broken arcs from Prusaslicer standalone Arcwelder. At this time I do not believe it is viewer problem I believe it is an issue with the standalone executable I'm using with Prusaslicer.

@theshortest
Copy link
Author

Finally had a chance to check myself on simplify and sure enough!
Screenshot 2021-03-26 134715

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