Created Wed, 29 Jun 2011 07:13:45 +0000 by carl
Wed, 29 Jun 2011 07:13:45 +0000
I am using the Max32 as a replacement for a Ardunio controller on a RepRap Prusa Mendel 3D printer. I hope to see the Ethernet and SD card working soon so that can be added to the functions. Anyone else doing a 3D printer with a chipKIT? See==> RepRap[dot]org
Tue, 29 Nov 2011 15:44:53 +0000
i am coning to use it whit the ramps pcb. i have to vigor out how to use the 3,3/5 volt the ramps has 5 volt on board.
Tue, 29 Nov 2011 17:41:05 +0000
I hope to see the Ethernet and SD card working soon so that can be added to the functions.
I've run the WebServer demo on the Max32 with the Ethernet Shield, it works... The very basic demo takes about 50k of code space.
I plan on trying to read g-codes to control some motors, does the rep-rat use g-codes?
Jacob
Tue, 29 Nov 2011 18:08:05 +0000
Yes it uses g-codes ...Carl
Sun, 22 Apr 2012 01:18:23 +0000
Did the SD libraries get fixed yet?
I wanted to use marlin FW, so has anyone got it working?
Sat, 01 Nov 2014 17:25:43 +0000
Hey, great - I also plan to rebuild the controller Software for a RepRap Printer on Chipkit PI in the future. Based on existing Audrino Software of course. Any improvements on your project? Any tips how GCode via serial port is working (what does host send, how is end of Message defined, what does slave response,...) Thanks in advance.
Sat, 01 Nov 2014 17:43:50 +0000
Hey, cool! I'd also like to control a reprap Printer with Chipkit PI. How is your project going on? Any good tipps how GCode works via serial communication?