nieuw ramps 1.4 board ?

hallo beste mensen
ben wat laat met me berichtje sorry daar voor
de aan passingen die ik gedaan heb zijn
heb de endstops anders aan gesloote ( zoals aangegeven op het forum hier )
heb via progama marlin instellingen aan gepast marlin/ arduino 1.0.5
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
#define DISABLE_MAX_ENDSTOPS
//#define DISABLE_MIN_ENDSTOPS

en
#define DEFAULT_AXIS_STEPS_PER_UNIT {82,82,3100,164} // default steps per unit for Ultimaker
#define DEFAULT_MAX_FEEDRATE {500, 500, 4,2, 25} // (mm/sec)
#define DEFAULT_MA

en een extra kabel aan gesloten op me voeding voor het bordtje

printer werkt nu na behoren
iedereen bedankt voor de tips en hulp
Theo66
 
Back
Top