Doodle3D / print3d

The application that runs on a Doodle3D WiFi box that communicates with printers.
www.doodle3d.com
GNU General Public License v2.0
13 stars 4 forks source link

Backports fixes #1 #9

Open morriswinkler opened 9 years ago

morriswinkler commented 9 years ago

fixes #1 and increases maxCheckTemperatureAttempts_ to 45 in src/drivers/MarlinDriver.cpp so it will connect even if EEPROM_CHITCHAT is defined in the Configuration.h of the Marlin firmware.

peteruithoven commented 9 years ago

Hi @morriswinkler, we appreciate the work, but I'm afraid we need to find a different solution to support printers with chitchat enabled. When it takes 45 attempts before a printer switches baudrate the baudrate detection takes to long.

morriswinkler commented 9 years ago

ok let me see if i can figure out a way to detect chitchat, i guess shouldn't be difficult, i don't know if i can do it this week, but i will try as soon as possible,,.