Makelangelo update v7.1.0 (quick fix)

Shop Forum Makelangelo Polargraph Art Robot Makelangelo update v7.1.0 (quick fix)

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6102
    Anonymous
    Inactive

    Makelangelo software update v7.1.0 failed to compile because..

    firmware_ams.ino: In function ‘void adjustSpoolDiameter(float)’:
    firmware_ams.ino:230:48: error: ‘MAX_VEL’ was not declared in this scope
    Error compiling.

    The quick fix is to comment out line 230 …

    //Serial.print(F(“MAX_VEL=”)); Serial.println(MAX_VEL,3);

    I think it only needs to declare the MAX_VEL= somewhere, but I’m not sure where!

    #7018
    Anonymous
    Inactive

    Huh!

    I’ll look into that. Seems it’s a bug that hasn’t come up because I haven’t set VERBOSE=2 in a long time. I haven’t needed that level of debug output. :T

    It’s save to remove the line completely. MAX_VEL doesn’t exist any more.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.