Merge some BS1.7 changes:

bring back fill_bed feature, original implemention from PrusaSlicer. BS added exclusion logic.
This commit is contained in:
SoftFever
2023-08-07 23:42:27 +08:00
parent b8db25ac0e
commit 3acd89e877
20 changed files with 242 additions and 180 deletions

View File

@@ -21,6 +21,8 @@ class FillBedJob : public PlaterJob
Points m_bedpts;
arrangement::ArrangeParams params;
int m_status_range = 0;
protected: