Skip to content

Version 1.0.0

Latest
Compare
Choose a tag to compare
@tjhorner tjhorner released this 06 Sep 05:19
· 10 commits to master since this release

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 :)