Tweak battery positioning
This commit is contained in:
parent
31630ab1b0
commit
ccb3220b1b
File diff suppressed because it is too large
Load Diff
27766
notebook_nueva/model.stl
27766
notebook_nueva/model.stl
File diff suppressed because it is too large
Load Diff
@ -164,13 +164,13 @@ def model():
|
||||
# and should be a parameter (TODO)
|
||||
.workplaneFromTagged("mid_height")
|
||||
.workplane(offset=-thickness / 2, centerOption="CenterOfBoundBox")
|
||||
.center(-width / 2 + 18, height / 2 - 55)
|
||||
.center(-width / 2 + 21, height / 2 - 57)
|
||||
.placeSketch(battery_holder.lower_stands)
|
||||
.extrude(shell_t + 5)
|
||||
# Battery Stands (higher)
|
||||
.workplaneFromTagged("mid_height")
|
||||
.workplane(offset=-thickness / 2, centerOption="CenterOfBoundBox")
|
||||
.center(-width / 2 + 18, height / 2 - 55)
|
||||
.center(-width / 2 + 21, height / 2 - 57)
|
||||
.placeSketch(battery_holder.higher_stands)
|
||||
.extrude(shell_t + 8)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user