Create Low Profile V1

This commit is contained in:
Owen Murovec 2021-11-03 19:49:49 -07:00
parent c29f2b30d6
commit f9d4da9985
6 changed files with 36114 additions and 24678 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ from lib import *
from math import radians, sin, cos
SWITCH_RISER_RADIUS = 0.8
SWITCH_RISER_HEIGHT = 9.0
SWITCH_RISER_HEIGHT = 4.2
def switch_riser_raw_dot_fn():
@ -13,6 +13,7 @@ switch_riser_raw_dot = switch_riser_raw_dot_fn()
top_dot = translate(0, 0, SWITCH_RISER_HEIGHT)(switch_riser_raw_dot)
def switch_riser_post_fn():
post = translate(0, 0, SWITCH_RISER_HEIGHT / 2)(
cylinder(SWITCH_RISER_RADIUS, SWITCH_RISER_HEIGHT, center=True)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff