[0.92.7] Compile error: 'currentPositionSteps' in 'class Printer' does not name a type :(

Did try the new firmware version with my up-to-now working setup. Did also use the config wizard to be sure to have correct configuration.h (i.e. I did not use or upload the old configuration.h).

Result:
BedLeveling.cpp:322: error: 'currentPositionSteps' in 'class Printer' does not name a type
Printer::currentPositionSteps[Z_AXIS] = currentZ * Printer::axisStepsPerMM[Z_AXIS];

Link to my configuration.h if needed:

Comments

  • edited January 2016
    Update: Still the same issue with 0.92.8.

    New link to 0.92.8 configuration.h if needed.

  • Ok found it. Was just a } too much in the line above it. Should now work.
  • Oh man. I checked a little bit but didn't find that, sorry. It is ALWAYS a } to much or to less. Thank you!
Sign In or Register to comment.