mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Rename support_material_tool to support_material_extruder
This commit is contained in:
parent
3e8bc73fcb
commit
dbcfebeb66
4 changed files with 10 additions and 11 deletions
|
@ -132,7 +132,7 @@ our $support_material_threshold = 45;
|
|||
our $support_material_pattern = 'rectilinear';
|
||||
our $support_material_spacing = 2.5;
|
||||
our $support_material_angle = 0;
|
||||
our $support_material_tool = 0;
|
||||
our $support_material_extruder = 0;
|
||||
our $start_gcode = "G28 ; home all axes";
|
||||
our $end_gcode = <<"END";
|
||||
M104 S0 ; turn off temperature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue