Welcome! Log In Create A New Profile

Advanced

need help with Tornado with Marlin 1.1.9

Posted by rcromwell92 
need help with Tornado with Marlin 1.1.9
January 21, 2020 02:20PM
I had a driver fail and had to buy new ones. So, I upgraded drivers to the TMC2208's and I upgraded the firmware to the 1.1.9 version. However, upon flashing the display screen comes back all garbled. Can someone please help me modify 1.1.9 to get it to work it would be greatly appreciated. Thank you in advance
Re: need help with Tornado with Marlin 1.1.9
January 21, 2020 03:30PM
Did you set up your configuration.h file with the new install?
If not, do a setting-by-setting compare with your old firmware and 1.1.9 and move your settings over. Make sure your stepper drivers microstepping matches firmware settings.
Make sure you have 1.1.9BF, there are issues reported with the "normal" 1.1.9.

DLC


Kits: Folgertech Kossel 2020 upgraded E3Dv6, Anet A8 upgraded E3Dv6, Tevo Tarantula enhanced parts and dual-head, TronXY X5SA Pro(E3DHemera).
Scratch: Large bed Cartesian, exchangeable heads, Linear slide Delta, Maker-Beam XL Micro Delta, 220x220CoreXY.
Re: need help with Tornado with Marlin 1.1.9
January 21, 2020 03:38PM
The old firmware was 1.0.0. I followed as much as possible line by line in Config.h and Config_adv.h I downloaded the 1.1.9 bug fix, I can upload the Config.h and config_adv,h if someone could help
Re: need help with Tornado with Marlin 1.1.9
January 21, 2020 03:47PM
here is a video of what it is doing

[www.youtube.com]
Re: need help with Tornado with Marlin 1.1.9
January 21, 2020 06:45PM
You need to add some delays to wait for your slower screen.

Add these lines to Configuration.h or your motherboards pins.h file

#define BOARD_ST7920_DELAY_1 DELAY_NS(125)
#define BOARD_ST7920_DELAY_2 DELAY_NS(125)
#define BOARD_ST7920_DELAY_3 DELAY_NS(125)
Sorry, only registered users may post in this forum.

Click here to login