From d89b261cf71b26ee67b40ba685c229b3d19cec1d Mon Sep 17 00:00:00 2001 From: Jeremy Mack Wright Date: Wed, 4 Oct 2017 06:33:51 -0400 Subject: [PATCH] Cleaned up a comment in the script template. --- Templates/script_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/script_template.py b/Templates/script_template.py index 5ee3863..21e9504 100644 --- a/Templates/script_template.py +++ b/Templates/script_template.py @@ -8,4 +8,4 @@ import cadquery as cq # New method to render script results using the CadQuery Gateway Interface # Use the following to render your model with grey RGB and no transparency -#show_object(result, options={"rgba":(204, 204, 204, 0.0)}) +# show_object(result, options={"rgba":(204, 204, 204, 0.0)})