> Just received this email. Any thoughts on feasibility of getting the
> existing code to port? I haven't read over everything but it mentions
> compatibility. I don't know about the libraries used on the original since
> I haven't done any programming on the Arduino. Twice the memory of the 2560
> and 80Mhz instead of the 16Mhz, 128K ram instead of 8K
Well, it's a PIC so it would likely require porting work. Entirely
different instruction set. Sure, you can still program PICs in C,
but there are non-trivial differences in how you program PICs vs.
AVRs.
Personally, if I were to change architecture, I'd look at an ARM
and not a PIC.
Dan
I completely agree.
-ethan
Thank you,
Ward M. Elder
ElderSoft
42 Appleton St.
Winnipeg, MB
R2G1K5
(204) 791-7754 (Cell)
I completely agree.
-ethan
--
You received this message because you are subscribed to the Google
Groups "MakerBot Operators" group.
To post to this group, send email to make...@googlegroups.com.
To unsubscribe from this group, send email to
makerbot+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/makerbot?hl=en.
--
You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.
However, the added speed and memory won't do much good with the current firmware. You'd really have to change to support native G-code, arcs, etc for the higher performance to really do anything.
--