New option for support material pattern spacing; also, fixes and speedups to the overhang detection

This commit is contained in:
Alessandro Ranellucci 2012-06-24 14:39:35 +02:00
parent 36753d85b7
commit a6dca1d82a
6 changed files with 27 additions and 30 deletions

View file

@ -125,6 +125,7 @@ our $randomize_start = 1;
our $support_material = 0;
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 $start_gcode = "G28 ; home all axes";