Hallo Peter,
wenn du auf der von dir
verlinkten Seite das Repro runter lädst ist es in der Configuration.h gleich am Anfang zufinden.
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
// ==============================================================================
// For instructions on setting these constants, see:
// Mendel:
http://reprap.org/wiki/RepRapPro_Mendel_maintenance
// Huxley:
http://reprap.org/wiki/RepRapPro_Huxley_maintenance
// Uncomment ONE of the next three lines - the one for your RepRap machine
//#define REPRAPPRO_HUXLEY
//#define REPRAPPRO_MENDEL //Legacy Mendel
//#define REPRAPPRO_MENDEL2 // Mono Mendel
// Uncomment ONE of the next two lines - the one for your master controller electronics
//#define REPRAPPRO_MELZI
//#define REPRAPPRO_SANGUINOLOLU
// Uncomment ONE of the next two lines - the one for the series resistors on your controller
//#define SERIAL_R 4700
//#define SERIAL_R 10000
// -------------------------------------------------------------------------------
#ifndef REPRAPPRO_HUXLEY
#ifndef REPRAPPRO_MENDEL
#ifndef REPRAPPRO_MENDEL2
#error Uncomment one of #define REPRAPPRO_HUXLEY, REPRAPPRO_MENDEL, or REPRAPPRO_MENDEL2 at the start of the file Configuration.h
Grüße Jörg