Wipe tower: don't do sparse infill when there is a soluble filament above it
This commit is contained in:
parent
dd4b26ba25
commit
97c4c02001
2 changed files with 41 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue