2019-04-19 06:45:46 +00:00
|
|
|
include <BOSL2/constants.scad>
|
|
|
|
include <BOSL2/shapes.scad>
|
|
|
|
include <BOSL2/debug.scad>
|
2019-04-17 02:16:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
prismoid([60,40], [30,20], h=40) show_connectors();
|
|
|
|
|
|
|
|
|
|
|
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|