Hi all, I am trying to upgrade my marlin firmware in my prusa i3.

Hi all,
I am trying to upgrade my marlin firmware in my prusa i3. I went through and changed all the settings but I get this error when I try to verify the code.
#endif without #if

Here is my old and new code. Let me know if you need any more info.
New Dropbox - File Deleted
Old Dropbox - File Deleted - Simplify your life
Thanks!
Luke

you have probably uncommented or commented out something you should have not. take a diff tool and compare the unmodified code with your modified code - you should pinpoint fairly easy where the problem is - you will need to look for either an #if that is comented (removed) or an #endif that is uncommented (added). on windows i am using total commander which allows very easy to diff 2 folders (including subfolders) but there are plenty of tools - winmerge, meld, beyond compare.

@Cristian_Nicola Fixed I had mesh bed leveling disabled. I had to fix a bunch of other errors but it compiles now. I will try and upload it tonight. Thanks for your help!