fix: reorder the klippy_uds to the bottom

This commit is contained in:
th33xitus
2021-01-17 12:44:42 +01:00
parent 7a4ccfe4df
commit e5ce642018

View File

@@ -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