Skip to content

Q: I need help understanding Machines and how to use them. #9098

Answered by wolflu05
StevenIsaacs asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, Currently only label printing machines are implemented in inventree. If you want to integrate a 3D printer, a new machine type and one (or more) corresponding drivers for your individual 3d printer model need to be implemented.

The machine type should implement things that are relevant to all 3d printer models. E.g. a print button on parts that have a stl/gcode attached. Your specific driver then needs to implement a method for sending the gcode to the printer (e.g. octoprint)

This is already a suggestion collected in #6486, but nobody has picked up the work. So feel free to implement the 3d printer machine type and upstream it into inventree. Then you can create your own 3d printing …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@StevenIsaacs
Comment options

Answer selected by StevenIsaacs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants