Welcome! Log In Create A New Profile

Advanced

Teacup firmware configuration - axis wont move

Posted by Roel 
Teacup firmware configuration - axis wont move
March 13, 2012 10:57AM
I'm trying to get the right configuration for the teacup firmware. I'm using Generation 3 remix electronics and working on a lasercut mendel from reprapcentral.

I changed:
AD595 to Thermistor (as gen3 remix requires)
Downloaded a previous version of Arduino as suggested here: [reprap.org]
added the Sanguino board
in the Make file: configured the path suggested for the avrdude as suggested in the above link
changed the programming protocol to StK500v1
Uploaded the changes
Changed the Baudrate on Repsnapper to fit 115200 like the firmware suggests before connecting the printer.

I get a temp reading thats way off (about 700-800 degrees) and no axis movement

Does anyone have any ideas??
Re: Teacup firmware configuration - axis wont move
March 14, 2012 05:23AM
Obviously your pin layout in config.h doesn't match your hardware.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Re: Teacup firmware configuration - axis wont move
March 26, 2012 11:26AM
Uncomment these in the config.h from the motherboard

#define X_INVERT_ENABLE

#define Y_INVERT_ENABLE

#define Z_INVERT_ENABLE

and the axes will be enabled.
Sorry, only registered users may post in this forum.

Click here to login