RUG/Pennsylvania/State College/Electronics/Monotronics

From RepRap
Revision as of 20:47, 29 November 2011 by Joshj (talk | contribs) (Experimental (Sprinter))
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 partially functions, but it extrudes too quickly. We also noticed some skew from layer to layer which may or may not have been caused by the firmware change.