mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2025-01-11 10:12:43 -05:00
Merge pull request #9 from martinbudden/e3d_tab_formatting
Tabs used instead of spaces in module e3d_resistor.
This commit is contained in:
commit
11ea68681f
@ -68,16 +68,16 @@ module e3d_resistor(type, resistor_wire_rotate = [0,0,0]) {
|
|||||||
cylinder(r = resistor_dia / 2, h = resistor_len);
|
cylinder(r = resistor_dia / 2, h = resistor_len);
|
||||||
|
|
||||||
color("red")
|
color("red")
|
||||||
translate([0, resistor_len + 3.5/2 + 1, 0]) {
|
translate([0, resistor_len + 3.5/2 + 1, 0]) {
|
||||||
rotate(resistor_wire_rotate) {
|
rotate(resistor_wire_rotate) {
|
||||||
translate([-3.5/2, 0, 0]) {
|
translate([-3.5/2, 0, 0]) {
|
||||||
cylinder(d = 3.5, h = 36);
|
cylinder(d = 3.5, h = 36);
|
||||||
|
|
||||||
translate([3.5, 0, 0])
|
translate([3.5, 0, 0])
|
||||||
cylinder(r = 3.5 / 2, h = 36);
|
cylinder(r = 3.5 / 2, h = 36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user