update inbox list
This commit is contained in:
15
vendor/scrivo/highlight.php/test/detect/openscad/default.txt
vendored
Normal file
15
vendor/scrivo/highlight.php/test/detect/openscad/default.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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");
|
||||
Reference in New Issue
Block a user