Skip to content

Commit ecb2a6e

Browse files
committed
Update README.md.
1 parent 4f190c0 commit ecb2a6e

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ _note: select this item for any variant of board used in printers `'Prusa i3 MKx
2525
'clicking' the item will display the installation button; select choice `"1.0.1"` from the list(last known version as of the date of issue of this document)
2626
_(after installation, the item is labeled as `"INSTALLED"` and can then be used for target board selection)_
2727

28-
3. modify platform.txt to enable float printf support:
29-
30-
add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections"
31-
32-
example:
28+
3. modify platform.txt to enable float printf support:
29+
add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections"
30+
example:
3331
`"compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections"`
3432

3533
# 2. Source code compilation

README_cz.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ _pozn.: tuto položku zvolte pro všechny varianty desek použitých v tiskárn
2525
'kliknutím' na položku se zobrazí tlačítko pro instalaci; ve výběrovém seznamu zvolte verzi `"1.0.1"` (poslední známá verze k datu vydání tohoto dokumentu)
2626
_(po provedení instalace je položka označena poznámkou `"INSTALLED"` a lze ji následně použít při výběru cílové desky)_
2727

28-
3. modify platform.txt to enable float printf support:
29-
30-
add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections"
31-
32-
example:
28+
3. modify platform.txt to enable float printf support:
29+
add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections"
30+
example:
3331
`"compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections"`
3432

3533
# 2. Překlad zdrojoveho kódu

0 commit comments

Comments
 (0)