mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 22:28:16 +01:00
13 lines
370 B
OpenSCAD
13 lines
370 B
OpenSCAD
// 2D
|
|
include <test_rounded_square.scad>;
|
|
include <test_line2d.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>;
|
|
include <test_shape_superformula.scad>;
|
|
include <test_shape_path_extend.scad>; |