Fixed top solid extrusion width for M5C.

This commit is contained in:
rtyr 2024-01-08 11:09:16 +01:00 committed by GitHub
parent 61d4ed190b
commit 97c3679a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
min_slic3r_version = 2.6.0-alpha4 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.2 Added AnkerMake M5C.
1.1.1 Initial official version 1.1.1 Initial official version
1.0.1 Initial Version 1.0.1 Initial Version

View File

@ -5,7 +5,7 @@
name = AnkerMake name = AnkerMake
# Configuration version of this file. Config file will only be installed, if the config_version differs. # 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. # 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? # Where to get the updates from?
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Anker/ 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% # changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
@ -326,7 +326,7 @@ thick_bridges = 0
thin_walls = 1 thin_walls = 1
threads = 10 threads = 10
top_fill_pattern = rectilinear top_fill_pattern = rectilinear
top_infill_extrusion_width = 0.2 top_infill_extrusion_width = 0.4
top_solid_infill_speed = 50 top_solid_infill_speed = 50
top_solid_min_thickness = 0.8 top_solid_min_thickness = 0.8
travel_speed = 500 travel_speed = 500