8 lines
228 B
Python
8 lines
228 B
Python
# This is a CadQuery script template
|
|
# Add your script code below
|
|
import cadquery as cq
|
|
from Helpers import show
|
|
|
|
# Use the following to render your model with grey RGB and no transparency
|
|
# show(my_model, (204, 204, 204, 0.0))
|