Benachrichtigungen
Alles löschen

Language options for compiling firmware  

  RSS
Esmeralda
(@esmeralda)
Mitglied
Language options for compiling firmware

I'm trying to compile and flash the Prusa firmware on my Mini+. Compiling worked without problems, but I can't find how to compile the firmware with a second language option other that English. Does anyone know how to do that?

Veröffentlicht : 24/05/2026 5:37 pm
_KaszpiR_
(@_kaszpir_)
Noble Member
RE: Language options for compiling firmware

when you run `python utils/build.py --help` you will see presets to use, example:

python utils/build.py --help
usage: build.py [-h] [--preset PRESET] [--build-type BUILD_TYPE] [--bootloader BOOTLOADER] [--signing-key SIGNING_KEY] [--version-suffix VERSION_SUFFIX] [--version-suffix-short VERSION_SUFFIX_SHORT] [--final]
                [--build-dir BUILD_DIR] [--products-dir PRODUCTS_DIR] [-G GENERATOR] [--toolchain TOOLCHAIN] [--generate-dfu] [--generate-cproject] [--generate-cmake-presets] [--host-tools] [--no-build] [--skip-bootstrap]
                [--no-store-output] [--store-output] [-D CMAKE_DEF]

options:
  -h, --help            show this help message and exit
  --preset PRESET       Presets of the firmware to build (default: coreone,mini,mini-en-cs,mini-en-de,mini-en-es,mini-en-fr,mini-en-it,mini-en-pl,mini-en-ja,mini-en-uk,mk4,mk4-burst,mk3.5,ix,xl,xl-burst,xl-minimal,xl_dev_kit,xl-
                        dwarf,xl-modularbed,ix-modularbed,coreone-xbuddy-extension)

so if I would like to have my native language I would run `python utils/build.py --preset mini-en-pl`

See my GitHub and printables.com for some 3d stuff that you may like.

Veröffentlicht : 25/05/2026 9:59 am
Teilen: