From 4400bd97840d810630bca7d549d37a56a1aeae98 Mon Sep 17 00:00:00 2001 From: David Camp Date: Mon, 18 Sep 2023 15:37:41 -0700 Subject: [PATCH] Update readme.md with new PrusaSlicer info Starting with version 2.6.0 (and it's Alphas and RCs) PrusaSlicer has supported G2/G3 commands in its viewer. --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e62bab0..57a6636 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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 @@ -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= * Long Parameter: --mm-max-arc-error= -* Example: ```ArcStraightener "C:\thing.aw.gcode" --mm-max-arc-error=0.25``` \ No newline at end of file +* Example: ```ArcStraightener "C:\thing.aw.gcode" --mm-max-arc-error=0.25```