feat: functioning ring finding

This commit is contained in:
2024-03-11 18:48:43 +01:00
parent dcedfadd3f
commit 58199b0bd7
6 changed files with 72 additions and 35 deletions

View File

@@ -9,5 +9,5 @@ pub mod triangle;
#[derive(Debug)]
pub struct SlicerOptions {
pub layer_height: f32,
pub layer_height: f64,
}