Talk:Tools: Tevo Tornado: Difference between revisions
Jump to navigation
Jump to search
Created page with "https://support.th3dstudio.com/helpcenter/tevo-tornado-firmware/ doesn't work right, at least out of the box. The LCD knob moves in the wrong direction. The X-axis homes the wrong direction. It has #define MOTHERBOARD BOARD_MKS_BASE, but the 2.0.x bugfix that is currently running has BOARD_MKS_GEN_L. Likely because <code>#define INVERT_X_DIR true</code> is set in working 2.0.x-bugfix configuration. Need to see if building 2.0.x-bugfix with <code>EXTENDED_CAPABILITIES_RE..." |
m Jonadair moved page Talk:Tools:Tevo Tornado to Talk:Tools: Tevo Tornado without leaving a redirect: Misspelled title |
(No difference)
|
Latest revision as of 00:39, 21 July 2024
https://support.th3dstudio.com/helpcenter/tevo-tornado-firmware/ doesn't work right, at least out of the box. The LCD knob moves in the wrong direction. The X-axis homes the wrong direction. It has #define MOTHERBOARD BOARD_MKS_BASE, but the 2.0.x bugfix that is currently running has BOARD_MKS_GEN_L. Likely because #define INVERT_X_DIR true
is set in working 2.0.x-bugfix configuration.
Need to see if building 2.0.x-bugfix with EXTENDED_CAPABILITIES_REPORT
, and without AUTO_REPORT_TEMPERATURES
that OctoPrint detects that and doesn't bother sending M155 S2
.
Can also experiment disabling the temperature graph.