From c0786315f7df653a15a4eaaee38ed69aec9d9052 Mon Sep 17 00:00:00 2001 From: germano laptop Date: Mon, 27 Jan 2025 14:42:18 +0100 Subject: [PATCH] pipe cutter test ok recipe ok need calibration for first cut --- config/machine_settings/st-ten-10.ini | 2 +- src/ui/test_pipe_cutter/test_pipe_cutter.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/machine_settings/st-ten-10.ini b/config/machine_settings/st-ten-10.ini index 91adffa..5763be8 100644 --- a/config/machine_settings/st-ten-10.ini +++ b/config/machine_settings/st-ten-10.ini @@ -82,7 +82,7 @@ canale_di_prova: 0 n_componenti: 1 tester_discharge_enable: yes tagliatubi: x -lunghezza_corrugato: 100 +lunghezza_corrugato:1000 diametro_corrugato:21 [autotest_leak] diff --git a/src/ui/test_pipe_cutter/test_pipe_cutter.py b/src/ui/test_pipe_cutter/test_pipe_cutter.py index 549f940..6e63d04 100644 --- a/src/ui/test_pipe_cutter/test_pipe_cutter.py +++ b/src/ui/test_pipe_cutter/test_pipe_cutter.py @@ -138,8 +138,6 @@ class Test_Pipe_Cutter(Test_Test): try: self.display_text(text="RESET IN CORSO", bg_color="yellow") self.reset_machine() - self.display_text(text="TAGLIO CORRUGATO IN CORSO", bg_color="green") - self.start_cutting() except Exception as e: