Change part color
This commit is contained in:
parent
c5dbbcaf3f
commit
a17856aef9
@ -235,11 +235,11 @@ s_gear = s_gear.cut(cut)
|
||||
s_gear = s_gear.translate((stepper_center[0],stepper_center[1],(gear_thinkness-gear_offset)/2))
|
||||
|
||||
# Render
|
||||
show_object(base, name='Follow Focus Base')
|
||||
show_object(lid, name='Follow Focus Lid')
|
||||
show_object(fastener, name='Follow Focus Fastener')
|
||||
show_object(l_gear, name='Follow Focus Large Gear')
|
||||
show_object(s_gear, name='Follow Focus Small Gear')
|
||||
show_object(base, name='Follow Focus Base', options={"color": (10, 10, 10)})
|
||||
show_object(lid, name='Follow Focus Lid', options={"color": (10, 10, 10)})
|
||||
show_object(fastener, name='Follow Focus Fastener', options={"color": (10, 10, 10)})
|
||||
show_object(l_gear, name='Follow Focus Large Gear', options={"color": (10, 10, 10)})
|
||||
show_object(s_gear, name='Follow Focus Small Gear', options={"color": (10, 10, 10)})
|
||||
|
||||
# Export STL
|
||||
fastener = fastener.rotateAboutCenter((1,0,0), 90).rotateAboutCenter((0,1,0), -slant_degree)
|
||||
|
Loading…
x
Reference in New Issue
Block a user