From 78f1e1d6876fe5565667b3e5c4a0783df4cee2ae Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sun, 15 Jun 2025 16:40:19 -0400 Subject: [PATCH] doc fix --- drawing.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing.scad b/drawing.scad index 6efeb4c2..f3717c1c 100644 --- a/drawing.scad +++ b/drawing.scad @@ -39,7 +39,7 @@ // creates a cylinders (or cones) and fills the gaps with rounded wedges made using rotate_extrude. This process is slow for // long paths due to the 3d unions, and the faces on sequential cylinders may not line up. In many cases, {{path_sweep()}} is // a better choice, both running faster and producing superior output, when working in three dimensions. -// Figure(Med,NoAxes,2D,VPR=[0,0,0],VPD=250): Endcap Types +// Figure(Med,NoAxes,2D,VPR=[0,0,0],VPD=255): Endcap Types // cap_pairs = [ // ["butt", "chisel" ], // ["round", "square" ],