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