Create Low Profile V1
This commit is contained in:
parent
c29f2b30d6
commit
f9d4da9985
805
src/main.py
805
src/main.py
File diff suppressed because it is too large
Load Diff
|
|
@ -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)
|
||||
|
|
|
|||
9819
things/left.scad
9819
things/left.scad
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
9819
things/right.scad
9819
things/right.scad
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue