Update cqgi.rst with a helpful example#711
Conversation
Codecov Report
@@ Coverage Diff @@
## master #711 +/- ##
==========================================
- Coverage 94.54% 94.50% -0.04%
==========================================
Files 32 32
Lines 7071 7078 +7
Branches 766 768 +2
==========================================
+ Hits 6685 6689 +4
- Misses 253 255 +2
- Partials 133 134 +1
Continue to review full report at Codecov.
|
|
Thanks! May I ask what is wrong with this example form the docs: https://cadquery.readthedocs.io/en/latest/importexport.html#exporting-stl ? |
That example doesn't use the CQGI ~ which is fine if you want to export as part of the CAD-code itself; this example is for a user wishing to batch-process existing cadquery-files without modification. Quite esoteric perhaps, but useful I hope. |
marcus7070
left a comment
There was a problem hiding this comment.
Thanks very much @DarthPJB. It's great to see the CQGI area of the docs getting some attention.
After about an hour of googling and picking through the documentation (and cq-editor source) I made a script to automate export into STL format.
I've submitted this as a pull-request in the belief it may benefit others.
On a personal note; a big thank you to everyone on this project; cadquery is the future!