mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-18 13:14:28 +05:00
fix: reorder the klippy_uds to the bottom
This commit is contained in:
@@ -218,9 +218,9 @@ create_single_moonraker_conf(){
|
|||||||
[server]
|
[server]
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: $PORT
|
port: $PORT
|
||||||
klippy_uds_address: /tmp/klippy_uds
|
|
||||||
enable_debug_logging: True
|
enable_debug_logging: True
|
||||||
config_path: $PRINTER_CFG_LOC
|
config_path: $PRINTER_CFG_LOC
|
||||||
|
klippy_uds_address: /tmp/klippy_uds
|
||||||
|
|
||||||
[authorization]
|
[authorization]
|
||||||
enabled: True
|
enabled: True
|
||||||
@@ -249,9 +249,9 @@ create_multi_moonraker_conf(){
|
|||||||
[server]
|
[server]
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: $PORT
|
port: $PORT
|
||||||
klippy_uds_address: /tmp/klippy_uds-$INSTANCE
|
|
||||||
enable_debug_logging: True
|
enable_debug_logging: True
|
||||||
config_path: $PRINTER_CFG_LOC/printer_$INSTANCE
|
config_path: $PRINTER_CFG_LOC/printer_$INSTANCE
|
||||||
|
klippy_uds_address: /tmp/klippy_uds-$INSTANCE
|
||||||
|
|
||||||
[authorization]
|
[authorization]
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|||||||
Reference in New Issue
Block a user