mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-01 16:58:01 +02:00
New high_res_perimeters option (like the "Skin" plugin for Skeinforge)
This commit is contained in:
@@ -45,9 +45,10 @@ our $perimeter_feed_rate = 30; # mm/sec
|
||||
our $bottom_layer_speed_ratio = 0.3;
|
||||
|
||||
# accuracy options
|
||||
our $resolution = 0.00000001;
|
||||
our $layer_height = 0.4;
|
||||
our $thickness_ratio = 1;
|
||||
our $resolution = 0.00000001;
|
||||
our $layer_height = 0.4;
|
||||
our $high_res_perimeters = 0;
|
||||
our $thickness_ratio = 1;
|
||||
our $flow_width;
|
||||
|
||||
# print options
|
||||
|
||||
Reference in New Issue
Block a user