mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 04:25:55 +08:00
Set default infill angle to 45°. #103
This commit is contained in:
parent
d813aea59a
commit
7473d5f140
@ -74,7 +74,7 @@ our $perimeter_infill_overlap_ratio = 0.15; # factor for flow width
|
|||||||
our $fill_pattern = 'rectilinear';
|
our $fill_pattern = 'rectilinear';
|
||||||
our $solid_fill_pattern = 'rectilinear';
|
our $solid_fill_pattern = 'rectilinear';
|
||||||
our $fill_density = 0.4; # 1 = 100%
|
our $fill_density = 0.4; # 1 = 100%
|
||||||
our $fill_angle = 0;
|
our $fill_angle = 45;
|
||||||
our $start_gcode = "G28 ; home all axes";
|
our $start_gcode = "G28 ; home all axes";
|
||||||
our $end_gcode = <<"END";
|
our $end_gcode = <<"END";
|
||||||
M104 S0 ; turn off temperature
|
M104 S0 ; turn off temperature
|
||||||
|
Loading…
x
Reference in New Issue
Block a user