-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @Ams-Laser, What don't you understand in this text?
@++; |
Beta Was this translation helpful? Give feedback.
-
HI @Ams-Laser, Yes you have to copy all the file from line 30 (after the line Don't forget to comment the line 43 ( However, I don't see why you want to use a single configuration file...
@++; |
Beta Was this translation helpful? Give feedback.
HI @Ams-Laser,
Yes you have to copy all the file from line 30 (after the line
#ifdef CPU_MAP_2560_RAMPS_BOARD // (Arduino Mega 2560) with Ramps 1.4 Board
) to line 612 (before the line#endif // CPU_MAP_2560_RAMPS_BOARD
).Don't forget to comment the line 43 (
#define CPU_MAP_2560_RAMPS_BOARD
) at the beginning of the config.h file.However, I don't see why you want to use a single configuration file...
The file will become huge and it is much easier to find a parameter with the logical breakdown as it is:
@++;
Gauthier.