Updated the CQ library and changed the new file template to reflect the new Helpers.show() best practice.

This commit is contained in:
Jeremy Wright 2015-01-05 22:09:03 -05:00
parent ac1d142598
commit eb3eaad7d9
2 changed files with 4 additions and 1424 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,9 @@
# This is a CadQuery script template
# Add your script code below
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))