Original Config.h File
Hi, first time looking at Repetier, currently using Marlin but looking for a change.
I notice in the Configuration.h file generated by the configuration tool that there is some text as follows:
"This configuration file was created with the configuration tool. For that
reason, it does not contain the same informations as the original Configuration.h file.
It misses the comments and unused parts."
Is there anywhere I can download the original file with all the comments and unused parts in it. I am trying to create a new file from what I have in my Marlin one, and the more comments there are, the better I understand what I am doing.
ex-egll
Comments
For example
with the config tool :
#define EXT0_STEP_PIN ORIG_E0_STEP_PIN
#define EXT0_DIR_PIN ORIG_E0_DIR_PIN
with the original config :
#define EXT0_STEP_PIN E0_STEP_PIN
#define EXT0_DIR_PIN E0_DIR_PIN
Which is the right?