Prepare arrange for variable bed distance
This commit is contained in:
parent
f025c9cd6f
commit
e58a15bdf8
4 changed files with 15 additions and 10 deletions
|
@ -476,7 +476,8 @@ public:
|
|||
|
||||
struct ArrangeSettings
|
||||
{
|
||||
float distance = 6.;
|
||||
float distance = 6.f;
|
||||
float distance_from_bed = 0.f;
|
||||
// float distance_seq_print = 6.; // Used when sequential print is ON
|
||||
// float distance_sla = 6.;
|
||||
float accuracy = 0.65f; // Unused currently
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue