Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/openscad/default.txt
2021-04-07 19:25:18 -04:00

15 lines
231 B
Plaintext
Vendored

use <write.scad>
include <../common/base.scad>
//draw a foobar
module foobar(){
translate([0,-10,0])
difference(){
cube([5,10.04,15]);
sphere(r=10,$fn=100);
}
}
foobar();
#cube ([5,5,5]);
echo("done");