Talk:Tools:Tevo Tornado

From Tampa Hackerspace
Revision as of 02:17, 16 October 2022 by Donw (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.