Skip to content

Commit

Permalink
Add m486 support
Browse files Browse the repository at this point in the history
Generate rough hulls instead of bounding boxes

Superslicer now uses the slic3r processor too, to
 generate the hulls

Make pip installable, with a script target
  • Loading branch information
kageurufu committed Sep 23, 2021
1 parent 8d1d9ba commit 8939875
Show file tree
Hide file tree
Showing 19 changed files with 38,226 additions and 50,428 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- uses: knowsuchagency/poetry-install@v2

- name: Run the build process
run: poetry run pyinstaller --onefile preprocessor.py
run: poetry run pyinstaller --onefile preprocess_cancellation.py

- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: preprocessor-${{ matrix.os }}
name: preprocess_cancellation-${{ matrix.os }}
path: |
dist
Expand All @@ -43,4 +43,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
preprocessor-*
preprocess_cancellation-*
1 change: 1 addition & 0 deletions GCode/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.out.gcode
*.huge.gcode
Loading

0 comments on commit 8939875

Please sign in to comment.