Tools: Tevo Tornado: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== 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. 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. | ||
== OctoPrint == | == OctoPrint == |
Revision as of 01:49, 16 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. 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.
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)