mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 08:45:52 +08:00
Merge branch 'master' into fs_emboss
This commit is contained in:
commit
ac5633841b
@ -1,4 +1,5 @@
|
|||||||
min_slic3r_version = 2.6.0-alpha5
|
min_slic3r_version = 2.6.0-alpha5
|
||||||
|
1.9.0-alpha0 Updated output filename format.
|
||||||
1.7.0-alpha2 Updated compatibility condition in some filament profiles (Prusa XL).
|
1.7.0-alpha2 Updated compatibility condition in some filament profiles (Prusa XL).
|
||||||
1.7.0-alpha1 Added profiles for Original Prusa XL. Added filament profile for Prusament PETG Tungsten 75%.
|
1.7.0-alpha1 Added profiles for Original Prusa XL. Added filament profile for Prusament PETG Tungsten 75%.
|
||||||
min_slic3r_version = 2.6.0-alpha1
|
min_slic3r_version = 2.6.0-alpha1
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
name = Prusa Research
|
name = Prusa Research
|
||||||
# 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.7.0-alpha2
|
config_version = 1.9.0-alpha0
|
||||||
# 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/PrusaResearch/
|
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PrusaResearch/
|
||||||
changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||||
@ -192,7 +192,7 @@ notes =
|
|||||||
overhangs = 1
|
overhangs = 1
|
||||||
only_retract_when_crossing_perimeters = 0
|
only_retract_when_crossing_perimeters = 0
|
||||||
ooze_prevention = 0
|
ooze_prevention = 0
|
||||||
output_filename_format = {input_filename_base}_{layer_height}mm_{initial_filament_type}_{printer_model}_{print_time}.gcode
|
output_filename_format = {input_filename_base}_{layer_height}mm_{printing_filament_types}_{printer_model}_{print_time}.gcode
|
||||||
perimeters = 2
|
perimeters = 2
|
||||||
perimeter_extruder = 1
|
perimeter_extruder = 1
|
||||||
perimeter_extrusion_width = 0.45
|
perimeter_extrusion_width = 0.45
|
||||||
@ -390,7 +390,7 @@ support_material_xy_spacing = 80%
|
|||||||
support_material_interface_spacing = 0.2
|
support_material_interface_spacing = 0.2
|
||||||
support_material_spacing = 2.2
|
support_material_spacing = 2.2
|
||||||
raft_first_layer_expansion = 2
|
raft_first_layer_expansion = 2
|
||||||
output_filename_format = {input_filename_base}_{nozzle_diameter[0]}n_{layer_height}mm_{initial_filament_type}_{printer_model}_{print_time}.gcode
|
output_filename_format = {input_filename_base}_{nozzle_diameter[0]}n_{layer_height}mm_{printing_filament_types}_{printer_model}_{print_time}.gcode
|
||||||
infill_anchor = 2
|
infill_anchor = 2
|
||||||
infill_anchor_max = 15
|
infill_anchor_max = 15
|
||||||
thick_bridges = 0
|
thick_bridges = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user