1
0
mirror of https://github.com/revarbat/BOSL2.git synced 2025-02-16 14:04:54 +01:00
BOSL2/examples/prismoid_anchors.scad
2020-05-29 19:04:34 -07:00

9 lines
167 B
OpenSCAD

include <BOSL2/std.scad>
include <BOSL2/debug.scad>
prismoid([60,40], [30,20], h=40) show_anchors();
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap