config: Add new generic-bigtreetech-octopus-pro-v1.1.cfg config Oct 31, 2023 tool Update for V3 SE Nov 12, 2023 .gitignore util: Fix versioning when gitdir is absent (Klipper3d#809) Oct 27, 2018 COPYING COPYING: Update GPLv3 license to latest text (uses https instead of h… Jun 3...
git clone https://github.com/jpcurti/E3V3SE_display_klipper.gitcdE3V3SE_display_klipper Configuration and Running Parameters can be set as arguments or in aconfig.inifile in the project root. Runpython3 run.py --help(for project cloning) ore3v3se_display --helpfor a complete list of pa...
Don't forget to add the[e3v3se_display]to yourprinter.cfgto enable the display. [e3v3se_display]language:english#optionallogging:True#optional This discussion was created from the releasev1..0.0. Comment options LeandroSQ Jun 3, 2024
printer-biqu-b1-se-plus-2022.cfg printer-biqu-bx-2021.cfg printer-creality-cr10-2017.cfg printer-creality-cr10-smart-pro-2022.cfg printer-creality-cr10-v3-2020.cfg printer-creality-cr10mini-2017.cfg printer-creality-cr10s-2017.cfg
(config, mname) m.register_stepper(config, mcu_stepper) return mcu_stepper # Parse stepper gear_ratio config parameter def parse_gear_ratio(config, note_valid): gear_ratio = config.getlists('gear_ratio', (), seps=(':', ','), count=2, parser=float, note_valid=note_valid) result ...