3D Printer Electronics Comparison Chart February 25, 2017 03:43PM |
Registered: 6 years ago Posts: 26 |
Re: 3D Printer Electronics Comparison Chart February 25, 2017 04:33PM |
Admin Registered: 15 years ago Posts: 13,763 |
Re: 3D Printer Electronics Comparison Chart February 25, 2017 05:14PM |
Registered: 6 years ago Posts: 26 |
Re: 3D Printer Electronics Comparison Chart February 25, 2017 06:26PM |
Admin Registered: 12 years ago Posts: 6,786 |
Re: 3D Printer Electronics Comparison Chart February 26, 2017 07:39AM |
Registered: 6 years ago Posts: 26 |
Quote
Dust
Your missing one important column (from my point of view)
usb speed, most are limited to serial speeds, but others have virtual uarts and run full (ish) usb2 speed.
The result of this is that some are dead slow and can run out of buffers on curves and other high detail parts, they also need the firmware and software to match baud rates. Others use full usb speed and just ignore baud rate settings
Re: 3D Printer Electronics Comparison Chart February 26, 2017 09:37AM |
Registered: 9 years ago Posts: 14,646 |
Re: 3D Printer Electronics Comparison Chart February 26, 2017 09:47AM |
Registered: 8 years ago Posts: 5,232 |
Quote
dc42
Your drivers list could do with a row for the TMC2660 drivers used on the Duet WiFi, perhaps with a note that they are not available as plug-in drivers (because they have to be initialized using SPI).
Re: 3D Printer Electronics Comparison Chart February 26, 2017 09:52AM |
Registered: 9 years ago Posts: 14,646 |
Quote
o_lampe
Quote
dc42
Your drivers list could do with a row for the TMC2660 drivers used on the Duet WiFi, perhaps with a note that they are not available as plug-in drivers (because they have to be initialized using SPI).
Small correction here: Marlin RC8 has an SPI setup routine for TMC2130 and TMC26xx. Not sure if there is a TMC26xx plugin driver available yet...
Re: 3D Printer Electronics Comparison Chart February 26, 2017 10:16AM |
Registered: 6 years ago Posts: 12 |
Quote
dc42
Your drivers list could do with a row for the TMC2660 drivers used on the Duet WiFi, perhaps with a note that they are not available as plug-in drivers (one reason for that is because they have to be initialised using SPI).
Re: 3D Printer Electronics Comparison Chart February 26, 2017 10:37AM |
Registered: 6 years ago Posts: 26 |
Quote
dc42
It's not so much the baud rate (unless you are looking at file upload speed to the SD card - see later), it's whether the USB interface has flow control. If it doesn't, then the host program has to wait for an "OK" response after each command, or at best after a few commands. General-purpose operating systems such as Windows and Linux can't schedule programs that do this efficiently when there are competing demands for processor time. That's one of the reasons why most people using 8-bit boards print from SD card, except for those using a dedicated host such as Octoprint. [The other reason is so that your print continues even if your PC decides to go to sleep, crashes, decides to install a new version of Windows etc.]
This brings me to my next suggestion. You might also want to add a column for the speed of uploading files to the SD card by whatever means the board provides - normally USB and/or network. This affects whether it is practical to upload files to your printer's SD card from your PC, or whether you need to remove the SD card from the printer, put it in your PC, copy your gcode file to it, eject it, and put it back in your printer.
Your drivers list could do with a row for the TMC2660 drivers used on the Duet WiFi, perhaps with a note that they are not available as plug-in drivers (one reason for that is because they have to be initialised using SPI).
PS - all 8-bit boards using the ATmega2560 don't have a native USB interface (the sort with flow control), they use USB-to-serial. I think I once saw an 8-bit board using the AT90USB1286 or AT90USB1287 that did have native USB, however boards like that with only 128Mb flash memory are out of favour because Marlin won't fit on them in some configurations. All the 32-bit boards I know of do have native USB.
Quote
dc42
Quote
o_lampe
Quote
dc42
Your drivers list could do with a row for the TMC2660 drivers used on the Duet WiFi, perhaps with a note that they are not available as plug-in drivers (because they have to be initialized using SPI).
Small correction here: Marlin RC8 has an SPI setup routine for TMC2130 and TMC26xx. Not sure if there is a TMC26xx plugin driver available yet...
I didn't know that. Where do TMC2130 plug-in drivers get their 4 SPI signals from?
Re: 3D Printer Electronics Comparison Chart February 26, 2017 02:18PM |
Registered: 8 years ago Posts: 5,232 |
Re: 3D Printer Electronics Comparison Chart February 26, 2017 03:02PM |
Registered: 6 years ago Posts: 26 |
Re: 3D Printer Electronics Comparison Chart February 26, 2017 09:40PM |
Admin Registered: 12 years ago Posts: 6,786 |
Re: 3D Printer Electronics Comparison Chart February 27, 2017 02:54AM |
Registered: 8 years ago Posts: 5,232 |
Quote
RADDS says that it is compatible with HD44780, what does this mean? What models?
Re: 3D Printer Electronics Comparison Chart February 27, 2017 03:41AM |
Registered: 8 years ago Posts: 590 |
Re: 3D Printer Electronics Comparison Chart February 27, 2017 06:08AM |
Registered: 6 years ago Posts: 26 |
Quote
RADDS says that it is compatible with HD44780, what does this mean? What models?
Quote
enif
Nice table - thank you Renato!
Just to play with the on-line Excel (which I hadn't used before), I tried to add a line for Sanguinololu, thinking that it wouldn't allow me to save it - but maybe it did - at least I can now see the line when I reopen the link...
Do you want people to actively add and modify your table?
Re: 3D Printer Electronics Comparison Chart February 27, 2017 07:19AM |
Registered: 8 years ago Posts: 5,232 |
Re: 3D Printer Electronics Comparison Chart March 08, 2017 07:11PM |
Registered: 6 years ago Posts: 26 |
Re: 3D Printer Electronics Comparison Chart March 09, 2017 07:27AM |
Registered: 6 years ago Posts: 9 |
Re: 3D Printer Electronics Comparison Chart March 09, 2017 11:23AM |
Registered: 6 years ago Posts: 26 |