RUG/Pennsylvania/State College/Electronics/Monotronics

From RepRap
Revision as of 11:26, 24 November 2011 by Glenn (talk | contribs) (+ Category:RUG)
Jump to: navigation, search

Firmware

Current (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 Z_STEPS_PER_MM   805.030
#define ACCELERATION_ON

With these:

#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.

I have produced a version which compiles and which may function; it has not been tested.