Updated bundled profiles.
This commit is contained in:
parent
05c3053493
commit
22d9fcb27f
@ -1,4 +1,5 @@
|
||||
min_slic3r_version = 2.1.1-beta0
|
||||
1.0.7 Updated layer height limits for MINI
|
||||
1.0.6 Added Prusa MINI profiles
|
||||
min_slic3r_version = 2.1.0-alpha0
|
||||
1.0.5 Added SLA materials
|
||||
@ -109,4 +110,4 @@ min_slic3r_version = 1.40.0-alpha
|
||||
0.1.3 Fixed an incorrect position of the max_print_height parameter
|
||||
0.1.2 Wipe tower changes
|
||||
0.1.1 Minor print speed adjustments
|
||||
0.1.0 Initial
|
||||
0.1.0 Initial
|
@ -5,7 +5,7 @@
|
||||
name = Prusa Research
|
||||
# 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.0.6
|
||||
config_version = 1.0.7
|
||||
# Where to get the updates from?
|
||||
config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PrusaResearch/
|
||||
changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||
@ -663,7 +663,7 @@ support_material_with_sheath = 0
|
||||
# MK2 MMU #
|
||||
[print:0.15mm OPTIMAL SOLUBLE FULL]
|
||||
inherits = *0.15mm*; *soluble_support*
|
||||
# alias = 0.15mm OPTIMAL SOLUBLE FULL
|
||||
# alias = 0.15mm OPTIMAL SOLUBLE FULL
|
||||
compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK2[^\.].*/ and nozzle_diameter[0]==0.4 and num_extruders>1
|
||||
external_perimeter_speed = 25
|
||||
notes = Set your soluble extruder in Multiple Extruders > Support material/raft/skirt extruder & Support material/raft interface extruder
|
||||
@ -4109,6 +4109,8 @@ extruder_colour =
|
||||
inherits = Original Prusa MINI
|
||||
printer_variant = 0.25
|
||||
nozzle_diameter = 0.25
|
||||
max_layer_height = 0.15
|
||||
min_layer_height = 0.05
|
||||
default_print_profile = 0.10mm DETAIL 0.25 nozzle MINI
|
||||
retract_length = 3
|
||||
retract_lift = 0.15
|
||||
@ -4123,6 +4125,8 @@ start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM92
|
||||
inherits = Original Prusa MINI
|
||||
printer_variant = 0.6
|
||||
nozzle_diameter = 0.6
|
||||
max_layer_height = 0.40
|
||||
min_layer_height = 0.15
|
||||
default_print_profile = 0.30mm QUALITY 0.6 nozzle MINI
|
||||
retract_length = 3.5
|
||||
retract_lift = 0.2
|
||||
|
Loading…
Reference in New Issue
Block a user