Mrnt / OctoPrint-FlashForge

OctoPrint plugin to support closed source printers from FlashForge, PowerSpec, Dremel
GNU General Public License v3.0
87 stars 12 forks source link

FlashForge Finder 3 Support #88

Open MORITZ0405 opened 7 months ago

MORITZ0405 commented 7 months ago

I want to add my FlashForge Finder 3 to OctoPrint. How does it work ?

Mrnt commented 7 months ago

Sorry for the delay in responding. Each model has a unique ID - assuming that you have OctoPrint installed with this plugin and the plugin is enabled, you should see a message in the Terminal window of OctoPrint indicating the printer has been found with USB Vendor ID (probably) 0x2b71 along with its USB Device ID (see also the Troubleshooting section for some pointers). When you have the device ID it can be added to the code (in this section https://github.com/Mrnt/OctoPrint-FlashForge/blob/c59a28956c6fdd2df5a43d976fc27459057b0bdf/octoprint_flashforge/__init__.py#L34C3-L34C9) and the plugin should then be able to connect to the printer. If you provide the Device ID here I can add it to the code.