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)})