From 4a0bf7184d257ccbae163e5887233ebce9306dd9 Mon Sep 17 00:00:00 2001 From: lrgex Date: Wed, 15 Nov 2023 15:44:31 +0300 Subject: [PATCH] kmf-v2.5 --- .github/workflows/docker-image.yml | 2 +- scripts/fluidd.exp | 6 ------ scripts/klipper.exp | 7 ------- scripts/mainsail.exp | 7 ------- scripts/moonraker.exp | 7 ------- 5 files changed, 1 insertion(+), 28 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a0e107e..744f1da 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -46,4 +46,4 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true - tags: lrgex/klipper-docker:latest + tags: lrgex/klipper-docker:kmf-v2.5 diff --git a/scripts/fluidd.exp b/scripts/fluidd.exp index f57eb78..6730f9e 100644 --- a/scripts/fluidd.exp +++ b/scripts/fluidd.exp @@ -3,8 +3,6 @@ # expect used tcl syntax which is very indetaion and spaces sensitive keep that in mind -# Set timeout -set timeout 300 # Start your process spawn /opt/lrgex/kiauh/kiauh.sh @@ -43,8 +41,4 @@ expect { set menu 0 exp_continue } - timeout { - puts "Operation timed out" - exit 1 - } } \ No newline at end of file diff --git a/scripts/klipper.exp b/scripts/klipper.exp index b336e84..fa13a0c 100644 --- a/scripts/klipper.exp +++ b/scripts/klipper.exp @@ -3,9 +3,6 @@ # expect used tcl syntax which is very indetaion and spaces sensitive keep that in mind -# Set timeout -set timeout 300 - # Start your process spawn /opt/lrgex/kiauh/kiauh.sh @@ -54,8 +51,4 @@ expect { set menu 0 exp_continue } - timeout { - puts "Operation timed out" - exit 1 - } } \ No newline at end of file diff --git a/scripts/mainsail.exp b/scripts/mainsail.exp index 6013b17..beb51f1 100644 --- a/scripts/mainsail.exp +++ b/scripts/mainsail.exp @@ -3,9 +3,6 @@ # expect used tcl syntax which is very indetaion and spaces sensitive keep that in mind -# Set timeout -set timeout 300 - # Start your process spawn /opt/lrgex/kiauh/kiauh.sh @@ -43,8 +40,4 @@ expect { set menu 0 exp_continue } - timeout { - puts "Operation timed out" - exit 1 - } } \ No newline at end of file diff --git a/scripts/moonraker.exp b/scripts/moonraker.exp index 87e1626..bf70ff1 100644 --- a/scripts/moonraker.exp +++ b/scripts/moonraker.exp @@ -3,9 +3,6 @@ # expect used tcl syntax which is very indetaion and spaces sensitive keep that in mind -# Set timeout -set timeout 300 - # Start your process spawn /opt/lrgex/kiauh/kiauh.sh @@ -43,8 +40,4 @@ expect { set menu 0 exp_continue } - timeout { - puts "Operation timed out" - exit 1 - } } \ No newline at end of file