Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration.h Comments Issue #5

Closed
wants to merge 1 commit into from
Closed

Commits on May 25, 2016

  1. Configuration.h Comments Issue

    Arduino Error: 
    > exit status 1
    > pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_RPORT" does not give a valid preprocessing token
    
    Issue: Comments directly after defines (i.e: #define Z_PROBE_SENSITIVITY 25 // 0-126 bit value) causing errors on verification before upload. 
    Fix: Offending comments have been moved to the line before they were declared on (i.e: line 449 is a comment for line 450 that does not conflict with the #define macro)
    Brent Rubell committed May 25, 2016
    Configuration menu
    Copy the full SHA
    80a33c5 View commit details
    Browse the repository at this point in the history