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

Update readme.md with new PrusaSlicer info #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Most gcode visualizers do NOT correctly display G2/G3 commands. This will cause
Here are some common visualizers that do NOT support G2/G3 commands:

* Cura
* PrusaSlicer
* PrusaSlicer (Prior to version 2.6)
* Slic3r
* Slic3r PE
* SuperSlicer
Expand All @@ -28,6 +28,7 @@ Here are a few that DO support G2/G3 commands:
* Simplify3D
* OctoPrint's built in 2D GCode Viewer
* PrettyGCode plugin for OctoPrint
* PrusaSlicer (Since version 2.6)
* ncviewer.com - Note that this viewer has some issues with embedded thumbnails. It sometimes renders certain gcodes as arcs or circles as well, which can cause confusion. You can click on odd looking arcs and check out the gcode. If it's not a G2/G3, it's just a rendering bug.

## Installation
Expand Down Expand Up @@ -621,4 +622,4 @@ I'm not 100% sure exactly what this does, but I believe it attempts to limit the
* Default: 0.01
* Short Parameter: -e=<decimal_value>
* Long Parameter: --mm-max-arc-error=<decimal_value>
* Example: ```ArcStraightener "C:\thing.aw.gcode" --mm-max-arc-error=0.25```
* Example: ```ArcStraightener "C:\thing.aw.gcode" --mm-max-arc-error=0.25```