From 579160f143d129ee649e5403ab2c7afa55360800 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Mon, 19 Jan 2015 13:44:08 -0500 Subject: [PATCH] Made some changes to the new file template. --- CadQuery/Templates/script_template.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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))