mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-25 05:51:41 +02:00
del semicolon of use/include
This commit is contained in:
@@ -11,8 +11,8 @@ Returns points that can be used to draw a voxel-style polygon.
|
||||
|
||||
## Examples
|
||||
|
||||
use <voxel/vx_polygon.scad>;
|
||||
use <shape_pentagram.scad>;
|
||||
use <voxel/vx_polygon.scad>
|
||||
use <shape_pentagram.scad>
|
||||
|
||||
pentagram = [
|
||||
for(pt = shape_pentagram(15))
|
||||
|
Reference in New Issue
Block a user