Made some changes to the new file template.
This commit is contained in:
parent
002db51287
commit
579160f143
|
@ -1,9 +1,7 @@
|
||||||
# This is a CadQuery script template
|
# This is a CadQuery script template
|
||||||
# Add your script code below
|
# Add your script code below
|
||||||
|
import cadquery as cq
|
||||||
from Helpers import show
|
from Helpers import show
|
||||||
|
|
||||||
# Length units
|
|
||||||
length_uom = 'mm'
|
|
||||||
|
|
||||||
# Use the following to render your model with grey RGB and no transparency
|
# Use the following to render your model with grey RGB and no transparency
|
||||||
# show(my_model, (204, 204, 204, 0.0))
|
# show(my_model, (204, 204, 204, 0.0))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user