feat(klipper): add virtual_sd_card_block to example printer.cfg (#411)

This commit is contained in:
dw-0
2023-12-10 15:12:28 +01:00
committed by GitHub
parent 6fcd7a3f08
commit b2567995de
2 changed files with 10 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
[mcu]
serial: /dev/serial/by-id/<your-mcu-id>
[virtual_sd_card]
path: %GCODES_DIR%
on_error_gcode: CANCEL_PRINT
[printer]
kinematics: none
max_velocity: 1000
max_accel: 1000
max_accel: 1000