From 8e4553311bf02bf9273a9ba0dcdae96ec3f2ab05 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Fri, 6 Dec 2024 12:42:26 -0800 Subject: [PATCH] doc: Instructions for using cq-editor --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae83ed0..1ade17c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Cosplay -This is the design repository for NorCal Hakkero Factory No. 1. +This is the design repository for NorCal Hakkero Factory No. 1, where we use +parametric CAD to make cosplay props. ## Development @@ -15,6 +16,12 @@ and this should succeed python3 -c "import nhf" ``` +To visualize an object, create a file `visualize.py`, and run `cq-editor`: + +``` sh +python3 -m cq_editor visualize.py +``` + ## Testing Run all tests with