1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

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
+1
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;