fine tune the models

This commit is contained in:
numzero 2026-04-07 02:52:32 +03:00
parent 7b46783ccc
commit 19c0678edf
2 changed files with 3 additions and 1 deletions

View File

@ -18,11 +18,13 @@
"2ml-100mm2": {
"volume_ml": "2",
"cross_section_mm2": "100",
"marks_small_ml": "0.2",
"text_size_mm": "5"
},
"5ml-100mm2": {
"volume_ml": "5",
"cross_section_mm2": "100",
"marks_small_ml": "0.2",
"text_size_mm": "5"
},
"5ml-333mm2": {

View File

@ -13,7 +13,7 @@ wall_thickness_mm = 0.8;
mark_depth_mm = 0.3;
mark_width_mm = 0.4;
marks_pre = [[marks_large_ml, 30], [marks_medium_ml, 20], [marks_small_ml, 15]];
marks_pre = [[marks_large_ml, 30], [marks_medium_ml, 22.5], [marks_small_ml, 15]];
marks = [for (m = marks_pre) if (m[0] > 0) m];
bottom_thickness_mm = wall_thickness_mm;