prusa3d / Prusa-Firmware

Firmware for Original Prusa i3 3D printer by PrusaResearch
GNU General Public License v3.0
2.03k stars 1.06k forks source link

How to Properly Compile Firmware 3.4.0-rc1 ? #1048

Closed ojrik closed 6 years ago

ojrik commented 6 years ago

Greetings. I would like to advise about compiling in ARDUINO firmware 3.4.0-rc1 I use: Windows 10 PRO v1803. Arduino 1.6.9 for MK3 Arduino 1.6.5 for MK2.5 The problem is this: in the statistics menu, XYZ cal. details all values, Move AXIS X, Y, Z, is displayed instead of values (?) support does not display ip address for FLASHAIR.

Would you guys know what I'm doing wrong? How to insert languages into a compiled HEX file. Thanks for help.

cimoalpacino commented 6 years ago

I don't think you've read the readme file. There are instructions how to properly compile it. I've spent some time myself before i realized it was all written in readme.

modify platform.txt to enable float printf support: "compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections"

cimoalpacino commented 6 years ago

Also, please close this thread.