Re: RAMPS for Due! December 01, 2013 03:41AM |
Registered: 12 years ago Posts: 227 |
The problem is that it's not enough.Ok it's enough for most prints. But many reprapers report that printing from SDRAM makes better quality prints. If head path is very complicated and speed is high the gcode comand rate is too high and 250000(standart Ultimaker rate) is not enough. So native USB is a must. Yes?Quote
ambrop7
About baud rate, I just chose 250000 because I didn't see a need for more. It is configurable anyway. But it's limited because we're talking about the programming port, not the native USB port.
Re: RAMPS for Due! December 01, 2013 05:46AM |
Registered: 10 years ago Posts: 91 |
Quote
karabas
If head path is very complicated and speed is high the gcode comand rate is too high and 250000(standart Ultimaker rate) is not enough. So native USB is a must. Yes?
Re: RAMPS for Due! December 01, 2013 09:14AM |
Registered: 10 years ago Posts: 91 |
Re: RAMPS for Due! December 01, 2013 01:20PM |
Registered: 11 years ago Posts: 1,433 |
Re: RAMPS for Due! December 01, 2013 09:05PM |
Admin Registered: 13 years ago Posts: 7,122 |
Re: RAMPS for Due! December 01, 2013 09:19PM |
Admin Registered: 13 years ago Posts: 7,122 |
Re: RAMPS for Due! December 02, 2013 09:45AM |
Registered: 10 years ago Posts: 91 |
Re: RAMPS for Due! December 02, 2013 10:19AM |
Registered: 11 years ago Posts: 1,807 |
Re: RAMPS for Due! December 02, 2013 10:29AM |
Registered: 11 years ago Posts: 1,807 |
Re: RAMPS for Due! December 02, 2013 10:30AM |
Registered: 10 years ago Posts: 91 |
Quote
angelo
Which Firmware is used für the RAMPS-FD?
Have fun
angelo
Re: RAMPS for Due! December 02, 2013 10:36AM |
Registered: 11 years ago Posts: 1,807 |
Re: RAMPS for Due! December 02, 2013 10:39AM |
Registered: 10 years ago Posts: 91 |
Quote
angelo
Maybe i will test R2D2 and aprinter for the RADDS Shield, and maybe the firmware ist better then Repetier?
angelo
Re: RAMPS for Due! December 02, 2013 10:40AM |
Registered: 11 years ago Posts: 1,807 |
Re: RAMPS for Due! December 02, 2013 02:41PM |
Registered: 12 years ago Posts: 227 |
Ok, I agree. Is it possible to port easely the code to discovery? I got this board an year ago by mistake...Quote
ambrop7
Re: RAMPS for Due! December 02, 2013 03:18PM |
Registered: 10 years ago Posts: 91 |
Quote
karabas
Ok, I agree. Is it possible to port easely the code to discovery? I got this board an year ago by mistake...
BTW did you read this thread? About new future ultimaker board [github.com]
Re: RAMPS for Due! December 02, 2013 03:43PM |
Admin Registered: 13 years ago Posts: 7,122 |
Re: RAMPS for Due! December 02, 2013 05:26PM |
Admin Registered: 13 years ago Posts: 7,122 |
Re: RAMPS for Due! December 02, 2013 05:41PM |
Registered: 13 years ago Posts: 1,236 |
Quote
Dust
Repetier for due firmware https://github.com/biocode3D/Repetier-Firmware-Due
I know it compiles.. but thats as far as ive gotten with it.
Re: RAMPS for Due! December 02, 2013 05:42PM |
Registered: 10 years ago Posts: 91 |
Quote
Dust
annother new board [www.reprappro.com]
But its the same ARM processor as the Arduino Due, so its firmware [github.com] should be able to be ported esily to ramps-fd
Re: RAMPS for Due! December 02, 2013 05:59PM |
Registered: 13 years ago Posts: 1,236 |
Quote
Dust
annother new board [www.reprappro.com]
But its the same ARM processor as the Arduino Due, so its firmware [github.com] should be able to be ported esily to ramps-fd
Re: RAMPS for Due! December 02, 2013 07:37PM |
Registered: 12 years ago Posts: 177 |
Re: RAMPS for Due! December 02, 2013 07:57PM |
Registered: 13 years ago Posts: 1,236 |
Quote
T3P3
If you want to use the Ethernet part in a Due platform then there are 3rd party Due variants that expose the ethernet pins.
Re: RAMPS for Due! December 02, 2013 08:11PM |
Registered: 10 years ago Posts: 91 |
Quote
T3P3
The additional libraries for the RepRap Firmware are here:
Re: RAMPS for Due! December 03, 2013 12:18AM |
Registered: 14 years ago Posts: 1,092 |
Re: RAMPS for Due! December 03, 2013 03:12AM |
Registered: 12 years ago Posts: 227 |
No it's not Ultimaker board but well known Discovery stm32 board. I bought it thinking that it's easy to port marlin to it.Quote
ambrop7
Quote
karabas
Ok, I agree. Is it possible to port easely the code to discovery? I got this board an year ago by mistake...
BTW did you read this thread? About new future ultimaker board [github.com]
Probably. But if you expect me to do it, I'd need the schematic (which doesn't seem to be available), and you'd need to give me one such board, as a gift
How did you manage to get this board in the first place? It doesn't seem to be released.
Note: porting APrinter to the board does not imply that there would suddenly be Ethernet support etc.. It may be a while before that happens.
EDIT: when you say "I got this board an year ago by mistake", which board is that, "discovery"? So not the future Ultimaker board?
Re: RAMPS for Due! December 03, 2013 09:17PM |
Registered: 11 years ago Posts: 1,433 |
Re: RAMPS for Due! December 04, 2013 04:13AM |
Registered: 11 years ago Posts: 1,807 |
Re: RAMPS for Due! December 05, 2013 11:11AM |
Registered: 12 years ago Posts: 14 |
Re: RAMPS for Due! December 11, 2013 04:49PM |
Registered: 13 years ago Posts: 1,236 |
Re: RAMPS for Due! December 11, 2013 04:59PM |
Registered: 13 years ago Posts: 1,236 |
Quote
uncle_bob
Ummmm .... errrr ....
I've been down the road with ethernet on an ARM. You *really* need some sort of an OS to make it do more than simple stuff. As soon as you get into a real TCP/IP "multiple packets in flight" situation things get pretty nutty with managing all the states. UDP you can do all day long with next to nothing. Simple send and forget TCP/IP (which isn't really TCP/IP) you can do easily. The real thing - not so much.