Quantcast
Channel: Reprap Forum - Delta Machines
Viewing all articles
Browse latest Browse all 20291

Can't upload the Firmware when MAX_HARDWARE_ENDSTOP_Z is changed to true

$
0
0
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
Quote
configuration.h - 0.91 Rev 8
#define MAX_HARDWARE_ENDSTOP_Z false
to true

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!!

Viewing all articles
Browse latest Browse all 20291

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>