mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 14:41:58 +08:00
Bumped up version for 2.7.0-rc1. Added Prusament Resin Model Neutral Beige.
This commit is contained in:
parent
a2527be1d6
commit
787412085a
@ -1,3 +1,5 @@
|
||||
min_slic3r_version = 2.7.0-rc1
|
||||
1.11.2 Bumped up version for 2.7.0-rc1. Added Prusament Resin Model Neutral Beige.
|
||||
min_slic3r_version = 2.7.0-beta1
|
||||
1.11.2-beta0 Bumped up version for beta. Updated start/end g-code for Prusa MINI Input Shaper.
|
||||
min_slic3r_version = 2.7.0-alpha2
|
||||
@ -20,12 +22,14 @@ min_slic3r_version = 2.6.2-alpha0
|
||||
1.11.0-alpha1 Updated ramming parameters. Updated start-gcode for XL Multi-Tool. Updated output filename format.
|
||||
1.11.0-alpha0 Binary g-code, arc fitting, QOI/PNG thumbnails, 90degree XL tower, XL specific filament variants.
|
||||
min_slic3r_version = 2.6.1-rc2
|
||||
1.10.5 Updated FW version notification (MK2.5/MK3/MK3.9/MK4 family). Updated start/end g-code for Prusa MINI Input Shaper (Alpha).
|
||||
1.10.4 Reduced nozzle temperature in selected filament profiles (Prusa XL 0.6mm nozzle).
|
||||
1.10.3 Added additional printer checks for Prusa XL Input Shaper (Alpha).
|
||||
1.10.2 Added printer profiles for Prusa XL Input Shaper (Alpha). Updated Prusa MINI Input Shaper profiles. Added profiles for "Filament PM" filaments.
|
||||
1.10.1 Increased MBL temperature for PET filaments (MK4, XL). PETG V0 is now UL certified for MK4. Updated end g-code for XL Multi-Tool. Slightly decreased bed temperature for some PET filaments (XL).
|
||||
1.10.0 Added new profiles for Prusa MINI Input Shaper (Alpha). Enabled XL ramming feature. Prusa XL users may need to re-enable filament profiles in configuration wizard.
|
||||
min_slic3r_version = 2.6.0-beta2
|
||||
1.9.11 Updated FW version notification.
|
||||
1.9.10 Added new print profiles for Prusa MINI Input Shaper (Alpha). Updated MK4 IS profiles.
|
||||
1.9.9 Added Original Prusa MK3.9 and Original Prusa MINI/MINI+ Input Shaper (Alpha). FW version notification (5.0.0 final with input shaper). Updated output filename format. Added additional thumbnail resolution.
|
||||
1.9.8 FW version notification (MK2.5/3 family). Minor update of MK4IS profiles. Updated MK4IS thumbnail.
|
||||
@ -56,6 +60,7 @@ min_slic3r_version = 2.6.0-alpha1
|
||||
1.6.0-alpha1 Updated FW version notification. Decreased min layer time for PLA.
|
||||
1.6.0-alpha0 Default top fill set to monotonic lines. Updated infill/perimeter overlap values. Updated output filename format. Enabled dynamic overhang speeds.
|
||||
min_slic3r_version = 2.5.2-rc0
|
||||
1.7.8 Updated FW version notification.
|
||||
1.7.7 Added new Prusament Resin material profiles.
|
||||
1.7.6 Updated start g-code for MK4 (modified purge line and nozzle cleaning).
|
||||
1.7.5 Updated cooling settings for some ASA filaments to increase interlayer adhesion (XL/MK4). Updated LA values (XL/MK4).
|
||||
|
@ -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.11.2-beta0
|
||||
config_version = 1.11.2
|
||||
# Where to get the updates from?
|
||||
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%
|
||||
@ -8868,7 +8868,7 @@ inherits = Generic PLA @PG
|
||||
renamed_from = "Generic PLA @MK4IS"
|
||||
first_layer_temperature = 230
|
||||
temperature = 220
|
||||
slowdown_below_layer_time = 6
|
||||
slowdown_below_layer_time = 8
|
||||
compatible_printers_condition = printer_notes=~/.*PG.*/ and printer_notes=~/.*MK4IS.*/ and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
||||
|
||||
[filament:Generic PLA @PGIS 0.6]
|
||||
@ -8887,7 +8887,7 @@ compatible_printers_condition = printer_notes=~/.*PG.*/ and printer_notes=~/.*MK
|
||||
inherits = Generic PLA @XL
|
||||
first_layer_temperature = 230
|
||||
temperature = 220
|
||||
slowdown_below_layer_time = 7
|
||||
slowdown_below_layer_time = 8
|
||||
compatible_printers_condition = printer_notes=~/.*XLIS.*/ and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
||||
|
||||
[filament:Generic PLA @MINIIS]
|
||||
@ -14107,7 +14107,7 @@ inherits = Prusament PLA @PG
|
||||
renamed_from = "Prusament PLA @MK4IS"
|
||||
first_layer_temperature = 230
|
||||
temperature = 225
|
||||
slowdown_below_layer_time = 6
|
||||
slowdown_below_layer_time = 8
|
||||
compatible_printers_condition = printer_notes=~/.*PG.*/ and printer_notes=~/.*MK4IS.*/ and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
||||
|
||||
[filament:Prusament PLA @PGIS 0.6]
|
||||
@ -14120,7 +14120,7 @@ compatible_printers_condition = printer_notes=~/.*PG.*/ and printer_notes=~/.*MK
|
||||
inherits = Prusament PLA @XL
|
||||
first_layer_temperature = 230
|
||||
temperature = 220
|
||||
slowdown_below_layer_time = 7
|
||||
slowdown_below_layer_time = 8
|
||||
compatible_printers_condition = printer_notes=~/.*XLIS.*/ and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
||||
|
||||
[filament:Prusament PLA @MINIIS]
|
||||
@ -16212,6 +16212,14 @@ material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #D6D7D8
|
||||
|
||||
[sla_material:Prusament Resin Model Neutral Beige @0.025]
|
||||
inherits = *common 0.025*
|
||||
exposure_time = 4.8
|
||||
initial_exposure_time = 35
|
||||
material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #BF9C87
|
||||
|
||||
[sla_material:Prusament Resin BioBased60 Herbal Green @0.025]
|
||||
inherits = *common 0.025*
|
||||
exposure_time = 7
|
||||
@ -17273,6 +17281,14 @@ material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #D6D7D8
|
||||
|
||||
[sla_material:Prusament Resin Model Neutral Beige @0.05]
|
||||
inherits = *common 0.05*
|
||||
exposure_time = 5.5
|
||||
initial_exposure_time = 35
|
||||
material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #BF9C87
|
||||
|
||||
[sla_material:Prusament Resin BioBased60 Herbal Green @0.05]
|
||||
inherits = *common 0.05*
|
||||
exposure_time = 8
|
||||
@ -17773,6 +17789,14 @@ material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #D6D7D8
|
||||
|
||||
[sla_material:Prusament Resin Model Neutral Beige @0.1]
|
||||
inherits = *common 0.1*
|
||||
exposure_time = 7
|
||||
initial_exposure_time = 45
|
||||
material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #BF9C87
|
||||
|
||||
[sla_material:Prusament Resin BioBased60 Magma Red @0.1]
|
||||
inherits = *common 0.1*
|
||||
exposure_time = 13
|
||||
@ -18077,6 +18101,14 @@ material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #D6D7D8
|
||||
|
||||
[sla_material:Prusament Resin Model Neutral Beige @0.025 SL1S]
|
||||
inherits = *0.025_sl1s*
|
||||
exposure_time = 2
|
||||
initial_exposure_time = 25
|
||||
material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #BF9C87
|
||||
|
||||
[sla_material:Prusament Resin BioBased60 Herbal Green @0.025 SL1S]
|
||||
inherits = *0.025_sl1s*
|
||||
exposure_time = 3.5
|
||||
@ -18603,6 +18635,14 @@ material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #D6D7D8
|
||||
|
||||
[sla_material:Prusament Resin Model Neutral Beige @0.05 SL1S]
|
||||
inherits = *0.05_sl1s*
|
||||
exposure_time = 2.2
|
||||
initial_exposure_time = 25
|
||||
material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #BF9C87
|
||||
|
||||
[sla_material:Prusament Resin BioBased60 Herbal Green @0.05 SL1S]
|
||||
inherits = *0.05_sl1s*
|
||||
exposure_time = 4
|
||||
@ -19457,6 +19497,14 @@ material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #D6D7D8
|
||||
|
||||
[sla_material:Prusament Resin Model Neutral Beige @0.1 SL1S]
|
||||
inherits = *0.1_sl1s*
|
||||
exposure_time = 2.8
|
||||
initial_exposure_time = 25
|
||||
material_type = Tough
|
||||
material_vendor = Prusa Polymers
|
||||
material_colour = #BF9C87
|
||||
|
||||
[sla_material:Prusament Resin BioBased60 Herbal Green @0.1 SL1S]
|
||||
inherits = *0.1_sl1s*
|
||||
exposure_time = 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user