MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.21k stars 19.22k forks source link

Can not Compile #7080

Closed PaulDavidThomas closed 6 years ago

PaulDavidThomas commented 7 years ago

exit status 1 using typedef-name 'fpos_t' after 'struct' I get this error and I don't know what it means?

I also see this in config.h "#define DELTA_DIAGONAL_ROD_2 pow(DELTA_DIAGONAL_ROD,2)" the pow is in red?

Its all O.K. got it sorted C++ code error in the old software, just renamed fpos_t to filepos_t then compiles.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.