diff --git a/CadQuery/Templates/script_template.py b/CadQuery/Templates/script_template.py index bbcb2a0..a8ff354 100644 --- a/CadQuery/Templates/script_template.py +++ b/CadQuery/Templates/script_template.py @@ -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))