github OctoPrint/OctoPrint 1.1.0
1.1.0 (stable)

latest releases: 1.10.0, 1.10.0rc4, 1.10.0rc3...
9 years ago

New Features

  • New REST API, including User API Keys additionally to the global API key. Please note that this will break existing
    API clients
    as it replaces the old API (same endpoint). You can find the documentation of the new API at
    docs.octoprint.org.
  • New Event structure allows more flexibility regarding payload data, configuration files will be migrated automatically.
    You can find the documentation of the new event format and its usage at docs.octoprint.org.
  • Support for multi extruder setups. With this OctoPrint now in theory supports an unlimited amount of extruders, however
    for now it's artificially limited to 9.
  • Log files can be accessed from within the browser via the Settings dialog (#361)
  • Timelapses can now have a post-roll duration configured which will be rendered into the video too to not let it
    end so abruptly (#384)
  • The terminal tab now has a command history (#388)

Improvements

  • Stopping the application via Ctrl-C produces a less scary message (#277)
  • Webcam stream is disabled when control tab is not in focus, reduces bandwidth (#316)
  • M and G commands entered in Terminal tab are automatically converted to uppercase
  • GCODE viewer now only loads automatically if GCODE file size is beneath certain threshold (different ones for desktop
    and mobile devices), only actually loads file if user acknowledges that this might be too much for his browser
  • Added time needed for printing file to PrintDone event's payload (#333)
  • Also provide the filename (basename without the path) in print events
  • Support for circular beds in the GCODE viewer (#407)
  • The dimensions of the print bed can now be configured via the Settings (#396)
  • Target temperature reporting format of Repetier Firmware is now supported as well (360)
  • Version tracking now based on git tagging and versioneer. Version number,
    git commit and branch get reported in the format <version tag>-<commits since then>-g<commit hash> (<branch> branch),
    e.g. 1.2.0-dev-172-ga48b5de (devel branch).
  • Made "Center viewport on model" and "Zoom in on model" in the GCODE viewer automatically deselect and de-apply if
    viewport gets manipulated by the user (#398)
  • GCODE viewer now interprets inverted axes for printer control and mirrors print bed accordingly (#431)
  • Added clean command to setup.py, removes old build artifacts (mostly interesting for developers)
  • Added version resource on API which reports application and API version
  • Made the navbar static instead of fixed to improve usability on mobile devices (#257)
  • Switch to password field upon enter in username field, submit login form upon enter in password field
  • Changed default path to OctoPrint executable in included init-script to /usr/local/bin/octoprint (the default when
    installing via python setup.py install)

Bug Fixes

  • Properly calculate time deltas (forgot to factor in days)
  • #35 - GCODE viewer has been modularized, options are now functional
  • #337 - Also recognize --iknowwhatimdoing when running as daemon
  • #357 - Do not run GCODE analyzer when a print is ongoing
  • #381 - Only list those SD files that have an ASCII filename
  • Fixed a race condition that could occur when pressing "Print" (File not opened yet, but attempt to read from it)
  • #398 - Fixed interfering options in GCODE viewer
  • #399 & 360 - Leave
    bed temperature unset when not detected (instead of dying a horrible death)
  • #492 - Fixed a race condition which could lead to an attempt to read
    from an already closed serial port, causing an error to be displayed to the user
  • #257 - Logging in on mobile devices should now work
  • #476 - Also update the metadata correctly when an analysis finishes
  • Various fixes of bugs in newly introduced features and improvements:
    • #314 - Use G28 for homing (G1 was copy and paste error)
    • #317 - Fixed "load and print" function
    • #326 - Fixed refresh of SD file list
    • #338 - Refetch file list when deleting a file
    • #339 - More error resilience when handling temperature offset data from the backend
    • #345 - Also recognize such temperature reports that do not contain a T: but a T0:
    • #377 - URLs in API examples fixed
    • #378 - Fixed crash of API call when getStartTime() returns None
    • #379 - Corrected response code for connection success
    • #414 - Fix style attribute for Actual column header

(Commits)

Don't miss a new OctoPrint release

NewReleases is sending notifications on new releases.