Skip to content

Releases: hexadecimalDinosaur/octoprint-cli

octoprint-cli 2.2.0

04 Jul 04:05
Compare
Choose a tag to compare

This release fixes some issues in continuous mode and POST requests as well as supporting layer information from the OctoPrint-DisplayLayerProgress plugin API.

Features and fixes

  • Add a layer command to get print layer information from OctoPrint-DisplayLayerProgress
  • Add layer information from OctoPrint-DisplayLayerProgress to continuous output mode
  • Switch requests POST requests from using data to json to stop 400 error
  • Add output to Offline state in continuous

octoprint-cli 2.1.0

19 May 15:31
Compare
Choose a tag to compare

This release fixes some issues and introduces a new file uploading feature.

Features and fixes

  • New octoprint-cli files upload [file] sub-command for uploading GCODE or STL files to the OctoPrint local folder
  • Fix estimated total time and time left bug that occurs when the time is longer than a day
  • Fix continuous mode breaking when printer offline and no ports are available

octoprint-cli 2.0.1

04 May 19:48
Compare
Choose a tag to compare

This release fixes issues with config files placed in the script directory

There is no Windows executable for this release but the release works on Windows and Linux machines. The executable has not been created due to issues with the pyinstaller created executable not being able read files in its program directory

octoprint-cli 2.0.0

04 May 13:44
Compare
Choose a tag to compare

This release was a complete rewrite of the project due to issues pointed out by @GetOutOfMyBakery
However, this wouldn't be a new release without some new features. This new release has a continuous status output command that outputs progress and temperature status on the terminal continuously. This release also has some other features and fixes listed down below.

Screenshot from 2020-05-03 15-51-25

Features and fixes

  • Continuous status output mode
  • Configuration for coloured and formatted text
  • Removing unnecessary if...elif...else blocks
  • Removing unnecessary try...except blocks

Issues
This release works on Linux systems currently. Windows systems may run into some configuration file loading issues

octoprint-cli 1.0.0

01 May 16:38
Compare
Choose a tag to compare

Release Features

  • Connection status
  • Print status
  • Select file for print
  • Pause, resume, cancel prints
  • Start print
  • System commands (shutdown, reboot, restart)
  • Listing files
  • Retrieving file/folder information
  • Setting extruder and bed temperature
  • Connect and disconnect from printer