andycb / AdventurerClientJS

An unofficial cross platform client for working with the Monoprice Voxel or Flashforge Adventurer 3

Home Page:https://andybradford.dev/2020/08/26/an-app-to-transfer-files-to-the-flashforge-adventurer-or-monoprice-voxel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventurerClientJS

A cross platform application for communicating with the FlashForge Adventurer and Monoprice Voxel 3D Printer.

Building

  1. Install NodeJS
  2. In a command prompt change to the src directory
  3. Run $ npm install
  4. Run $ npm run electron

Fake Printer

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
  2. Run $ node stubPrinter.js
  3. In the client connect to "localhost' to use the fake printer

Errors

“Adventurer Client” cannot be opened because the developer cannot be verified.

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"
  2. At the “Adventurer Client” cannot be opened because the developer cannot be verified. message, click cancel
  3. Right click on the app and click open
  4. At the macOS cannot verify the developer of “Adventurer Client”. Are you sure you want to open it? message, click Open

Running

Windows and Mac builds are available in releases. Note, the builds are not signed, so will generate an OS warning when first run.

TODO

  • ⏺ Support for more functions
  • ⏺ Support command line arguments
  • ⏺ Unit tests
  • ⏺ Sign & Notarize binaries to avoid warnings.

About

An unofficial cross platform client for working with the Monoprice Voxel or Flashforge Adventurer 3

https://andybradford.dev/2020/08/26/an-app-to-transfer-files-to-the-flashforge-adventurer-or-monoprice-voxel/

License:MIT License


Languages

Language:TypeScript 83.5%Language:HTML 9.6%Language:CSS 3.0%Language:JavaScript 2.4%Language:SCSS 1.4%