Hallo af0815,
Ich bin wider 'wach' und mit der RF100 tätig. Ich habe noch inmmer Angst die original Dateien zu beschädigen oder zu verlieren.
Darum habe ich heute versucht die origibal Dateien die bei der RF1000 auf eine SD Karte beigeliefert wurden ein zu binden in einer .ino Datei. Wenn dass klappen würde dürfte der nächste Schritt kommen. Dass geht mit der Arduino über den "Verify Knob" (oben ganz links). Ich habe bei "Tools" fur den Arduino Mega und der 2560 gewählt. Aber leider komt keine .ino heraus, nur eine lange Liste mit Fehlermeldungen.
Ein Ausschnitt aus de Fehlermeldungebn gejt hierunter. Vielleicht kan jemand sehen wass da Los ist.
Ich hoffe Sie konnen mir helfen.
Mfrgr,
wilfoude
sketch\pins.h
20: note: in expansion of macro 'ORIG_Z_STEP_PIN'
#define Z_STEP_PIN ORIG_Z_STEP_PIN
^~~~~~~~~~~~~~~
sketch\motion.h:580:15: note: in expansion of macro 'Z_STEP_PIN'
WRITE(Z_STEP_PIN,HIGH);
^~~~~~~~~~
pins.h
36: error: pasting "/* PINL.3, 38, STP_DRV3*/" and "_PIN" does not give a valid preprocessing token
#define ORIG_Z_STEP_PIN 46 // PINL.3, 38, STP_DRV3
^
sketch\fastio.h:29:75: note: in definition of macro '_WRITE'
#define _WRITE(IO, v) do { if (v) {DIO ## IO ## _WPORT |= MASK(DIO ## IO ## _PIN); } else {DIO ## IO ## _WPORT &= ~MASK(DIO ## IO ## _PIN); }; } while (0)
^~
sketch\motion.h:580:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,HIGH);
^~~~~
sketch\pins.h
20: note: in expansion of macro 'ORIG_Z_STEP_PIN'
#define Z_STEP_PIN ORIG_Z_STEP_PIN
^~~~~~~~~~~~~~~
sketch\motion.h:580:15: note: in expansion of macro 'Z_STEP_PIN'
WRITE(Z_STEP_PIN,HIGH);
^~~~~~~~~~
pins.h
36: error: pasting "/* PINL.3, 38, STP_DRV3*/" and "_WPORT" does not give a valid preprocessing token
#define ORIG_Z_STEP_PIN 46 // PINL.3, 38, STP_DRV3
^
sketch\fastio.h:29:104: note: in definition of macro '_WRITE'
#define _WRITE(IO, v) do { if (v) {DIO ## IO ## _WPORT |= MASK(DIO ## IO ## _PIN); } else {DIO ## IO ## _WPORT &= ~MASK(DIO ## IO ## _PIN); }; } while (0)
^~
sketch\motion.h:580:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,HIGH);
^~~~~
sketch\pins.h
20: note: in expansion of macro 'ORIG_Z_STEP_PIN'
#define Z_STEP_PIN ORIG_Z_STEP_PIN
^~~~~~~~~~~~~~~
sketch\motion.h:580:15: note: in expansion of macro 'Z_STEP_PIN'
WRITE(Z_STEP_PIN,HIGH);
^~~~~~~~~~
In file included from sketch\HAL.h:76:0,
from sketch\Repetier.h:265,
from D:\Renkforce-Original-SD !!!!!\Firmware\Repetier\Repetier.ino:126:
pins.h
36: error: pasting "/* PINL.3, 38, STP_DRV3*/" and "_PIN" does not give a valid preprocessing token
#define ORIG_Z_STEP_PIN 46 // PINL.3, 38, STP_DRV3
^
sketch\fastio.h:29:133: note: in definition of macro '_WRITE'
#define _WRITE(IO, v) do { if (v) {DIO ## IO ## _WPORT |= MASK(DIO ## IO ## _PIN); } else {DIO ## IO ## _WPORT &= ~MASK(DIO ## IO ## _PIN); }; } while (0)
^~
sketch\motion.h:580:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,HIGH);
^~~~~
sketch\pins.h
20: note: in expansion of macro 'ORIG_Z_STEP_PIN'
#define Z_STEP_PIN ORIG_Z_STEP_PIN
^~~~~~~~~~~~~~~
sketch\motion.h:580:15: note: in expansion of macro 'Z_STEP_PIN'
WRITE(Z_STEP_PIN,HIGH);
^~~~~~~~~~
exit status 1
pasting "/* PINB.3, 22, MISO*/" and "_DDR" does not give a valid preprocessing token