Prepare arrange for variable bed distance

This commit is contained in:
tamasmeszaros 2022-07-07 15:51:41 +02:00
parent f025c9cd6f
commit e58a15bdf8
4 changed files with 15 additions and 10 deletions

View file

@ -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