Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# To Run These Scripts
- Download [ColorSCAD](https://github.com/jschobben/colorscad)
- Follow the [instructions included in the 3mfmerge](https://github.com/jschobben/colorscad/blob/master/3mfmerge/README.md) folder of the repo to build 3mfmerge
- In the script you want to run (gem_full.py, riskkeycap_full.py, etc) update the `OPENSCAD_PATH` and `COLORSCAD_PATH` path variables
- Run the scripts from the keycap_playground directory `$ ./scripts/riskeycap_full.py --out /tmp/output_dir`
2 changes: 1 addition & 1 deletion scripts/gem_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.. bash::

$ ./scripts/riskeycap_full.py --out /tmp/output_dir
$ ./scripts/gem_full.py --out /tmp/output_dir

.. note::

Expand Down
1 change: 0 additions & 1 deletion scripts/keycap.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ def __str__(self):
#f'PATH="${self.openscad_path.parent}:$PATH"; '
f"{self.colorscad_path} -i {self.keycap_playground_path} "
f"-o '{self.output_path}'/'{self.name}.{self.file_type}' "
f"-p '{self.openscad_path}' "
f"-- {self.openscad_args} -D $'"
)
last_part = ""
Expand Down