From 3713d1583df9e579fb2f2cae51c33ee00ad74924 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Sun, 9 Aug 2026 17:40:36 -0500 Subject: [PATCH] fix: adjust the belt_width --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index e97719a..c98c89c 100644 --- a/build.py +++ b/build.py @@ -111,7 +111,7 @@ def build_mop_handle(): return mop_handle def build_trash_belt_hook( - belt_width: float = 37.5, + belt_width: float = 38.2, belt_thickness: float = 6.6, clip_thickness: float = 5,