Skip to content

Releases: SimplyPrint/OctoPrint-SimplyPrint

4.0.1dev5

06 Nov 00:39
Compare
Choose a tag to compare
4.0.1dev5 Pre-release
Pre-release

All the latest changes from branch dev-simplyprint-rewrite-20220623 as of commit d8996bd

  • websocket implementation
  • AI failure detection
  • printer display tweaks
  • webcam snapshotting on demand
  • sentry.io bug tracking

4.0.1dev4

06 Nov 00:26
Compare
Choose a tag to compare
4.0.1dev4 Pre-release
Pre-release

All the latest changes from branch dev-simplyprint-rewrite-20220623 as of commit d8996bd

  • websocket implementation
  • AI failure detection
  • printer display tweaks
  • webcam snapshotting on demand
  • sentry.io bug tracking

4.0.1dev3

05 Nov 23:55
Compare
Choose a tag to compare
4.0.1dev3 Pre-release
Pre-release

All the latest changes from branch dev-simplyprint-rewrite-20220623 as of commit d8996bd

  • websocket implementation
  • AI failure detection
  • printer display tweaks
  • webcam snapshotting on demand
  • sentry.io bug tracking

4.0.1dev2

04 Nov 01:39
Compare
Choose a tag to compare
4.0.1dev2 Pre-release
Pre-release

All the latest changes from branch dev-simplyprint-rewrite-20220623 as of commit d8996bd

  • websocket implementation
  • AI failure detection
  • printer display tweaks
  • webcam snapshotting on demand

3.1.2

07 Apr 15:05
aad2467
Compare
Choose a tag to compare
  • Better support for Prusa pause & filament runout
  • Fixed bug where printer claimed it was "offline" in the panel, while downloading large files
  • Put SP-downloaded files in a SimplyPrint sub-folder in OctoPrint
  • General bugfixes & preparation for next web-release

3.1.2rc9

23 Dec 02:20
dca9138
Compare
Choose a tag to compare
3.1.2rc9 Pre-release
Pre-release
  • add endpoint for checking printer state prior to rebooting for raspiwifi integration in SimplyPi image

3.1.2rc8

01 Dec 19:49
5a639f7
Compare
Choose a tag to compare
3.1.2rc8 Pre-release
Pre-release
  • fixes prints not starting in rc7 version due to missing SImplyPrint folder.
  • only sends &health data every 10 pings to server

3.1.2rc7

25 Nov 20:02
Compare
Choose a tag to compare
3.1.2rc7 Pre-release
Pre-release
  • Send current Z layer to SimplyPrint, uses @simplyprint layer # in slicer after layer change gcode
  • Switched to _settings.get from _settings.get_int for public_port to avoid conversion errors
  • Check for existence of iwlist and iwgetid in 2 paths for determining ssid name to handle different devices, returns early if neither is found
  • attempt to connect to printer 3 times with increasing delay if error occurs during file upload/start process, if successful will select file.
  • Additional handling of internal OctoPrint @PAUSE commands to allow passing additional information to SP using &pause_message=<message after @PAUSE>
  • Additional pause handling for Prusa filament runout/pause
  • Threaded download process, but keep in loop with ping to SP server with querystring &file_downloading=true&filename={filename}
  • Now downloads files into SimplyPrint sub folder
  • Added additional resource details using a stripped down version of Resource Monitors monitor.py as querystring &health= with value of url quoted json string of available details.

3.1.2rc2

20 Nov 20:32
812f0a1
Compare
Choose a tag to compare
3.1.2rc2 Pre-release
Pre-release
  • fix ssid gathering bug with some devices

3.1.2rc1

20 Nov 16:15
1289708
Compare
Choose a tag to compare
3.1.2rc1 Pre-release
Pre-release
  • change from get_int to get for public_port to hopefully resolve reported bug