mv bottom extrusions to bottom

main
Jeff Moe 2024-01-23 17:00:43 -07:00
parent 4a44576708
commit 4eef722723
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@ TSLOT_HI_LEN = TANK_HEIGHT + TANK_THICK # Length of 4x corners
TSLOT_WIDE_LEN = TANK_WIDTH # Length of 5x left/right horizontal
TSLOT_DEEP_LEN = TANK_LENGTH # Length of 4x front/back horizontal
TSLOT_SIZE = 20 # Size of extrusion (e.g. 20mm x 20mm)
BOT_OFFSET = 24 # How far first horizontal extrusion is from bottom
BOT_OFFSET = 0 # How far first horizontal extrusion is from bottom
class ImmersionChassisConfig(BaseModel):

View File

@ -107,7 +107,7 @@ def create_plate(
mode=Mode.SUBTRACT,
)
# Cutout for Weir Hose # XXX add velcro zip tie holes
# Cutout for Weir Hose Out # XXX add velcro zip tie holes
with Locations(
(
(((TANK_WIDTH + TANK_THICK) / 2)),
@ -145,6 +145,8 @@ def create_plate(
# Size of Motherboard Cables Cutout
Rectangle(84, 40, align=(Align.MIN, Align.MIN), mode=Mode.SUBTRACT)
# Add Hole for Hose In
extrude(amount=immersion_lid_thickness)
part.color = Color(0.25, 0.64, 0.76, 0.1)