https://github.com/davidk/slic3r-action-test
A test of the slic3r action in davidk/slic3r-action
https://github.com/davidk/slic3r-action-test
Last synced: about 1 year ago
JSON representation
A test of the slic3r action in davidk/slic3r-action
- Host: GitHub
- URL: https://github.com/davidk/slic3r-action-test
- Owner: davidk
- Created: 2019-03-11T00:08:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T23:05:23.000Z (almost 7 years ago)
- Last Synced: 2025-03-21T21:45:25.188Z (over 1 year ago)
- Language: G-code
- Homepage: https://github.com/davidk/slic3r-action
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Actions - slic3r-action-test (pet-i3-mk2 profile)
This is an example action that slices [this object from Thingiverse](https://www.thingiverse.com/thing:2177951).
To try this example, put the contents of this directory into a new repository that has GitHub Actions enabled. When the action has finished running, it will drop .gcode files into your repository.
Steps:
* create a [new repository on github](https://github.com/new)
* copy these files to a new directory / your new repository
* follow the new repository instructions and add a new file to run the workflow: e.g. `git init` && `git add .` && `git commit -a -m 'Initial commit'` && `git remote add origin git@github.com:example/example-repository` && `git push -u origin master`