aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-tronxy-x5sa-v6-2019.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Update printer-tronxy-x5sa-v6-2019.cfg (#5262)Polar-Ted2022-02-141-2/+0
| | | | | | | | | | | | Lines 94 and 97. Fan speed should be 1 and not 0.5 removed lines to use default settings. [heater_fan hotend_fan] pin: PG14 [fan] pin: PG13 Signed-off-by: Scott Schering <sschering@gmail.com>
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-10/+10
| | | | | Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates. Signed-off-by: Paul McGowan <mental450@gmail.com>
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-181-9/+9
| | | | | | | Combine the various communication options into a single "make menuconfig" menu item. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-4/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update printer-tronxy-x5sa-v6-2019.cfg (#3535)Raabi912020-11-171-1/+1
| | | | | update descripton to generate the update.cbd after a make Signed-off-by: Jens Raab <raabi@protonmail.com>
* config: fixed update file extension for TronXY X5SAVladimir Serov2020-09-041-2/+2
| | | | Signed-off-by: Vladimir Serov <me@cab404.ru>
* update_chitu: Rename script and minor changesKevin O'Connor2020-08-301-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor updates to printer-tronxy-x5sa-v6-2019.cfgKevin O'Connor2020-08-301-11/+7
| | | | | | Minor changes to default config and add to printers.test. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Added TronXY X5SA support (#3265)Cabia Rangris2020-08-301-0/+140
Added printer-tronxy-x5sa-v6 config. Added "chitu" bootloader option to stm32 Kconfig. Added chitu_crypt. Signed-off-by: Vladimir Serov <me@cab404.ru>