cfobel / storage-boxes

A CadQuery fork of the awesome assortment boxes by Alexandre Chappel.
MIT License
0 stars 1 forks source link

Specifying `unit_extent` on the command line has no effect #2

Open ryanfobel opened 3 years ago

ryanfobel commented 3 years ago

Steps to reproduce the problem

Run the command:

python -m storage_boxes.models --unit-extent 100 ..\output_100

The output step files have a unit extent equal to the default set in types.py.

Workaround

Edit the defaults in the types.py file in your local copy.