Schulprojekt - Plotter 09. March 2015 14:13 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 331 |
Re: Schulprojekt - Plotter 09. March 2015 14:15 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 331 |
Re: Schulprojekt - Plotter 09. March 2015 17:26 |
Registrierungsdatum: 12 Jahre zuvor Beiträge: 1.133 |
Quote
Wulle
eigentlich wären es max. 20€ pro Gruppe
Quote
Wulle
Aber die gibts ja nur als hex-File .
Re: Schulprojekt - Plotter 09. March 2015 18:28 |
Administrator Registrierungsdatum: 17 Jahre zuvor Beiträge: 13.954 |
Re: Schulprojekt - Plotter 10. March 2015 09:03 |
Registrierungsdatum: 14 Jahre zuvor Beiträge: 7.616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Schulprojekt - Plotter 12. March 2015 08:58 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 376 |
Re: Schulprojekt - Plotter 12. March 2015 09:24 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 331 |
Quote
Wenn ein Servo nicht geht, dann evtl. ein Elektromagnet? Der erfordert nur Ein/Aus.
Quote
Ich denke, ich habe noch ein paar kleine Schrittmotoren im Keller rumliegen, die ihr fürs Porto haben könnt ...
Re: Schulprojekt - Plotter 12. March 2015 09:48 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 376 |
Re: Schulprojekt - Plotter 12. March 2015 10:17 |
Administrator Registrierungsdatum: 17 Jahre zuvor Beiträge: 13.954 |
Quote
Wulle
...
Quote
Ich denke, ich habe noch ein paar kleine Schrittmotoren im Keller rumliegen, die ihr fürs Porto haben könnt ...
Ich gehe mal davon aus Du meinst diese winzigen Stepper, die man auch in den heutigen CD-Laufwerken findet?
Wir sollten halt mindestens ein Din A4 Blatt beschreiben können, von dem her wären die eher ungeeignet. Trotzdem Vielen Dank für dein Angebot!
Re: Schulprojekt - Plotter 12. March 2015 11:29 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 268 |
Re: Schulprojekt - Plotter 30. April 2015 14:42 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 331 |
Re: Schulprojekt - Plotter 30. April 2015 16:49 |
Administrator Registrierungsdatum: 17 Jahre zuvor Beiträge: 13.954 |
Re: Schulprojekt - Plotter 13. May 2015 10:11 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 331 |
Arduino: 1.6.3 (Mac OS X), Platine: "Arduino Nano, ATmega328" In file included from config.h:257:0, from config_wrapper.h:12, from dda.h:6, from dda.c:1: dda.c: In function 'dda_start': config.h:272:25: error: 'DI03_WPORT' undeclared (first use in this function) #define X_DIR_PIN DI03 ^ arduino.h:33:40: note: in definition of macro '_WRITE' #define _WRITE(IO, v) do { if (v) { IO ## _WPORT |= MASK(IO ## _PIN); } else { IO ## _WPORT &= ~MASK(IO ## _PIN); }; } while (0) ^ pinio.h:43:28: note: in expansion of macro 'WRITE' #define x_direction(dir) WRITE(X_DIR_PIN, dir) ^ pinio.h:43:34: note: in expansion of macro 'X_DIR_PIN' #define x_direction(dir) WRITE(X_DIR_PIN, dir) ^ dda.c:503:3: note: in expansion of macro 'x_direction' x_direction(dda->x_direction); ^ config.h:272:25: note: each undeclared identifier is reported only once for each function it appears in #define X_DIR_PIN DI03 ^ arduino.h:33:40: note: in definition of macro '_WRITE' #define _WRITE(IO, v) do { if (v) { IO ## _WPORT |= MASK(IO ## _PIN); } else { IO ## _WPORT &= ~MASK(IO ## _PIN); }; } while (0) ^ pinio.h:43:28: note: in expansion of macro 'WRITE' #define x_direction(dir) WRITE(X_DIR_PIN, dir) ^ pinio.h:43:34: note: in expansion of macro 'X_DIR_PIN' #define x_direction(dir) WRITE(X_DIR_PIN, dir) ^ dda.c:503:3: note: in expansion of macro 'x_direction' x_direction(dda->x_direction); ^ config.h:272:25: error: 'DI03_PIN' undeclared (first use in this function) #define X_DIR_PIN DI03 ^ arduino.h:21:30: note: in definition of macro 'MASK' #define MASK(PIN) (1 << PIN) ^ arduino.h:52:25: note: in expansion of macro '_WRITE' #define WRITE(IO, v) _WRITE(IO, v) ^ pinio.h:43:28: note: in expansion of macro 'WRITE' #define x_direction(dir) WRITE(X_DIR_PIN, dir) ^ pinio.h:43:34: note: in expansion of macro 'X_DIR_PIN' #define x_direction(dir) WRITE(X_DIR_PIN, dir) ^ dda.c:503:3: note: in expansion of macro 'x_direction' x_direction(dda->x_direction); ^ config.h:282:25: error: 'DI06_WPORT' undeclared (first use in this function) #define Y_DIR_PIN DI06 ^ arduino.h:33:40: note: in definition of macro '_WRITE' #define _WRITE(IO, v) do { if (v) { IO ## _WPORT |= MASK(IO ## _PIN); } else { IO ## _WPORT &= ~MASK(IO ## _PIN); }; } while (0) ^ pinio.h:73:28: note: in expansion of macro 'WRITE' #define y_direction(dir) WRITE(Y_DIR_PIN, dir) ^ pinio.h:73:34: note: in expansion of macro 'Y_DIR_PIN' #define y_direction(dir) WRITE(Y_DIR_PIN, dir) ^ dda.c:504:3: note: in expansion of macro 'y_direction' y_direction(dda->y_direction); ^ config.h:282:25: error: 'DI06_PIN' undeclared (first use in this function) #define Y_DIR_PIN DI06 ^ arduino.h:21:30: note: in definition of macro 'MASK' #define MASK(PIN) (1 << PIN) ^ arduino.h:52:25: note: in expansion of macro '_WRITE' #define WRITE(IO, v) _WRITE(IO, v) ^ pinio.h:73:28: note: in expansion of macro 'WRITE' #define y_direction(dir) WRITE(Y_DIR_PIN, dir) ^ pinio.h:73:34: note: in expansion of macro 'Y_DIR_PIN' #define y_direction(dir) WRITE(Y_DIR_PIN, dir) ^ dda.c:504:3: note: in expansion of macro 'y_direction' y_direction(dda->y_direction); ^ dda.c: In function 'dda_step': config.h:271:25: error: 'DI04_WPORT' undeclared (first use in this function) #define X_STEP_PIN DI04 ^ arduino.h:33:40: note: in definition of macro '_WRITE' #define _WRITE(IO, v) do { if (v) { IO ## _WPORT |= MASK(IO ## _PIN); } else { IO ## _WPORT &= ~MASK(IO ## _PIN); }; } while (0) ^ pinio.h:40:26: note: in expansion of macro 'WRITE' #define _x_step(st) WRITE(X_STEP_PIN, st) ^ pinio.h:40:32: note: in expansion of macro 'X_STEP_PIN' #define _x_step(st) WRITE(X_STEP_PIN, st) ^ pinio.h:41:31: note: in expansion of macro '_x_step' #define x_step() _x_step(1) ^ dda.c:563:4: note: in expansion of macro 'x_step' x_step(); ^ config.h:271:25: error: 'DI04_PIN' undeclared (first use in this function) #define X_STEP_PIN DI04 ^ arduino.h:21:30: note: in definition of macro 'MASK' #define MASK(PIN) (1 << PIN) ^ arduino.h:52:25: note: in expansion of macro '_WRITE' #define WRITE(IO, v) _WRITE(IO, v) ^ pinio.h:40:26: note: in expansion of macro 'WRITE' #define _x_step(st) WRITE(X_STEP_PIN, st) ^ pinio.h:40:32: note: in expansion of macro 'X_STEP_PIN' #define _x_step(st) WRITE(X_STEP_PIN, st) ^ pinio.h:41:31: note: in expansion of macro '_x_step' #define x_step() _x_step(1) ^ dda.c:563:4: note: in expansion of macro 'x_step' x_step(); ^ config.h:281:25: error: 'DI07_WPORT' undeclared (first use in this function) #define Y_STEP_PIN DI07 ^ arduino.h:33:40: note: in definition of macro '_WRITE' #define _WRITE(IO, v) do { if (v) { IO ## _WPORT |= MASK(IO ## _PIN); } else { IO ## _WPORT &= ~MASK(IO ## _PIN); }; } while (0) ^ pinio.h:70:26: note: in expansion of macro 'WRITE' #define _y_step(st) WRITE(Y_STEP_PIN, st) ^ pinio.h:70:32: note: in expansion of macro 'Y_STEP_PIN' #define _y_step(st) WRITE(Y_STEP_PIN, st) ^ pinio.h:71:31: note: in expansion of macro '_y_step' #define y_step() _y_step(1) ^ dda.c:581:4: note: in expansion of macro 'y_step' y_step(); ^ config.h:281:25: error: 'DI07_PIN' undeclared (first use in this function) #define Y_STEP_PIN DI07 ^ arduino.h:21:30: note: in definition of macro 'MASK' #define MASK(PIN) (1 << PIN) ^ arduino.h:52:25: note: in expansion of macro '_WRITE' #define WRITE(IO, v) _WRITE(IO, v) ^ pinio.h:70:26: note: in expansion of macro 'WRITE' #define _y_step(st) WRITE(Y_STEP_PIN, st) ^ pinio.h:70:32: note: in expansion of macro 'Y_STEP_PIN' #define _y_step(st) WRITE(Y_STEP_PIN, st) ^ pinio.h:71:31: note: in expansion of macro '_y_step' #define y_step() _y_step(1) ^ dda.c:581:4: note: in expansion of macro 'y_step' y_step(); ^