mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 03:32:02 +08:00
Updated version for 2.7.3
This commit is contained in:
parent
9b252b1c8b
commit
2c862ef157
@ -1,4 +1,8 @@
|
|||||||
min_slic3r_version = 2.7.3-beta1
|
min_slic3r_version = 2.7.3-beta1
|
||||||
|
1.13.0 Updated version for PrusaSlicer 2.7.3
|
||||||
|
1.13.0-beta3 Reduced number of top/bottom layers (0.6). Updated cooling thresholds.
|
||||||
|
1.13.0-beta2 Disabled ramping lift for MK3.5.
|
||||||
|
1.13.0-beta1 Updated overhang slowdown speeds in selected print profiles (0.6 nozzle). Slightly reduced bed temperature for some PETG filaments (MINI).
|
||||||
1.13.0-beta0 Updated version for 2.7.3-beta1.
|
1.13.0-beta0 Updated version for 2.7.3-beta1.
|
||||||
min_slic3r_version = 2.7.3-alpha0
|
min_slic3r_version = 2.7.3-alpha0
|
||||||
1.13.0-alpha4 Updated start g-code. Updated purging volumes.
|
1.13.0-alpha4 Updated start g-code. Updated purging volumes.
|
||||||
|
@ -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.13.0-beta0
|
config_version = 1.13.0
|
||||||
# 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%
|
||||||
@ -4127,6 +4127,7 @@ overhang_speed_3 = 80%
|
|||||||
[print:0.20mm SPEED @MK4IS 0.4]
|
[print:0.20mm SPEED @MK4IS 0.4]
|
||||||
inherits = *MK4IS_common*
|
inherits = *MK4IS_common*
|
||||||
renamed_from = "0.20mm Input Shaper @MK4IS 0.4"
|
renamed_from = "0.20mm Input Shaper @MK4IS 0.4"
|
||||||
|
top_solid_infill_acceleration = 1500
|
||||||
|
|
||||||
[print:0.20mm STRUCTURAL @MK4IS 0.4]
|
[print:0.20mm STRUCTURAL @MK4IS 0.4]
|
||||||
inherits = *MK4IS_common*
|
inherits = *MK4IS_common*
|
||||||
@ -4160,6 +4161,7 @@ support_material_interface_speed = 50
|
|||||||
external_perimeter_acceleration = 2500
|
external_perimeter_acceleration = 2500
|
||||||
perimeter_acceleration = 3500
|
perimeter_acceleration = 3500
|
||||||
solid_infill_acceleration = 3500
|
solid_infill_acceleration = 3500
|
||||||
|
top_solid_infill_acceleration = 1500
|
||||||
default_acceleration = 3000
|
default_acceleration = 3000
|
||||||
overhang_speed_3 = 80%
|
overhang_speed_3 = 80%
|
||||||
|
|
||||||
@ -4506,8 +4508,8 @@ raft_contact_distance = 0.25
|
|||||||
[print:0.15mm STRUCTURAL @MK4IS 0.6]
|
[print:0.15mm STRUCTURAL @MK4IS 0.6]
|
||||||
inherits = *MK4IS_common06*
|
inherits = *MK4IS_common06*
|
||||||
layer_height = 0.15
|
layer_height = 0.15
|
||||||
bottom_solid_layers = 6
|
bottom_solid_layers = 5
|
||||||
top_solid_layers = 7
|
top_solid_layers = 6
|
||||||
perimeter_speed = 70
|
perimeter_speed = 70
|
||||||
external_perimeter_speed = 45
|
external_perimeter_speed = 45
|
||||||
small_perimeter_speed = 45
|
small_perimeter_speed = 45
|
||||||
@ -4530,6 +4532,7 @@ external_perimeter_extrusion_width = 0.6
|
|||||||
infill_extrusion_width = 0.6
|
infill_extrusion_width = 0.6
|
||||||
solid_infill_extrusion_width = 0.6
|
solid_infill_extrusion_width = 0.6
|
||||||
top_infill_extrusion_width = 0.5
|
top_infill_extrusion_width = 0.5
|
||||||
|
overhang_speed_3 = 80%
|
||||||
|
|
||||||
[print:0.20mm SPEED @MK4IS 0.6]
|
[print:0.20mm SPEED @MK4IS 0.6]
|
||||||
inherits = *MK4IS_common06*
|
inherits = *MK4IS_common06*
|
||||||
@ -4561,8 +4564,8 @@ top_infill_extrusion_width = 0.5
|
|||||||
|
|
||||||
[print:0.20mm STRUCTURAL @MK4IS 0.6]
|
[print:0.20mm STRUCTURAL @MK4IS 0.6]
|
||||||
inherits = 0.20mm SPEED @MK4IS 0.6
|
inherits = 0.20mm SPEED @MK4IS 0.6
|
||||||
bottom_solid_layers = 5
|
bottom_solid_layers = 4
|
||||||
top_solid_layers = 6
|
top_solid_layers = 5
|
||||||
perimeter_speed = 80
|
perimeter_speed = 80
|
||||||
external_perimeter_speed = 45
|
external_perimeter_speed = 45
|
||||||
small_perimeter_speed = 45
|
small_perimeter_speed = 45
|
||||||
@ -4575,6 +4578,7 @@ external_perimeter_acceleration = 1500
|
|||||||
perimeter_acceleration = 2000
|
perimeter_acceleration = 2000
|
||||||
top_solid_infill_acceleration = 1500
|
top_solid_infill_acceleration = 1500
|
||||||
solid_infill_acceleration = 2500
|
solid_infill_acceleration = 2500
|
||||||
|
overhang_speed_3 = 80%
|
||||||
|
|
||||||
[print:0.25mm SPEED @MK4IS 0.6]
|
[print:0.25mm SPEED @MK4IS 0.6]
|
||||||
inherits = *MK4IS_common06*
|
inherits = *MK4IS_common06*
|
||||||
@ -4609,6 +4613,7 @@ perimeter_acceleration = 2500
|
|||||||
top_solid_infill_acceleration = 1500
|
top_solid_infill_acceleration = 1500
|
||||||
solid_infill_acceleration = 3000
|
solid_infill_acceleration = 3000
|
||||||
infill_speed = 100
|
infill_speed = 100
|
||||||
|
overhang_speed_3 = 80%
|
||||||
|
|
||||||
[print:0.32mm SPEED @MK4IS 0.6]
|
[print:0.32mm SPEED @MK4IS 0.6]
|
||||||
inherits = *MK4IS_common06*
|
inherits = *MK4IS_common06*
|
||||||
@ -4643,6 +4648,7 @@ perimeter_acceleration = 2000
|
|||||||
bridge_speed = 30
|
bridge_speed = 30
|
||||||
infill_speed = 70
|
infill_speed = 70
|
||||||
solid_infill_speed = 70
|
solid_infill_speed = 70
|
||||||
|
overhang_speed_3 = 80%
|
||||||
|
|
||||||
# 0.8mm nozzle IS
|
# 0.8mm nozzle IS
|
||||||
|
|
||||||
@ -5032,6 +5038,7 @@ bottom_solid_layers = 3
|
|||||||
|
|
||||||
[print:0.20mm SPEED @XLIS 0.4]
|
[print:0.20mm SPEED @XLIS 0.4]
|
||||||
inherits = *XLIS_common*
|
inherits = *XLIS_common*
|
||||||
|
top_solid_infill_acceleration = 1500
|
||||||
|
|
||||||
[print:0.20mm STRUCTURAL @XLIS 0.4]
|
[print:0.20mm STRUCTURAL @XLIS 0.4]
|
||||||
inherits = *XLIS_common*
|
inherits = *XLIS_common*
|
||||||
@ -5081,6 +5088,7 @@ support_material_interface_speed = 50
|
|||||||
external_perimeter_acceleration = 2500
|
external_perimeter_acceleration = 2500
|
||||||
perimeter_acceleration = 3000
|
perimeter_acceleration = 3000
|
||||||
solid_infill_acceleration = 3500
|
solid_infill_acceleration = 3500
|
||||||
|
top_solid_infill_acceleration = 1500
|
||||||
default_acceleration = 2500
|
default_acceleration = 2500
|
||||||
overhang_speed_3 = 80%
|
overhang_speed_3 = 80%
|
||||||
|
|
||||||
@ -5374,8 +5382,8 @@ support_material_with_sheath = 1
|
|||||||
[print:0.15mm STRUCTURAL @XLIS 0.6]
|
[print:0.15mm STRUCTURAL @XLIS 0.6]
|
||||||
inherits = *XLIS_common06*
|
inherits = *XLIS_common06*
|
||||||
layer_height = 0.15
|
layer_height = 0.15
|
||||||
bottom_solid_layers = 6
|
bottom_solid_layers = 5
|
||||||
top_solid_layers = 7
|
top_solid_layers = 6
|
||||||
perimeter_speed = 80
|
perimeter_speed = 80
|
||||||
external_perimeter_speed = 45
|
external_perimeter_speed = 45
|
||||||
small_perimeter_speed = 45
|
small_perimeter_speed = 45
|
||||||
@ -5704,8 +5712,8 @@ infill_speed = 110
|
|||||||
[print:0.10mm FAST DETAIL @MINIIS 0.4]
|
[print:0.10mm FAST DETAIL @MINIIS 0.4]
|
||||||
inherits = 0.15mm SPEED @MINIIS 0.4
|
inherits = 0.15mm SPEED @MINIIS 0.4
|
||||||
layer_height = 0.1
|
layer_height = 0.1
|
||||||
top_solid_layers = 8
|
top_solid_layers = 7
|
||||||
bottom_solid_layers = 7
|
bottom_solid_layers = 6
|
||||||
support_material_contact_distance = 0.17
|
support_material_contact_distance = 0.17
|
||||||
raft_contact_distance = 0.15
|
raft_contact_distance = 0.15
|
||||||
external_perimeter_acceleration = 1500
|
external_perimeter_acceleration = 1500
|
||||||
@ -5795,8 +5803,8 @@ perimeter_acceleration = 2000
|
|||||||
[print:0.15mm STRUCTURAL @MINIIS 0.6]
|
[print:0.15mm STRUCTURAL @MINIIS 0.6]
|
||||||
inherits = *MINIIS_common06*
|
inherits = *MINIIS_common06*
|
||||||
layer_height = 0.15
|
layer_height = 0.15
|
||||||
bottom_solid_layers = 6
|
bottom_solid_layers = 5
|
||||||
top_solid_layers = 7
|
top_solid_layers = 6
|
||||||
perimeter_speed = 70
|
perimeter_speed = 70
|
||||||
external_perimeter_speed = 45
|
external_perimeter_speed = 45
|
||||||
small_perimeter_speed = 45
|
small_perimeter_speed = 45
|
||||||
@ -5819,6 +5827,7 @@ external_perimeter_extrusion_width = 0.6
|
|||||||
infill_extrusion_width = 0.6
|
infill_extrusion_width = 0.6
|
||||||
solid_infill_extrusion_width = 0.6
|
solid_infill_extrusion_width = 0.6
|
||||||
top_infill_extrusion_width = 0.5
|
top_infill_extrusion_width = 0.5
|
||||||
|
overhang_speed_3 = 80%
|
||||||
|
|
||||||
[print:0.20mm SPEED @MINIIS 0.6]
|
[print:0.20mm SPEED @MINIIS 0.6]
|
||||||
inherits = *MINIIS_common06*
|
inherits = *MINIIS_common06*
|
||||||
@ -5880,6 +5889,7 @@ external_perimeter_acceleration = 2000
|
|||||||
perimeter_acceleration = 2000
|
perimeter_acceleration = 2000
|
||||||
top_solid_infill_acceleration = 1500
|
top_solid_infill_acceleration = 1500
|
||||||
solid_infill_acceleration = 3000
|
solid_infill_acceleration = 3000
|
||||||
|
overhang_speed_3 = 80%
|
||||||
|
|
||||||
[print:0.35mm STRUCTURAL @MINIIS 0.6]
|
[print:0.35mm STRUCTURAL @MINIIS 0.6]
|
||||||
inherits = *MINIIS_common06*
|
inherits = *MINIIS_common06*
|
||||||
@ -5903,6 +5913,7 @@ infill_acceleration = 4000
|
|||||||
bridge_acceleration = 1500
|
bridge_acceleration = 1500
|
||||||
default_acceleration = 2000
|
default_acceleration = 2000
|
||||||
support_material_contact_distance = 0.28
|
support_material_contact_distance = 0.28
|
||||||
|
overhang_speed_3 = 80%
|
||||||
|
|
||||||
# 0.8mm nozzle MINIIS
|
# 0.8mm nozzle MINIIS
|
||||||
|
|
||||||
@ -6168,6 +6179,7 @@ inherits = 0.25mm STRUCTURAL @MK4IS 0.5; *MK3.5_common05*
|
|||||||
|
|
||||||
[print:0.15mm STRUCTURAL @MK3.5 0.6]
|
[print:0.15mm STRUCTURAL @MK3.5 0.6]
|
||||||
inherits = 0.15mm STRUCTURAL @MK4IS 0.6; *MK3.5_common06*
|
inherits = 0.15mm STRUCTURAL @MK4IS 0.6; *MK3.5_common06*
|
||||||
|
overhang_speed_3 = 70%
|
||||||
|
|
||||||
[print:0.20mm SPEED @MK3.5 0.6]
|
[print:0.20mm SPEED @MK3.5 0.6]
|
||||||
inherits = 0.20mm SPEED @MK4IS 0.6; *MK3.5_common06*
|
inherits = 0.20mm SPEED @MK4IS 0.6; *MK3.5_common06*
|
||||||
@ -6178,6 +6190,7 @@ solid_infill_speed = 120
|
|||||||
|
|
||||||
[print:0.20mm STRUCTURAL @MK3.5 0.6]
|
[print:0.20mm STRUCTURAL @MK3.5 0.6]
|
||||||
inherits = 0.20mm STRUCTURAL @MK4IS 0.6; *MK3.5_common06*
|
inherits = 0.20mm STRUCTURAL @MK4IS 0.6; *MK3.5_common06*
|
||||||
|
overhang_speed_3 = 70%
|
||||||
|
|
||||||
[print:0.25mm SPEED @MK3.5 0.6]
|
[print:0.25mm SPEED @MK3.5 0.6]
|
||||||
inherits = 0.25mm SPEED @MK4IS 0.6; *MK3.5_common06*
|
inherits = 0.25mm SPEED @MK4IS 0.6; *MK3.5_common06*
|
||||||
@ -7953,6 +7966,8 @@ compatible_printers_condition = nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=
|
|||||||
[filament:Generic PETG @MK3.5 0.6]
|
[filament:Generic PETG @MK3.5 0.6]
|
||||||
inherits = Generic PETG
|
inherits = Generic PETG
|
||||||
filament_max_volumetric_speed = 14
|
filament_max_volumetric_speed = 14
|
||||||
|
slowdown_below_layer_time = 17
|
||||||
|
max_fan_speed = 60
|
||||||
compatible_printers_condition = nozzle_diameter[0]==0.6 and printer_model=="MK3.5"
|
compatible_printers_condition = nozzle_diameter[0]==0.6 and printer_model=="MK3.5"
|
||||||
|
|
||||||
[filament:Generic PETG @PG]
|
[filament:Generic PETG @PG]
|
||||||
@ -9508,6 +9523,7 @@ inherits = Jessie PETG @PG 0.8; *PET08XL*
|
|||||||
|
|
||||||
[filament:Jessie PETG @MINI]
|
[filament:Jessie PETG @MINI]
|
||||||
inherits = Jessie PETG; *PETMINI*
|
inherits = Jessie PETG; *PETMINI*
|
||||||
|
bed_temperature = 85
|
||||||
|
|
||||||
[filament:Devil Design PLA]
|
[filament:Devil Design PLA]
|
||||||
inherits = *PLA*
|
inherits = *PLA*
|
||||||
@ -12306,16 +12322,20 @@ filament_vendor = Made for Prusa
|
|||||||
filament_cost = 27.82
|
filament_cost = 27.82
|
||||||
filament_density = 1.27
|
filament_density = 1.27
|
||||||
filament_spool_weight = 230
|
filament_spool_weight = 230
|
||||||
|
max_fan_speed = 60
|
||||||
|
slowdown_below_layer_time = 17
|
||||||
|
|
||||||
[filament:Prusament PETG @0.6 nozzle]
|
[filament:Prusament PETG @0.6 nozzle]
|
||||||
inherits = *PET06*
|
inherits = *PET06*
|
||||||
filament_vendor = Prusa Polymers
|
filament_vendor = Prusa Polymers
|
||||||
first_layer_temperature = 240
|
first_layer_temperature = 240
|
||||||
temperature = 250
|
temperature = 240
|
||||||
filament_cost = 36.29
|
filament_cost = 36.29
|
||||||
filament_density = 1.27
|
filament_density = 1.27
|
||||||
filament_spool_weight = 193
|
filament_spool_weight = 193
|
||||||
filament_type = PETG
|
filament_type = PETG
|
||||||
|
max_fan_speed = 60
|
||||||
|
slowdown_below_layer_time = 17
|
||||||
|
|
||||||
[filament:Prusament PETG Carbon Fiber @0.6 nozzle]
|
[filament:Prusament PETG Carbon Fiber @0.6 nozzle]
|
||||||
inherits = Prusament PETG @0.6 nozzle
|
inherits = Prusament PETG @0.6 nozzle
|
||||||
@ -12324,6 +12344,7 @@ temperature = 265
|
|||||||
extrusion_multiplier = 1.03
|
extrusion_multiplier = 1.03
|
||||||
filament_cost = 54.99
|
filament_cost = 54.99
|
||||||
filament_colour = #BBBBBB
|
filament_colour = #BBBBBB
|
||||||
|
max_fan_speed = 50
|
||||||
|
|
||||||
[filament:Filament PM PETG @0.6 nozzle]
|
[filament:Filament PM PETG @0.6 nozzle]
|
||||||
inherits = *PET06*
|
inherits = *PET06*
|
||||||
@ -12335,6 +12356,7 @@ filament_cost = 27.82
|
|||||||
filament_density = 1.27
|
filament_density = 1.27
|
||||||
filament_spool_weight = 230
|
filament_spool_weight = 230
|
||||||
filament_type = PETG
|
filament_type = PETG
|
||||||
|
slowdown_below_layer_time = 17
|
||||||
|
|
||||||
[filament:Devil Design PETG @0.6 nozzle]
|
[filament:Devil Design PETG @0.6 nozzle]
|
||||||
inherits = *PET06*
|
inherits = *PET06*
|
||||||
@ -15463,12 +15485,14 @@ compatible_printers_condition = printer_model=="MK2SMM"
|
|||||||
inherits = Generic PETG; *PETMINI*
|
inherits = Generic PETG; *PETMINI*
|
||||||
renamed_from = "Generic PET MINI"; "Generic PETG MINI"
|
renamed_from = "Generic PET MINI"; "Generic PETG MINI"
|
||||||
compatible_printers_condition = printer_model=="MINI" and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
compatible_printers_condition = printer_model=="MINI" and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
||||||
|
bed_temperature = 85
|
||||||
|
|
||||||
[filament:Generic PETG @MINIIS]
|
[filament:Generic PETG @MINIIS]
|
||||||
inherits = Generic PETG @MINI; *PETMINIIS*
|
inherits = Generic PETG @MINI; *PETMINIIS*
|
||||||
first_layer_temperature = 240
|
first_layer_temperature = 240
|
||||||
temperature = 245
|
temperature = 245
|
||||||
max_fan_speed = 55
|
max_fan_speed = 55
|
||||||
|
bed_temperature = 85
|
||||||
|
|
||||||
[filament:Devil Design PETG @MINI]
|
[filament:Devil Design PETG @MINI]
|
||||||
inherits = Devil Design PETG; *PETMINI*
|
inherits = Devil Design PETG; *PETMINI*
|
||||||
@ -15478,6 +15502,7 @@ compatible_printers_condition = printer_notes=~/.*MINI.*/ and nozzle_diameter[0]
|
|||||||
inherits = Filament PM PETG; *PETMINI*
|
inherits = Filament PM PETG; *PETMINI*
|
||||||
renamed_from = "Plasty Mladec PETG @MINI"
|
renamed_from = "Plasty Mladec PETG @MINI"
|
||||||
compatible_printers_condition = printer_notes=~/.*MINI.*/ and nozzle_diameter[0]!=0.6
|
compatible_printers_condition = printer_notes=~/.*MINI.*/ and nozzle_diameter[0]!=0.6
|
||||||
|
bed_temperature = 85
|
||||||
|
|
||||||
[filament:Verbatim PETG @MINI]
|
[filament:Verbatim PETG @MINI]
|
||||||
inherits = Verbatim PETG; *PETMINI*
|
inherits = Verbatim PETG; *PETMINI*
|
||||||
@ -15573,6 +15598,7 @@ inherits = Verbatim ABS; *ABSMINI*
|
|||||||
[filament:Prusament PETG @MINI]
|
[filament:Prusament PETG @MINI]
|
||||||
inherits = Prusament PETG; *PETMINI*
|
inherits = Prusament PETG; *PETMINI*
|
||||||
compatible_printers_condition = printer_model=="MINI" and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
compatible_printers_condition = printer_model=="MINI" and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
||||||
|
bed_temperature = 85
|
||||||
|
|
||||||
[filament:Prusament PETG @MINIIS]
|
[filament:Prusament PETG @MINIIS]
|
||||||
inherits = Prusament PETG @MINI; *PETMINIIS*
|
inherits = Prusament PETG @MINI; *PETMINIIS*
|
||||||
@ -15581,6 +15607,7 @@ inherits = Prusament PETG @MINI; *PETMINIIS*
|
|||||||
inherits = Prusament PETG @MINI
|
inherits = Prusament PETG @MINI
|
||||||
first_layer_temperature = 260
|
first_layer_temperature = 260
|
||||||
temperature = 265
|
temperature = 265
|
||||||
|
bed_temperature = 85
|
||||||
extrusion_multiplier = 1.03
|
extrusion_multiplier = 1.03
|
||||||
filament_cost = 54.99
|
filament_cost = 54.99
|
||||||
filament_colour = #BBBBBB
|
filament_colour = #BBBBBB
|
||||||
@ -15602,11 +15629,15 @@ compatible_printers_condition = nozzle_diameter[0]>=0.4 and printer_notes=~/.*MI
|
|||||||
|
|
||||||
[filament:Prusament PETG @0.6 nozzle MINI]
|
[filament:Prusament PETG @0.6 nozzle MINI]
|
||||||
inherits = Prusament PETG; *PETMINI06*
|
inherits = Prusament PETG; *PETMINI06*
|
||||||
|
temperature = 240
|
||||||
|
bed_temperature = 85
|
||||||
|
slowdown_below_layer_time = 17
|
||||||
|
|
||||||
[filament:Prusament PETG Carbon Fiber @0.6 nozzle MINI]
|
[filament:Prusament PETG Carbon Fiber @0.6 nozzle MINI]
|
||||||
inherits = Prusament PETG @0.6 nozzle MINI
|
inherits = Prusament PETG @0.6 nozzle MINI
|
||||||
first_layer_temperature = 260
|
first_layer_temperature = 260
|
||||||
temperature = 265
|
temperature = 265
|
||||||
|
bed_temperature = 85
|
||||||
extrusion_multiplier = 1.03
|
extrusion_multiplier = 1.03
|
||||||
filament_cost = 54.99
|
filament_cost = 54.99
|
||||||
filament_colour = #BBBBBB
|
filament_colour = #BBBBBB
|
||||||
@ -15614,6 +15645,8 @@ filament_colour = #BBBBBB
|
|||||||
[filament:Generic PETG @0.6 nozzle MINI]
|
[filament:Generic PETG @0.6 nozzle MINI]
|
||||||
inherits = Generic PETG; *PETMINI06*
|
inherits = Generic PETG; *PETMINI06*
|
||||||
renamed_from = "Generic PET 0.6 nozzle MINI"; "Generic PETG 0.6 nozzle MINI"
|
renamed_from = "Generic PET 0.6 nozzle MINI"; "Generic PETG 0.6 nozzle MINI"
|
||||||
|
bed_temperature = 85
|
||||||
|
slowdown_below_layer_time = 17
|
||||||
|
|
||||||
[filament:Devil Design PETG @0.6 nozzle MINI]
|
[filament:Devil Design PETG @0.6 nozzle MINI]
|
||||||
inherits = Devil Design PETG; *PETMINI06*
|
inherits = Devil Design PETG; *PETMINI06*
|
||||||
@ -15621,6 +15654,7 @@ inherits = Devil Design PETG; *PETMINI06*
|
|||||||
[filament:Filament PM PETG @0.6 nozzle MINI]
|
[filament:Filament PM PETG @0.6 nozzle MINI]
|
||||||
inherits = Filament PM PETG; *PETMINI06*
|
inherits = Filament PM PETG; *PETMINI06*
|
||||||
renamed_from = "Plasty Mladec PETG @0.6 nozzle MINI"
|
renamed_from = "Plasty Mladec PETG @0.6 nozzle MINI"
|
||||||
|
bed_temperature = 85
|
||||||
|
|
||||||
[filament:Verbatim PETG @0.6 nozzle MINI]
|
[filament:Verbatim PETG @0.6 nozzle MINI]
|
||||||
inherits = Verbatim PETG; *PETMINI06*
|
inherits = Verbatim PETG; *PETMINI06*
|
||||||
@ -22263,6 +22297,7 @@ end_gcode = {if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+1, max_prin
|
|||||||
before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))} Y{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))}\n{if ! spiral_vase}M74 W[extruded_weight_total]{endif}\n
|
before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))} Y{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))}\n{if ! spiral_vase}M74 W[extruded_weight_total]{endif}\n
|
||||||
default_print_profile = 0.20mm SPEED @MK3.5 0.4
|
default_print_profile = 0.20mm SPEED @MK3.5 0.4
|
||||||
default_filament_profile = "Prusament PLA @MK3.5"
|
default_filament_profile = "Prusament PLA @MK3.5"
|
||||||
|
travel_ramping_lift = 0
|
||||||
|
|
||||||
[printer:Original Prusa MK3.5 0.25 nozzle]
|
[printer:Original Prusa MK3.5 0.25 nozzle]
|
||||||
inherits = Original Prusa MK3.5 0.4 nozzle
|
inherits = Original Prusa MK3.5 0.4 nozzle
|
||||||
@ -22330,6 +22365,7 @@ parking_pos_retraction = 85
|
|||||||
extra_loading_move = -25
|
extra_loading_move = -25
|
||||||
extruder_colour = #FF8000;#DB5182;#3EC0FF;#FF4F4F;#FBEB7D
|
extruder_colour = #FF8000;#DB5182;#3EC0FF;#FF4F4F;#FBEB7D
|
||||||
retract_length_toolchange = 0,0,0,0,0
|
retract_length_toolchange = 0,0,0,0,0
|
||||||
|
travel_ramping_lift = 0,0,0,0,0
|
||||||
|
|
||||||
[printer:Original Prusa MK3.5 MMU3 0.4 nozzle]
|
[printer:Original Prusa MK3.5 MMU3 0.4 nozzle]
|
||||||
inherits = Original Prusa MK3.5 0.4 nozzle; *MK3.5MMU3*
|
inherits = Original Prusa MK3.5 0.4 nozzle; *MK3.5MMU3*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user