mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 13:39:00 +08:00
Fixed top solid extrusion width for M5C.
This commit is contained in:
parent
61d4ed190b
commit
97c3679a37
@ -1,4 +1,5 @@
|
||||
min_slic3r_version = 2.6.0-alpha4
|
||||
1.1.3 Fixed top solid infill extrusion width for M5C.
|
||||
1.1.2 Added AnkerMake M5C.
|
||||
1.1.1 Initial official version
|
||||
1.0.1 Initial Version
|
||||
|
@ -5,7 +5,7 @@
|
||||
name = AnkerMake
|
||||
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
||||
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
||||
config_version = 1.1.2
|
||||
config_version = 1.1.3
|
||||
# Where to get the updates from?
|
||||
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Anker/
|
||||
# changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||
@ -326,7 +326,7 @@ thick_bridges = 0
|
||||
thin_walls = 1
|
||||
threads = 10
|
||||
top_fill_pattern = rectilinear
|
||||
top_infill_extrusion_width = 0.2
|
||||
top_infill_extrusion_width = 0.4
|
||||
top_solid_infill_speed = 50
|
||||
top_solid_min_thickness = 0.8
|
||||
travel_speed = 500
|
||||
|
Loading…
x
Reference in New Issue
Block a user