github OctoPrint/OctoPrint 1.1.2
1.1.2 (stable)

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

Improvements

  • Added deletion of *.pyc files to python setup.py clean command, should help tremendously when switching branches (backported
    from 9e014eb)
  • Increased default communication and connection timeouts
  • #706 - Do not truncate error reported from printer

Bug Fixes

  • #539 - Limit maximum number of tools, sanity check tool numbers in
    GCODE files against upper limit and refuse to create 10000 tools due to weird slicers. (backported from devel)
  • #634 - Fixed missing branch fields in version dicts generated
    by versioneer
  • #679 - Fix error where API state is requested and printer is offline
    (backport of 619fe9a).
  • #719 - Properly center print bed in GCODE viewer
  • #780 - Always (re)set file position in SD files to 0 so that reprints
    work correctly (backported from devel)
  • #801 - Fixed setting of bed temperature offset
  • [IRC] - Don't hiccup on slic3r filament_diameter comments generated for multi extruder setups
  • [ML] - Fixed relative URL to SockJS endpoint, wasn't yet using the proper base url
  • [unreported] & #698 - Generated URLs now take X-Forwarded-Host header
    sent by proxies into account for included host and port, also fixed #698
    introduced by this
  • [unreported] Fixed a bug causing gcodeInterpreter to hiccup on GCODES containing invalid coordinates such as Xnan or
    Yinf (backported from devel)
  • Small fixes for timelapse creation:
    • #344 - Made timelapses capable of coping with missing captures in between by decrementing the image counter again if there
      was an error fetching the latest image from the snapshot URL (backport of 1a7a468
      and bf9d5ef)
    • #693 - Try not to capture an image if image counter is still unset
    • [unreported] Synchronize image counter decrementing as well as incrementing to prevent rare race conditions when generating the
      image file names

(Commits)

Don't miss a new OctoPrint release

NewReleases is sending notifications on new releases.