Skip to content

Releases: Doodle3D/print3d

0.11.0 (13 jul 2017)

13 Jul 16:44
Compare
Choose a tag to compare
Merge branch 'master' into develop

0.11.0-c (10 jul 2017)

10 Jul 11:42
Compare
Choose a tag to compare
Pre-release

no changes

0.11.0-b (6 jul 2017)

06 Jul 14:18
Compare
Choose a tag to compare
0.11.0-b (6 jul 2017) Pre-release
Pre-release
  • added Renkforce RF100

0.10.12

13 Jan 12:07
Compare
Choose a tag to compare

0.10.12

0.10.12-b (12 jan 2017)

  • Post install update to config for changes in 0.10.10 (fixes print3d logging)

0.10.12-a (26 jul 2016)

  • Added Ultimaker Original Plus (Thanks Remco)
  • Added extra usb drivers

0.10.12-b

13 Jan 10:48
Compare
Choose a tag to compare
0.10.12-b Pre-release
Pre-release
  • Post install update to config for changes in 0.10.10 (fixes print3d logging)

0.10.12-a

26 Jul 13:25
Compare
Choose a tag to compare
0.10.12-a Pre-release
Pre-release
  • Added Ultimaker Original Plus (Thanks Remco)
  • Added extra usb drivers

0.10.11

15 Jun 12:22
Compare
Choose a tag to compare
  • After pressing the reset button for about 4 seconds the WiFi-Box will go to access point mode. Useful for when you can't reach it.
  • Becomes access point when it can't connect to WiFi network.
  • Handles more clients by tweaking the uhttpd config.
  • Print3D isn't killed when there is no memory available.
  • New banner (shown after ssh login)
  • Ultimaker 2 type printers show status information on display.

0.10.11-a

15 Jun 12:18
Compare
Choose a tag to compare
0.10.11-a Pre-release
Pre-release
  • After pressing the reset button for about 4 seconds the WiFi-Box will go to access point mode. Useful for when you can't reach it.
  • Becomes access point when it can't connect to WiFi network.
  • Handles more clients by tweaking the uhttpd config.
  • Print3D isn't killed when there is no memory available.
  • New banner (shown after ssh login)
  • Ultimaker 2 type printers show status information on display.

0.10.10

11 May 13:26
Compare
Choose a tag to compare

0.10.10 (11 may 2016)

  • Logging client version info to console.
  • Logging less when printing to makerbot/wanhao
  • Logging API time info
  • Included version number file in logfiles
  • Fixed stopping while sending

0.10.10-e (21 apr 2016)

  • Fixed Makerbot end gcode that prevented prints or stopping prints to finish.

0.10.10-d (20 apr 2016)

  • Allow print part sequence numbers to be retrieved
  • Sequence numbers are send back when sending print parts
  • When WiFi-Box responds that print part was already received the client will send the next part.

0.10.10-c (1 apr 2016)

  • Quicker log rotation

0.10.10-b (21 mrt 2016)

  • Logrotation (making sure older logs are removed)
  • Improved logging.
  • Always log initial printer communication
  • loglite improvements, added readme

0.10.10-a (24 feb 2016)

  • Max buffer size check: the WiFi-Box can now indicate through the API that its buffer is full and it won't accept new gcode.
  • Buffer information is communicated through the API so all clients can handle this properly. The Doodle3D client will stop sending and waits until it drops below 75%. It will check this every 30 seconds.
  • Improved progress indication: when sending a print the total number of lines can be added, causing the total lines reported through the API to be correct, instead of being approximated to be total lines in buffer, which keeps increasing while a print is still being sent.
  • When sending print parts, sequence numbers can be added which will be checked for correctness.
  • The stop button now stays enabled while still sending a print.
  • Made firmware log format consistent with print3d's.
  • Fixed local IP parsing pattern in firmware.
  • Improved log messages and log messages formatting.
  • Added loglite utility which enables filtering and coloring of logs.
  • Won't attempt sign-in when in access point mode.
  • More consistent error reporting from API.
  • API d3dapi/printer/print's 'first' parameter has been deprecated in favor of a more descriptive 'clear' parameter.
  • Support for CraftBot PLUS printer.

0.10.10-e

10 May 09:05
Compare
Choose a tag to compare
0.10.10-e Pre-release
Pre-release
  • Fixed Makerbot end gcode that prevented prints or stopping prints to finish.