From cdc782aaf592eeb295854819b80468833ba8e556 Mon Sep 17 00:00:00 2001
From: Malaurie Bernard <mbernard@kinouby>
Date: Thu, 10 Aug 2023 10:54:23 +0200
Subject: [PATCH] Delete an old attribute forgotten

---
 syringefilled.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/syringefilled.h b/syringefilled.h
index 6e7e6da..7c3df12 100644
--- a/syringefilled.h
+++ b/syringefilled.h
@@ -34,7 +34,6 @@ class SyringeFilled : public Motor
     String _name_syringe; //Not sure how to manage it
 
     //Syringe_Pump
-    float _screw_thread_mm;
     bool _clockwise_equals_push;
     float _syringe_pump_length_mm;
     float _lead_screw_pitch_mm;
-- 
GitLab