RUG/Pennsylvania/State College/Electronics/Monotronics

From RepRap
Revision as of 20:44, 15 November 2011 by Joshj (talk | contribs) (Current (Techzone))
Jump to: navigation, search

Current Firmware (Techzone)

We are currently using the standard Techzone Monotronics firmware from here: media:MonotronicsFirmware02182011.zip

Our configuration changes are as follows:

Replace these lines:

//#define USE_DS2760
#define Z_STEPS_PER_MM   805.030
#define ACCELERATION_ON

With these:

#define USE_DS2760
#define Z_STEPS_PER_MM   320.000 //805.030
// #define ACCELERATION_ON

Experimental (Sprinter)

We have been working on trying to port the Techzone tip manager control from the Techzone firmware into Sprinter.