Tools:Tevo Tornado: Difference between revisions

From Tampa Hackerspace
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


== Firmware ==
== Firmware ==
marlin 2.0.x bugfix
marlin 2.0.x bugfix at [https://github.com/MarlinFirmware/Marlin/commit/164199614c4614144d4b4abc455adc6393d9167a 164199614c4614144d4b4abc455adc6393d9167a] dated Sat Jan 30 07:07:35 2021 +0100.


== Issues ==
== Issues ==
OctoPrint issues <code>M155 S2</code>, but printer does not report temperatures. See [https://marlinfw.org/docs/gcode/M155.html https://marlinfw.org/docs/gcode/M155.html]. The firmware is built with AUTO_REPORT_TEMPERATURES and EXTENDED_CAPABILITIES_REPORT. To back that up, the printer responds to <code>M115</code> with <code>Cap:AUTOREPORT_TEMP:1</code>. Without repeated temperature reports, OctoPrint times out the connection with the printer. Building the firmware with periodic <code>#define NO_TIMEOUTS 1000</code> causes the printer keep the connection alive with <code>wait</code> responses.
OctoPrint issues <code>M155 S2</code>, but printer does not report temperatures. See [https://marlinfw.org/docs/gcode/M155.html https://marlinfw.org/docs/gcode/M155.html]. The firmware is built with AUTO_REPORT_TEMPERATURES and EXTENDED_CAPABILITIES_REPORT. To back that up, the printer responds to <code>M115</code> with <code>Cap:AUTOREPORT_TEMP:1</code>. Without repeated temperature reports, OctoPrint times out the connection with the printer. Building the firmware with periodic <code>#define NO_TIMEOUTS 1000</code> causes the printer keep the connection alive with <code>wait</code> responses.
The BAUDRATE was set to 115200 during debugging, but can likely go back to 250000.


== OctoPrint ==
== OctoPrint ==

Revision as of 02:29, 16 October 2022

Tevo Tornado 3D Printer with BLTOUCH and Wham Bam Pex build plate.

Firmware

marlin 2.0.x bugfix at 164199614c4614144d4b4abc455adc6393d9167a dated Sat Jan 30 07:07:35 2021 +0100.

Issues

OctoPrint issues M155 S2, but printer does not report temperatures. See https://marlinfw.org/docs/gcode/M155.html. The firmware is built with AUTO_REPORT_TEMPERATURES and EXTENDED_CAPABILITIES_REPORT. To back that up, the printer responds to M115 with Cap:AUTOREPORT_TEMP:1. Without repeated temperature reports, OctoPrint times out the connection with the printer. Building the firmware with periodic #define NO_TIMEOUTS 1000 causes the printer keep the connection alive with wait responses.

The BAUDRATE was set to 115200 during debugging, but can likely go back to 250000.

OctoPrint

http://10.255.0.135 OctoPi 0.18.0 with OctoPrint 1.8.4 running on a Raspberry Pi 4 Model B Rev 1.2 2GB RAM

Plugins:

  • Action Command Notification Support (bundled)
  • Action Command Prompt Support (bundled)
  • Announcement Plugin (bundled)
  • Anonymous Usage Tracking (bundled)
  • Application Keys Plugin (bundled)
  • Backup & Restore (bundled)
  • BetterHeaterTimeout (1.3.0)
  • BLTouch Plugin (0.3.4)
  • Core Wizard (bundled)
  • Discovery (bundled)
  • Error Tracking (bundled)
  • Event Manager (bundled)
  • File Check (2021.2.23) (bundled)
  • Firmware Check (2021.10.11) (bundled)
  • GCode Viewer (bundled)
  • Logging (bundled)
  • Pi Support Plugin (2022.6.13) (bundled)
  • Plugin Manager (bundled)
  • Slack (0.2.5)
  • Software Update (bundled)
  • Virtual Printer (bundled)

See Also