mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
8 lines
156 B
OpenSCAD
8 lines
156 B
OpenSCAD
include <BOSL2/std.scad>
|
|
include <BOSL2/debug.scad>
|
|
|
|
|
|
cube(40, center=true) show_anchors();
|
|
|
|
|
|
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|