mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Fixed compilation warning.
This commit is contained in:
@@ -67,7 +67,7 @@ struct ArrangeParams {
|
|||||||
|
|
||||||
/// The minimum distance which is allowed for any
|
/// The minimum distance which is allowed for any
|
||||||
/// pair of items on the print bed in any direction.
|
/// pair of items on the print bed in any direction.
|
||||||
coord_t min_obj_distance = 0.;
|
coord_t min_obj_distance = 0;
|
||||||
|
|
||||||
/// The accuracy of optimization.
|
/// The accuracy of optimization.
|
||||||
/// Goes from 0.0 to 1.0 and scales performance as well
|
/// Goes from 0.0 to 1.0 and scales performance as well
|
||||||
|
|||||||
Reference in New Issue
Block a user