Skip to content

Commit

Permalink
Minor fixes to setup.py and generate.md as requested by review
Browse files Browse the repository at this point in the history
  • Loading branch information
julianstirling committed Jul 1, 2024
1 parent af8accf commit 6ef3ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ To generate run the following:

cadorchestrator generate '["NUC10i5FNH", "Raspberry_Pi_4B", "Raspberry_Pi_4B"]'

This should create the `build` directory. Inside this the `printed_components` directory should contain a number of `step` files that can be 3D printed (you may need to convert them to `stl` files first).
This should create the `build` directory. Inside this the `printed_components` directory should contain a number of `stl` files that can be 3D printed. It will also contain `step` files for each of these components.

The script also creates an `stl` and a `gltf` of the final assembled rack. **Don't print this, it is not going to print properly as one piece!**
The script also creates an `stl` and a `gltf` of the final assembled rack. **Don't print this, it is not going to print properly as a single piece!**

It also creates a number of files that are used by the orchestration script.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
description = 'Python module for generating any nimble configuration',
packages=['nimble_orchestration', 'nimble_builder'],
version = '0.0.1',
python_requires='>=3.10',
install_requires=[
'numpy~=1.26',
'cadquery>=2',
Expand Down

0 comments on commit 6ef3ba2

Please sign in to comment.