Added window and cable cut out, wrote script to automatically change birddismantled.scad to explode it

This commit is contained in:
LazyAssassin445
2017-01-30 20:00:12 +00:00
parent 7c6b9ad14d
commit e5401619ad
3 changed files with 47 additions and 22 deletions

11
explode Executable file
View File

@@ -0,0 +1,11 @@
#!//bin/sh
sed '
/^\/\/.* EXPLODED/ {
s/^\/\/\s*//
}
/UNEXPLODED/ {
s/^/\/\//
}
' < bird.scad > birddismantled.scad