mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
tags->tag
This commit is contained in:
parent
0007f1286c
commit
a8f8acdd98
4 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ _UNDEF="LRG+HX7dy89RyHvDlAKvb9Y04OTuaikpx205CTh8BSI";
|
||||||
// for (i=[0:holes-1]) {
|
// for (i=[0:holes-1]) {
|
||||||
// right((i-holes/2+0.5)*(holesize.x+gap)) {
|
// right((i-holes/2+0.5)*(holesize.x+gap)) {
|
||||||
// s = min_slop + slop_step * i;
|
// s = min_slop + slop_step * i;
|
||||||
// tags("holes") {
|
// tag("holes") {
|
||||||
// cuboid([holesize.x + 2*s, holesize.y + 2*s, h+0.2]);
|
// cuboid([holesize.x + 2*s, holesize.y + 2*s, h+0.2]);
|
||||||
// fwd(w/2-1) xrot(90) linear_extrude(1.1) {
|
// fwd(w/2-1) xrot(90) linear_extrude(1.1) {
|
||||||
// text(
|
// text(
|
||||||
|
|
|
@ -201,7 +201,7 @@ module modular_hose(size, type, clearance=0, waist_len, anchor=BOTTOM, spin=0,or
|
||||||
// diff("remove")
|
// diff("remove")
|
||||||
// cuboid(50){
|
// cuboid(50){
|
||||||
// attach(TOP) modular_hose(1/2, "ball");
|
// attach(TOP) modular_hose(1/2, "ball");
|
||||||
// up(0.01)position(TOP+RIGHT)tags("remove")
|
// up(0.01)position(TOP+RIGHT)tag("remove")
|
||||||
// rot(180)
|
// rot(180)
|
||||||
// xrot(-90)
|
// xrot(-90)
|
||||||
// rotate_extrude(angle=135)
|
// rotate_extrude(angle=135)
|
||||||
|
|
|
@ -899,7 +899,7 @@ module rect_tube(
|
||||||
anchor=CTR
|
anchor=CTR
|
||||||
) {
|
) {
|
||||||
children();
|
children();
|
||||||
tags("_H_o_L_e_") prismoid(
|
tag("_H_o_L_e_") prismoid(
|
||||||
isize1, isize2, h=h+0.05, shift=shift,
|
isize1, isize2, h=h+0.05, shift=shift,
|
||||||
rounding=irounding, rounding1=irounding1, rounding2=irounding2,
|
rounding=irounding, rounding1=irounding1, rounding2=irounding2,
|
||||||
chamfer=ichamfer, chamfer1=ichamfer1, chamfer2=ichamfer2,
|
chamfer=ichamfer, chamfer1=ichamfer1, chamfer2=ichamfer2,
|
||||||
|
|
|
@ -551,7 +551,7 @@ module acme_threaded_nut(
|
||||||
// Example:
|
// Example:
|
||||||
// diff("remove"){
|
// diff("remove"){
|
||||||
// cuboid([40,40,40])
|
// cuboid([40,40,40])
|
||||||
// tags("remove"){
|
// tag("remove"){
|
||||||
// up(.01)position(TOP)
|
// up(.01)position(TOP)
|
||||||
// npt_threaded_rod(size=3/4, $fn=96, internal=true, $slop=0.1, anchor=TOP);
|
// npt_threaded_rod(size=3/4, $fn=96, internal=true, $slop=0.1, anchor=TOP);
|
||||||
// cyl(d=3/4*INCH, l=42, $fn=32);
|
// cyl(d=3/4*INCH, l=42, $fn=32);
|
||||||
|
|
Loading…
Reference in a new issue