Anker - disabled thick bridges
https://github.com/prusa3d/PrusaSlicer/pull/9195
This commit is contained in:
parent
3157d44641
commit
b51d478031
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
min_slic3r_version = 2.6.0-alpha1
|
min_slic3r_version = 2.6.0-alpha1
|
||||||
|
1.0.1 Disabled thick bridges.
|
||||||
1.0.0 Initial Version
|
1.0.0 Initial Version
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
name = Anker
|
name = Anker
|
||||||
# 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.0.0
|
config_version = 1.0.1
|
||||||
# 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/
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ support_material_synchronize_layers = 0
|
||||||
support_material_threshold = 40
|
support_material_threshold = 40
|
||||||
support_material_with_sheath = 0
|
support_material_with_sheath = 0
|
||||||
support_material_xy_spacing = 60%
|
support_material_xy_spacing = 60%
|
||||||
thick_bridges = 1
|
thick_bridges = 0
|
||||||
thin_walls = 0
|
thin_walls = 0
|
||||||
top_solid_infill_speed = 150
|
top_solid_infill_speed = 150
|
||||||
travel_speed = 300
|
travel_speed = 300
|
||||||
|
|
Loading…
Reference in a new issue