mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 10:06:02 +08:00
update arc_fitting
This commit is contained in:
parent
f876836f78
commit
ef31733088
@ -1,5 +1,5 @@
|
|||||||
# Author: https://github.com/macdylan
|
# Author: https://github.com/macdylan
|
||||||
# Update: 2023/12/05
|
# Update: 2023/12/15
|
||||||
[vendor]
|
[vendor]
|
||||||
name = Snapmaker
|
name = Snapmaker
|
||||||
config_version = 1.1.0
|
config_version = 1.1.0
|
||||||
@ -96,7 +96,7 @@ wipe_speed = 80%
|
|||||||
wipe_on_loops = 1
|
wipe_on_loops = 1
|
||||||
slice_closing_radius = 0.049
|
slice_closing_radius = 0.049
|
||||||
resolution = 0.012
|
resolution = 0.012
|
||||||
enable_arc_fitting = 0
|
arc_fitting = disabled
|
||||||
xy_contour_compensation = 0
|
xy_contour_compensation = 0
|
||||||
elefant_foot_compensation = 0.1
|
elefant_foot_compensation = 0.1
|
||||||
precise_outer_wall = 1
|
precise_outer_wall = 1
|
||||||
@ -259,7 +259,7 @@ output_filename_format = {input_filename_base}_{layer_height}mm_{print_time}.gco
|
|||||||
|
|
||||||
[print:*fdm_process_idex*]
|
[print:*fdm_process_idex*]
|
||||||
inherits = *fdm_process_common*
|
inherits = *fdm_process_common*
|
||||||
enable_arc_fitting = 1
|
arc_fitting = emit_center
|
||||||
initial_layer_infill_speed = 75
|
initial_layer_infill_speed = 75
|
||||||
ironing_speed = 30
|
ironing_speed = 30
|
||||||
travel_speed = 350
|
travel_speed = 350
|
||||||
|
Loading…
x
Reference in New Issue
Block a user