RUG/Pennsylvania/State College/Electronics/Gen3/Firmware

From RepRap
Revision as of 21:56, 2 May 2011 by Joshj (talk | contribs) (Current Fimware)
Jump to: navigation, search

Mendel Firmware (Techzone Remix)

Current Fimware

These files are identical to the firmware found here: media:OneWireA-DFirmware.zip With the exception of configuration.h, which is modified as follows:

OneWireA-DFirmware (Source?):

#define ENDSTOPS_MAX_ENABLED 0

// This is for Darwin.
#define X_STEPS_PER_MM   10.047
#define Y_STEPS_PER_MM   10.047
#define INVERT_Y_DIR 0
#define Z_STEPS_PER_MM   805.030

// parameters for the Bath U. mendel prototype
#define X_STEPS_PER_MM   13.333333
#define Y_STEPS_PER_MM   13.333333
#define Z_STEPS_PER_MM   944.88

Bestmobocode:

#define ENDSTOPS_MAX_ENABLED 1

// This is for Darwin.
#define X_STEPS_PER_MM   20.094
#define Y_STEPS_PER_MM   20.094
#define INVERT_Y_DIR 1
#define Z_STEPS_PER_MM   1610.6

// parameters for the Bath U. mendel prototype
#define X_STEPS_PER_MM   26.666666
#define Y_STEPS_PER_MM   26.666666
#define Z_STEPS_PER_MM   1889.76

For the most part, this seems to be a modified version of (old) vanilla reprap code. There's a page describing the modifications required to use the Techzone thermocouple boards here: