1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-01 18:54:39 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-05-19 11:14:39 +08:00
parent aedca84aa2
commit c9ce69712b

View File

@@ -52,7 +52,6 @@ When using this module, you should use points to represent the 2D shape. If your
include <bezier_curve.scad>;
t_step = 0.05;
width = 2;
p0 = [0, 0, 0];
p1 = [40, 60, 35];
@@ -87,7 +86,6 @@ When using this module, you should use points to represent the 2D shape. If your
include <bezier_curve.scad>;
t_step = 0.05;
width = 2;
p0 = [0, 0, 0];
p1 = [40, 60, 35];