Skip to content

Commit

Permalink
Add option: Export to PLY for HR prints (#276)
Browse files Browse the repository at this point in the history
* Add option: Export to PLY for non-line virtual prints

* Improvements, tests, tweaks

Co-authored-by: D.R.racer <[email protected]>
Co-authored-by: vintagepc <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2020
1 parent 27dabcb commit ebfd173
Show file tree
Hide file tree
Showing 11 changed files with 24,714 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ set(H_FILES_base
utility/SerialPipe.h
utility/Macros.h
utility/Util.h
utility/PLYExport.h
parts/IKeyClient.h
parts/KeyController.h
)
Expand Down Expand Up @@ -209,6 +210,7 @@ set(MK404_SOURCES_base
utility/Color.cpp
utility/OBJCollection.cpp
utility/SerialPipe.cpp
utility/PLYExport.cpp
parts/IKeyClient.cpp
parts/KeyController.cpp
)
Expand Down
Loading

0 comments on commit ebfd173

Please sign in to comment.