A cross platform application for communicating with the FlashForge Adventurer and Monoprice Voxel 3D Printer.
1) Install NodeJS
1) In a command prompt change to the src
directory
1) Run $ npm install
1) Run $ npm run electron
To simplify development and testing, a fake printer is included that will return realistic data to the client. To run it:
1) In a command prompt change to the stubPrinter
directory
1) Run $ node stubPrinter.js
1) In the client connect to "localhost' to use the fake printer
Unfortunately, Apple require that app software running on macOS be signed and Notarized so that they can verify its identity. Doing this would require me to buy a code signing certificate and an Apple Developer license which is quite expensive. Therefore, for the time being, the app is distributed unsigned. To run the app you need to perform the following steps, for the first run only.
1) Double click on "Adventurer Client" 1) At the “Adventurer Client” cannot be opened because the developer cannot be verified. message, click cancel 1) Right click on the app and click open 1) At the macOS cannot verify the developer of “Adventurer Client”. Are you sure you want to open it? message, click Open
Windows and Mac builds are available in releases. Note, the builds are not signed, so will generate an OS warning when first run.