Merge main

This commit is contained in:
Lam Wei Lun
2026-08-25 12:34:48 +08:00
19 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -712,7 +712,7 @@ unsigned int Step::get_triangle_num(double linear_deflection, double angle_defle
return 0;
}
}
} catch(const Exception &e) {
} catch(const Exception &) {
return 0;
}