Made some changes to the new file template.

This commit is contained in:
Jeremy Wright 2015-01-19 13:44:08 -05:00
parent 002db51287
commit 579160f143

View File

@ -1,9 +1,7 @@
# This is a CadQuery script template
# Add your script code below
import cadquery as cq
from Helpers import show
# Length units
length_uom = 'mm'
# Use the following to render your model with grey RGB and no transparency
# show(my_model, (204, 204, 204, 0.0))