mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-14 04:31:48 +08:00
Default purging volumes set to more appropriate values
This commit is contained in:
parent
adbaa42b2b
commit
52a3f4a2bb
@ -1818,18 +1818,18 @@ PrintConfigDef::PrintConfigDef()
|
|||||||
"wipe tower. These values are used to simplify creation of the full purging "
|
"wipe tower. These values are used to simplify creation of the full purging "
|
||||||
"volumes below. ");
|
"volumes below. ");
|
||||||
def->cli = "wiping-volumes-extruders=f@";
|
def->cli = "wiping-volumes-extruders=f@";
|
||||||
def->default_value = new ConfigOptionFloats { 50.f, 50.f, 50.f, 50.f, 50.f, 50.f, 50.f, 50.f, 50.f, 50.f };
|
def->default_value = new ConfigOptionFloats { 70.f, 70.f, 70.f, 70.f, 70.f, 70.f, 70.f, 70.f, 70.f, 70.f };
|
||||||
|
|
||||||
def = this->add("wiping_volumes_matrix", coFloats);
|
def = this->add("wiping_volumes_matrix", coFloats);
|
||||||
def->label = L("Purging volumes - matrix");
|
def->label = L("Purging volumes - matrix");
|
||||||
def->tooltip = L("This matrix describes volumes (in cubic milimetres) required to purge the"
|
def->tooltip = L("This matrix describes volumes (in cubic milimetres) required to purge the"
|
||||||
" new filament on the wipe tower for any given pair of tools. ");
|
" new filament on the wipe tower for any given pair of tools. ");
|
||||||
def->cli = "wiping-volumes-matrix=f@";
|
def->cli = "wiping-volumes-matrix=f@";
|
||||||
def->default_value = new ConfigOptionFloats { 0.f, 100.f, 100.f, 100.f, 100.f,
|
def->default_value = new ConfigOptionFloats { 0.f, 140.f, 140.f, 140.f, 140.f,
|
||||||
100.f, 0.f, 100.f, 100.f, 100.f,
|
140.f, 0.f, 140.f, 140.f, 140.f,
|
||||||
100.f, 100.f, 0.f, 100.f, 100.f,
|
140.f, 140.f, 0.f, 140.f, 140.f,
|
||||||
100.f, 100.f, 100.f, 0.f, 100.f,
|
140.f, 140.f, 140.f, 0.f, 140.f,
|
||||||
100.f, 100.f, 100.f, 100.f, 0.f };
|
140.f, 140.f, 140.f, 140.f, 0.f };
|
||||||
|
|
||||||
def = this->add("wipe_tower_x", coFloat);
|
def = this->add("wipe_tower_x", coFloat);
|
||||||
def->label = L("Position X");
|
def->label = L("Position X");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user