Updated the CQ library and changed the new file template to reflect the new Helpers.show() best practice.
This commit is contained in:
parent
ac1d142598
commit
eb3eaad7d9
File diff suppressed because it is too large
Load Diff
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user