Releases: tjhorner/node-makerbot-rpc
Releases · tjhorner/node-makerbot-rpc
Version 1.0.0
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 nowMakerbotRpc(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 ofprint.makerbot
.
That's about it for now! Hope you like this release :)
Version 0.1.1
- Added GitHub repository to package.json
Initial Release
v0.1.0 test