fix translateBeam in gridbeam lib
This commit is contained in:
parent
4c90200e60
commit
caa0765cea
|
@ -39,13 +39,13 @@ module zBeam(segments) {
|
||||||
}
|
}
|
||||||
|
|
||||||
module xBeam(segments) {
|
module xBeam(segments) {
|
||||||
translateBeam([0,0,1])
|
translate([0,0,$beam_width])
|
||||||
rotate([0,90,0])
|
rotate([0,90,0])
|
||||||
zBeam(segments);
|
zBeam(segments);
|
||||||
}
|
}
|
||||||
|
|
||||||
module yBeam(segments) {
|
module yBeam(segments) {
|
||||||
translateBeam([0,0,1])
|
translate([0,0,$beam_width])
|
||||||
rotate([-90,0,0])
|
rotate([-90,0,0])
|
||||||
zBeam(segments);
|
zBeam(segments);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue