mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-10-03 09:41:57 +02:00
del semicolon of use/include
This commit is contained in:
@@ -16,8 +16,8 @@ Draws a curved line from control points. The curve is drawn only from the 2nd co
|
||||
|
||||
## Examples
|
||||
|
||||
use <curve.scad>;
|
||||
use <polyline_join.scad>;
|
||||
use <curve.scad>
|
||||
use <polyline_join.scad>
|
||||
|
||||
pts = [
|
||||
[28, 2, 1],
|
||||
|
Reference in New Issue
Block a user