ok my 3d printer nerd friends… so i decided to install the inductive probe to my mendel90 following every step from Tom Sanladerers vid on bed tramming… well, its coming up with an error during the verify and compile… i dont know why… im using marlin V1.0.1 (latest, i think)… so my error:
“Show verbose output during compilation”
enabled in File > Preferences.
Arduino: 1.0.6 (Windows 7), Board: “Arduino Mega 2560 or Mega ADK”
Marlin_main.cpp: In function ‘void dock_sled(bool, int)’:
Marlin_main.cpp:1289: error: ‘SLED_DOCKING_OFFSET’ was not declared in this scope
Marlin_main.cpp:1293: error: ‘SERVO0_PIN’ was not declared in this scope
Marlin_main.cpp:1299: error: ‘SLED_DOCKING_OFFSET’ was not declared in this scope
Marlin_main.cpp:1302: error: ‘SERVO0_PIN’ was not declared in this scope
this is what arduino was reporting… ANY HELP IS MUCH APPRECIATED!!!
Mind posting your configuration.h somewhere like pastebin?
Also, generally if you can’t find the error - start over. Occasionally it’s as simple as a misplaced semicolon, or a space somewhere it shouldn’t be, or a deleted comma. Often times it’s faster to restart the modification to firmware, than to hunt down the errant syntax.
The Z min should be commented in both sections per Tom Sanladerer… the debug lines point to the main.ccp… I’ll post you that file…see if u can see anything I’m missing…
Where do I get the latest marlin…all the ones I keep finding are in development… where do I get a stable copy? Erics github and the marlin main github are the only two I know of…
ok so iv DL’d the latest marlin V1.0.2… changed what i needed to change in the config.h file… how ever when i verify i get a new error…
This report would have more information with
“Show verbose output during compilation”
enabled in File > Preferences.
Arduino: 1.0.6 (Windows 7), Board: “Arduino Mega 2560 or Mega ADK”
In file included from /Marlin.h:23,
from BlinkM.cpp:5:
/pins.h:2907:2: error: #error Unknown MOTHERBOARD value in configuration.h