mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Implementation of "XY size Compensation for first layer"
https://github.com/prusa3d/Slic3r/issues/190
This commit is contained in:
parent
32fa84c5a5
commit
8160db23cc
5 changed files with 21 additions and 2 deletions
|
@ -566,7 +566,7 @@ sub build {
|
|||
external_perimeter_extrusion_width infill_extrusion_width solid_infill_extrusion_width
|
||||
top_infill_extrusion_width support_material_extrusion_width
|
||||
infill_overlap bridge_flow_ratio
|
||||
clip_multipart_objects xy_size_compensation threads resolution
|
||||
clip_multipart_objects elefant_foot_compensation xy_size_compensation threads resolution
|
||||
wipe_tower wipe_tower_x wipe_tower_y wipe_tower_width wipe_tower_per_color_wipe
|
||||
));
|
||||
$self->{config}->set('print_settings_id', '');
|
||||
|
@ -770,6 +770,7 @@ sub build {
|
|||
{
|
||||
my $optgroup = $page->new_optgroup('Other');
|
||||
$optgroup->append_single_option_line('clip_multipart_objects');
|
||||
$optgroup->append_single_option_line('elefant_foot_compensation');
|
||||
$optgroup->append_single_option_line('xy_size_compensation');
|
||||
$optgroup->append_single_option_line('threads') if $Slic3r::have_threads;
|
||||
$optgroup->append_single_option_line('resolution');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue