mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-02-25 01:53:12 +01:00
11 lines
264 B
OpenSCAD
11 lines
264 B
OpenSCAD
// 2D
|
|
include <test_rounded_square.scad>;
|
|
|
|
// 2D Shape
|
|
include <test_shape_arc.scad>;
|
|
include <test_shape_cyclicpolygon.scad>;
|
|
include <test_shape_ellipse.scad>;
|
|
include <test_shape_pie.scad>;
|
|
include <test_shape_square.scad>;
|
|
include <test_shape_trapezium.scad>;
|