Als erstes will ich mal kurz vortellen.
Ich bin der Georg komme aus Österreich und bin 35 Jahre alt.
Ich habe mir diese Woche einen RF2000V2 Single Extruder gekauft.
Habe dann recht bald die Firmware von nibbels aufgespielt. Firmware 1.45.01.
Danke an Nibbels für seine Bemühungen

Habe aber ein Problem damit ich kann die Maximale Länge der X und Z Achse nicht ändern die Fahren bis auf Anschlag.
Die Y Achse passt perfekt.
Habe die Firmware mit Adruino 1.8.12 und 1.8.5 probiert aufzuspielen, hat auch alles geklappt er zeigt auch im Display die aktuelle Version an.
Ich habe die Daten im RF2000_V2.h geändernt
// ##########################################################################################
// ## Calibration
// ##########################################################################################
/** \brief maximum positions in mm - only fixed numbers!
For delta robot Z_MAX_LENGTH is the maximum travel of the towers and should be set to the distance between the hotend
and the platform when the printer is at its home position.
If EEPROM is enabled these values will be overidden with the values in the EEPROM */
#if NUM_EXTRUDER == 2
#define X_MAX_LENGTH_PRINT 170 // [mm]
#else
#define X_MAX_LENGTH_PRINT 205 // [mm]
#endif // NUM_EXTRUDER == 2
#define X_MAX_LENGTH_MILL 205 // [mm]
#define Y_MAX_LENGTH 290 // [mm]
//RF2000 von Nibbels: ~194,86 -> PAUSE_Z_MAX_SPACING_MM großzügig einplanen
#define Z_MAX_LENGTH 181 // [mm]
oder muss ich woanders auch was ändern.
lg