mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
8 lines
172 B
OpenSCAD
8 lines
172 B
OpenSCAD
include <BOSL2/std.scad>
|
|
include <BOSL2/debug.scad>
|
|
|
|
|
|
prismoid([60,40], [30,20], h=40) show_connectors();
|
|
|
|
|
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|