mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-06 04:09:47 +00:00
Removed transparent() references
This commit is contained in:
parent
5eab1be429
commit
790f08c143
6 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@ include <BOSL2/std.scad>
|
||||||
include <BOSL2/debug.scad>
|
include <BOSL2/debug.scad>
|
||||||
|
|
||||||
|
|
||||||
transparent() cylinder(h=30, d1=50, d2=30) show_anchors();
|
cylinder(h=30, d1=50, d2=30) show_anchors();
|
||||||
|
|
||||||
|
|
||||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||||
|
|
|
@ -2,7 +2,7 @@ include <BOSL2/std.scad>
|
||||||
include <BOSL2/debug.scad>
|
include <BOSL2/debug.scad>
|
||||||
|
|
||||||
|
|
||||||
transparent() cube(40, center=true) show_anchors();
|
cube(40, center=true) show_anchors();
|
||||||
|
|
||||||
|
|
||||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||||
|
|
|
@ -2,7 +2,7 @@ include <BOSL2/std.scad>
|
||||||
include <BOSL2/debug.scad>
|
include <BOSL2/debug.scad>
|
||||||
|
|
||||||
|
|
||||||
transparent() cylinder(h=30, d=30) show_anchors();
|
cylinder(h=30, d=30) show_anchors();
|
||||||
|
|
||||||
|
|
||||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||||
|
|
|
@ -2,7 +2,7 @@ include <BOSL2/std.scad>
|
||||||
include <BOSL2/debug.scad>
|
include <BOSL2/debug.scad>
|
||||||
|
|
||||||
|
|
||||||
transparent() prismoid([60,40], [30,20], h=40) show_anchors();
|
prismoid([60,40], [30,20], h=40) show_anchors();
|
||||||
|
|
||||||
|
|
||||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||||
|
|
|
@ -6,7 +6,6 @@ include <BOSL2/metric_screws.scad>
|
||||||
include <BOSL2/debug.scad>
|
include <BOSL2/debug.scad>
|
||||||
|
|
||||||
|
|
||||||
transparent()
|
|
||||||
metric_bolt(headtype="oval", size=10, l=15, shank=5, details=true, phillips="#2")
|
metric_bolt(headtype="oval", size=10, l=15, shank=5, details=true, phillips="#2")
|
||||||
show_anchors(5, std=false);
|
show_anchors(5, std=false);
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ include <BOSL2/std.scad>
|
||||||
include <BOSL2/debug.scad>
|
include <BOSL2/debug.scad>
|
||||||
|
|
||||||
|
|
||||||
transparent() sphere(d=30) show_anchors();
|
sphere(d=30) show_anchors();
|
||||||
|
|
||||||
|
|
||||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||||
|
|
Loading…
Reference in a new issue