Wipe tower: don't do sparse infill when there is a soluble filament above it

This commit is contained in:
Lukas Matena 2021-03-22 13:23:24 +01:00
parent dd4b26ba25
commit 97c4c02001
2 changed files with 41 additions and 11 deletions

View file

@ -183,6 +183,7 @@ public:
struct FilamentParameters {
std::string material = "PLA";
bool is_soluble = false;
int temperature = 0;
int first_layer_temperature = 0;
float loading_speed = 0.f;