Hello,
I am trying to upload the repetier-host firmware on ATMega2560 + Ramps 1.4 for my Delta Printer
But it wont. It will always stop uploading at 39% with Arduino IDE 1.5.2
Arduino IDE 1.0.6 results the same problem.
This happens when I change
See here at the last line:
I am trying to upload the repetier-host firmware on ATMega2560 + Ramps 1.4 for my Delta Printer
But it wont. It will always stop uploading at 39% with Arduino IDE 1.5.2
Arduino IDE 1.0.6 results the same problem.
This happens when I change
to trueQuote
configuration.h - 0.91 Rev 8
#define MAX_HARDWARE_ENDSTOP_Z false
See here at the last line:
Quote
configuration.h - 0.91 Rev 8
#define ENDSTOP_PULLUP_X_MIN true
#define ENDSTOP_PULLUP_Y_MIN true
#define ENDSTOP_PULLUP_Z_MIN true
#define ENDSTOP_PULLUP_X_MAX true
#define ENDSTOP_PULLUP_Y_MAX true
#define ENDSTOP_PULLUP_Z_MAX true
#define ENDSTOP_X_MIN_INVERTING false
#define ENDSTOP_Y_MIN_INVERTING false
#define ENDSTOP_Z_MIN_INVERTING false
#define MIN_HARDWARE_ENDSTOP_X false
#define MIN_HARDWARE_ENDSTOP_Y false
#define MIN_HARDWARE_ENDSTOP_Z false
#define ENDSTOP_X_MAX_INVERTING false
#define ENDSTOP_Y_MAX_INVERTING false
#define ENDSTOP_Z_MAX_INVERTING false
#define MAX_HARDWARE_ENDSTOP_X true
#define MAX_HARDWARE_ENDSTOP_Y true
#define MAX_HARDWARE_ENDSTOP_Z true // <-- problem!!