Tools:Tevo Tornado: Difference between revisions

From Tampa Hackerspace
Jump to navigation Jump to search
(Created page with "Tevo Tornado 3D Printer, with BLTOUCH == See Also == * https://support.th3dstudio.com/helpcenter/tevo-tornado-firmware/ * https://github.com/Homers3D/Tevo-Tornado Category:Tools Category:Fabrication Category:3D Printing")
 
No edit summary
Line 1: Line 1:
Tevo Tornado 3D Printer, with BLTOUCH
Tevo Tornado 3D Printer with BLTOUCH and Wham Bam Pex build plate.
 
== Firmware ==
marlin 2.0.x bugfix
 
== 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. Without repeated temperature reports, OctoPrint times out the connection with the printer. Building the firmware with <code>#define NO_TIMEOUTS 1000</code> causes the printer keep the connection alive with <code>wait</code> responses.
 
== OctoPrint ==
[http://10.255.0.135 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 ==
== See Also ==
* https://www.tevousa.com/products/tevo-tornado-3d-printer-kit
* https://support.th3dstudio.com/helpcenter/tevo-tornado-firmware/
* https://support.th3dstudio.com/helpcenter/tevo-tornado-firmware/
* https://github.com/Homers3D/Tevo-Tornado
* https://github.com/Homers3D/Tevo-Tornado

Revision as of 19:39, 15 October 2022

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

Firmware

marlin 2.0.x bugfix

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. Without repeated temperature reports, OctoPrint times out the connection with the printer. Building the firmware with #define NO_TIMEOUTS 1000 causes the printer keep the connection alive with wait responses.

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