Skip to content

Releases: tjhorner/node-makerbot-rpc

Version 1.0.0

06 Sep 05:19
Compare
Choose a tag to compare

Woohoo! All of the major parts of this library are done. There are some breaking changes and new features from any 0.x.x version, though. Take a look:

  • MAJOR BREAKING: Instead of the constructor being MakerbotRpc(ip, opts), it is now MakerbotRpc(opts). This is to support various types of authentication, such as Reflector auth. More details on this change here.
  • Feature: Change the printer name with changeMachineName(name).
  • Feature: Receive a constant camera stream from the printer. More on that here. This feature is experimental and may not be production ready.
  • Feature: Remote control your MakerBot Printer if it is set up with remote access! More on that in the Authentication wiki page.
  • Minor addition: Files printed with printFile are actually transmitted with the real file name instead of print.makerbot.

That's about it for now! Hope you like this release :)

Version 0.1.1

17 Jun 18:23
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
  • Added GitHub repository to package.json

Initial Release

17 Jun 18:23
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.1.0

test