mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06:00
Rename standby_temperature to ooze_prevention. #1523
This commit is contained in:
parent
5e78f8a0b0
commit
beb7939e22
7 changed files with 28 additions and 17 deletions
|
@ -18,7 +18,7 @@ use Slic3r::Test;
|
|||
$config->set('raft_layers', 2);
|
||||
$config->set('infill_extruder', 2);
|
||||
$config->set('support_material_extruder', 3);
|
||||
$config->set('standby_temperature', 1);
|
||||
$config->set('ooze_prevention', 1);
|
||||
$config->set('extruder_offset', [ [0,0], [20,0], [0,20] ]);
|
||||
$config->set('temperature', [200, 180, 170]);
|
||||
$config->set('first_layer_temperature', [206, 186, 166]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue