Sync with PrusaSlicer settings
This commit is contained in:
parent
55533397f9
commit
2ad6c7d4d5
2 changed files with 281 additions and 12 deletions
|
@ -1,7 +1,9 @@
|
|||
min_slic3r_version = 2.6.0-alpha1
|
||||
1.6.0-alpha2 Added profile for Prusament PETG Carbon Fiber and Fiberthree F3 PA-GF30 Pro. Updated acceleration settings for Prusa MINI.
|
||||
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.0-alpha0
|
||||
1.5.7 Added filament profile for Prusament PETG Carbon Fiber and Fiberthree F3 PA-GF30 Pro.
|
||||
1.5.6 Updated FW version notification (MK2.5/MK3 family). Added filament profile for Kimya PEBA-S.
|
||||
1.5.5 Added new Prusament Resin material profiles. Enabled g-code thumbnails for MK2.5 family printers.
|
||||
1.5.4 Added material profiles for Prusament Resin BioBased60.
|
||||
|
|
|
@ -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.6.0-alpha1
|
||||
config_version = 1.6.0-alpha2
|
||||
# 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%
|
||||
|
@ -145,7 +145,6 @@ bridge_flow_ratio = 1
|
|||
bridge_speed = 25
|
||||
brim_width = 0
|
||||
brim_separation = 0.1
|
||||
clip_multipart_objects = 1
|
||||
compatible_printers =
|
||||
complete_objects = 0
|
||||
default_acceleration = 1000
|
||||
|
@ -268,8 +267,10 @@ fill_pattern = grid
|
|||
travel_speed = 150
|
||||
wipe_tower = 0
|
||||
default_acceleration = 1000
|
||||
first_layer_acceleration = 800
|
||||
infill_acceleration = 1000
|
||||
first_layer_acceleration = 600
|
||||
infill_acceleration = 1500
|
||||
solid_infill_acceleration = 1500
|
||||
top_solid_infill_acceleration = 800
|
||||
bridge_acceleration = 1000
|
||||
support_material_speed = 40
|
||||
max_print_speed = 150
|
||||
|
@ -373,7 +374,9 @@ fill_pattern = gyroid
|
|||
fill_density = 15%
|
||||
travel_speed = 150
|
||||
perimeter_acceleration = 800
|
||||
infill_acceleration = 1000
|
||||
infill_acceleration = 1500
|
||||
solid_infill_acceleration = 1500
|
||||
top_solid_infill_acceleration = 800
|
||||
bridge_acceleration = 1000
|
||||
first_layer_acceleration = 800
|
||||
default_acceleration = 1250
|
||||
|
@ -1283,6 +1286,10 @@ support_material_extrusion_width = 0.35
|
|||
bridge_acceleration = 300
|
||||
support_material_contact_distance = 0.1
|
||||
raft_contact_distance = 0.1
|
||||
infill_acceleration = 1000
|
||||
solid_infill_acceleration = 1000
|
||||
top_solid_infill_acceleration = 800
|
||||
external_perimeter_acceleration = 300
|
||||
|
||||
[print:0.07mm ULTRADETAIL @MINI]
|
||||
inherits = *0.07mm*; *MINI*
|
||||
|
@ -1298,6 +1305,10 @@ support_material_extrusion_width = 0.35
|
|||
bridge_acceleration = 300
|
||||
support_material_contact_distance = 0.1
|
||||
raft_contact_distance = 0.1
|
||||
infill_acceleration = 1000
|
||||
solid_infill_acceleration = 1000
|
||||
top_solid_infill_acceleration = 800
|
||||
external_perimeter_acceleration = 300
|
||||
|
||||
[print:0.10mm DETAIL @MINI]
|
||||
inherits = *0.10mm*; *MINI*
|
||||
|
@ -1314,6 +1325,11 @@ fill_pattern = gyroid
|
|||
fill_density = 15%
|
||||
perimeters = 3
|
||||
support_material_xy_spacing = 60%
|
||||
infill_acceleration = 1200
|
||||
solid_infill_acceleration = 1000
|
||||
top_solid_infill_acceleration = 800
|
||||
perimeter_acceleration = 700
|
||||
external_perimeter_acceleration = 600
|
||||
|
||||
[print:0.15mm QUALITY @MINI]
|
||||
inherits = *0.15mm*; *MINI*
|
||||
|
@ -1326,6 +1342,8 @@ top_solid_infill_speed = 40
|
|||
fill_pattern = gyroid
|
||||
fill_density = 15%
|
||||
support_material_xy_spacing = 60%
|
||||
perimeter_acceleration = 900
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.15mm SPEED @MINI]
|
||||
inherits = *0.15mm*; *MINI*
|
||||
|
@ -1336,6 +1354,8 @@ infill_speed = 140
|
|||
solid_infill_speed = 140
|
||||
top_solid_infill_speed = 40
|
||||
support_material_xy_spacing = 60%
|
||||
perimeter_acceleration = 1000
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.20mm QUALITY @MINI]
|
||||
inherits = *0.20mm*; *MINI*
|
||||
|
@ -1348,6 +1368,8 @@ top_solid_infill_speed = 40
|
|||
fill_pattern = gyroid
|
||||
fill_density = 15%
|
||||
support_material_xy_spacing = 60%
|
||||
perimeter_acceleration = 900
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.20mm SPEED @MINI]
|
||||
inherits = *0.20mm*; *MINI*
|
||||
|
@ -1359,6 +1381,8 @@ max_print_speed = 150
|
|||
solid_infill_speed = 140
|
||||
top_solid_infill_speed = 40
|
||||
support_material_xy_spacing = 60%
|
||||
perimeter_acceleration = 1000
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.25mm DRAFT @MINI]
|
||||
inherits = *0.25mm*; *MINI*
|
||||
|
@ -1378,6 +1402,8 @@ top_infill_extrusion_width = 0.4
|
|||
support_material_xy_spacing = 60%
|
||||
support_material_contact_distance = 0.2
|
||||
raft_contact_distance = 0.2
|
||||
perimeter_acceleration = 1000
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
# MINI - 0.25mm nozzle
|
||||
|
||||
|
@ -1389,6 +1415,10 @@ fill_density = 20%
|
|||
support_material_speed = 30
|
||||
support_material_contact_distance = 0.07
|
||||
raft_contact_distance = 0.07
|
||||
infill_acceleration = 1000
|
||||
solid_infill_acceleration = 1000
|
||||
top_solid_infill_acceleration = 800
|
||||
external_perimeter_acceleration = 300
|
||||
|
||||
[print:0.07mm ULTRADETAIL @0.25 nozzle MINI]
|
||||
inherits = *0.07mm*; *0.25nozzle*; *MINI*
|
||||
|
@ -1401,6 +1431,10 @@ fill_pattern = grid
|
|||
fill_density = 20%
|
||||
support_material_contact_distance = 0.07
|
||||
raft_contact_distance = 0.07
|
||||
infill_acceleration = 1000
|
||||
solid_infill_acceleration = 1000
|
||||
top_solid_infill_acceleration = 800
|
||||
external_perimeter_acceleration = 300
|
||||
|
||||
[print:0.10mm DETAIL @0.25 nozzle MINI]
|
||||
inherits = *0.10mm*; *0.25nozzleMINI*; *MINI*
|
||||
|
@ -1409,6 +1443,10 @@ fill_pattern = grid
|
|||
fill_density = 20%
|
||||
support_material_contact_distance = 0.07
|
||||
raft_contact_distance = 0.07
|
||||
infill_acceleration = 1200
|
||||
solid_infill_acceleration = 1000
|
||||
top_solid_infill_acceleration = 800
|
||||
external_perimeter_acceleration = 500
|
||||
|
||||
[print:0.15mm QUALITY @0.25 nozzle MINI]
|
||||
inherits = *0.15mm*; *0.25nozzleMINI*; *MINI*
|
||||
|
@ -1421,6 +1459,10 @@ perimeter_extrusion_width = 0.27
|
|||
external_perimeter_extrusion_width = 0.27
|
||||
infill_extrusion_width = 0.27
|
||||
solid_infill_extrusion_width = 0.27
|
||||
infill_acceleration = 1500
|
||||
solid_infill_acceleration = 1000
|
||||
top_solid_infill_acceleration = 800
|
||||
external_perimeter_acceleration = 500
|
||||
|
||||
# MINI - 0.6mm nozzle
|
||||
|
||||
|
@ -1433,11 +1475,17 @@ max_print_speed = 100
|
|||
perimeter_speed = 45
|
||||
solid_infill_speed = 70
|
||||
top_solid_infill_speed = 45
|
||||
infill_extrusion_width = 0.65
|
||||
solid_infill_extrusion_width = 0.65
|
||||
perimeter_extrusion_width = 0.6
|
||||
external_perimeter_extrusion_width = 0.6
|
||||
infill_extrusion_width = 0.6
|
||||
solid_infill_extrusion_width = 0.6
|
||||
top_infill_extrusion_width = 0.5
|
||||
support_material_contact_distance = 0.22
|
||||
raft_contact_distance = 0.22
|
||||
bridge_flow_ratio = 1
|
||||
top_solid_infill_acceleration = 800
|
||||
perimeter_acceleration = 900
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.20mm DETAIL @0.6 nozzle MINI]
|
||||
inherits = *0.20mm*; *0.6nozzleMINI*
|
||||
|
@ -1448,11 +1496,16 @@ max_print_speed = 100
|
|||
perimeter_speed = 45
|
||||
solid_infill_speed = 70
|
||||
top_solid_infill_speed = 45
|
||||
infill_extrusion_width = 0.65
|
||||
solid_infill_extrusion_width = 0.65
|
||||
perimeter_extrusion_width = 0.6
|
||||
external_perimeter_extrusion_width = 0.6
|
||||
infill_extrusion_width = 0.6
|
||||
solid_infill_extrusion_width = 0.6
|
||||
top_infill_extrusion_width = 0.5
|
||||
support_material_contact_distance = 0.22
|
||||
raft_contact_distance = 0.22
|
||||
bridge_flow_ratio = 1
|
||||
perimeter_acceleration = 900
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.30mm QUALITY @0.6 nozzle MINI]
|
||||
inherits = *0.30mm*; *0.6nozzleMINI*
|
||||
|
@ -1465,9 +1518,12 @@ solid_infill_speed = 65
|
|||
top_solid_infill_speed = 45
|
||||
external_perimeter_extrusion_width = 0.68
|
||||
perimeter_extrusion_width = 0.68
|
||||
top_infill_extrusion_width = 0.55
|
||||
support_material_contact_distance = 0.25
|
||||
raft_contact_distance = 0.25
|
||||
bridge_flow_ratio = 1
|
||||
perimeter_acceleration = 900
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.35mm SPEED @0.6 nozzle MINI]
|
||||
inherits = *0.35mm*; *0.6nozzleMINI*
|
||||
|
@ -1483,6 +1539,8 @@ perimeter_extrusion_width = 0.68
|
|||
support_material_contact_distance = 0.25
|
||||
raft_contact_distance = 0.25
|
||||
bridge_flow_ratio = 0.95
|
||||
perimeter_acceleration = 1000
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.40mm DRAFT @0.6 nozzle MINI]
|
||||
inherits = *0.40mm*; *0.6nozzleMINI*
|
||||
|
@ -1500,6 +1558,8 @@ solid_infill_extrusion_width = 0.68
|
|||
support_material_contact_distance = 0.25
|
||||
raft_contact_distance = 0.25
|
||||
bridge_flow_ratio = 0.95
|
||||
perimeter_acceleration = 1000
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
# MINI - 0.8mm nozzle
|
||||
|
||||
|
@ -1508,13 +1568,17 @@ inherits = 0.30mm DETAIL @0.8 nozzle
|
|||
compatible_printers_condition = printer_model=="MINI" and nozzle_diameter[0]==0.8
|
||||
perimeter_speed = 35
|
||||
external_perimeter_speed = 25
|
||||
infill_acceleration = 1000
|
||||
infill_speed = 50
|
||||
max_print_speed = 80
|
||||
solid_infill_speed = 45
|
||||
top_solid_infill_speed = 35
|
||||
support_material_speed = 40
|
||||
travel_speed = 150
|
||||
infill_acceleration = 1500
|
||||
solid_infill_acceleration = 1500
|
||||
top_solid_infill_acceleration = 800
|
||||
perimeter_acceleration = 900
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.40mm QUALITY @0.8 nozzle MINI]
|
||||
inherits = 0.40mm QUALITY @0.8 nozzle
|
||||
|
@ -1525,11 +1589,15 @@ solid_infill_speed = 40
|
|||
top_solid_infill_speed = 30
|
||||
support_material_speed = 40
|
||||
travel_speed = 150
|
||||
infill_acceleration = 1500
|
||||
solid_infill_acceleration = 1500
|
||||
top_solid_infill_acceleration = 800
|
||||
perimeter_acceleration = 1000
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
[print:0.55mm DRAFT @0.8 nozzle MINI]
|
||||
inherits = 0.55mm DRAFT @0.8 nozzle
|
||||
compatible_printers_condition = printer_model=="MINI" and nozzle_diameter[0]==0.8
|
||||
infill_acceleration = 1000
|
||||
infill_speed = 40
|
||||
solid_infill_speed = 40
|
||||
support_material_speed = 35
|
||||
|
@ -1539,6 +1607,11 @@ top_solid_infill_speed = 28
|
|||
external_perimeter_extrusion_width = 1
|
||||
perimeter_extrusion_width = 1
|
||||
travel_speed = 150
|
||||
infill_acceleration = 1500
|
||||
solid_infill_acceleration = 1500
|
||||
top_solid_infill_acceleration = 800
|
||||
perimeter_acceleration = 1000
|
||||
external_perimeter_acceleration = 800
|
||||
|
||||
# XXXXXXxxXXXXXXXXXXXXXX
|
||||
# XXX--- filament ---XXX
|
||||
|
@ -3865,6 +3938,17 @@ filament_spool_weight = 201
|
|||
filament_type = PETG
|
||||
compatible_printers_condition = nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6 and printer_model!="MK2SMM" and printer_model!="MINI" and ! (printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK(2.5|3).*/ and single_extruder_multi_material)
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber]
|
||||
inherits = Prusament PETG
|
||||
filament_vendor = Prusa Polymers
|
||||
first_layer_temperature = 260
|
||||
temperature = 265
|
||||
extrusion_multiplier = 1.03
|
||||
filament_cost = 54.99
|
||||
filament_density = 1.27
|
||||
filament_colour = #BBBBBB
|
||||
compatible_printers_condition = nozzle_diameter[0]>=0.4 and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6 and printer_model!="MK2SMM" and printer_model!="MINI" and ! (printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK(2.5|3).*/ and single_extruder_multi_material)
|
||||
|
||||
[filament:Prusa PETG @0.6 nozzle]
|
||||
inherits = *PET06*
|
||||
renamed_from = "Prusa PET 0.6 nozzle"; "Prusa PETG 0.6 nozzle"
|
||||
|
@ -3883,6 +3967,14 @@ filament_density = 1.27
|
|||
filament_spool_weight = 201
|
||||
filament_type = PETG
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber @0.6 nozzle]
|
||||
inherits = Prusament PETG @0.6 nozzle
|
||||
first_layer_temperature = 260
|
||||
temperature = 265
|
||||
extrusion_multiplier = 1.03
|
||||
filament_cost = 54.99
|
||||
filament_colour = #BBBBBB
|
||||
|
||||
[filament:Filament PM PETG @0.6 nozzle]
|
||||
inherits = *PET06*
|
||||
renamed_from = "Plasty Mladec PETG @0.6 nozzle"
|
||||
|
@ -3976,6 +4068,14 @@ filament_cost = 36.29
|
|||
filament_density = 1.27
|
||||
filament_spool_weight = 201
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber @MMU2]
|
||||
inherits = Prusament PETG @MMU2
|
||||
first_layer_temperature = 260
|
||||
temperature = 260
|
||||
extrusion_multiplier = 1.03
|
||||
filament_cost = 54.99
|
||||
filament_colour = #BBBBBB
|
||||
|
||||
[filament:Generic PETG @MMU2 0.6 nozzle]
|
||||
inherits = *PET MMU2 06*
|
||||
renamed_from = "Generic PET MMU2 0.6 nozzle"; "Generic PETG MMU2 0.6 nozzle"
|
||||
|
@ -3995,6 +4095,14 @@ filament_cost = 36.29
|
|||
filament_density = 1.27
|
||||
filament_spool_weight = 201
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber @MMU2 0.6 nozzle]
|
||||
inherits = Prusament PETG @MMU2 0.6 nozzle
|
||||
first_layer_temperature = 260
|
||||
temperature = 260
|
||||
extrusion_multiplier = 1.03
|
||||
filament_cost = 54.99
|
||||
filament_colour = #BBBBBB
|
||||
|
||||
[filament:Filament PM PETG @MMU2 0.6 nozzle]
|
||||
inherits = *PET MMU2 06*
|
||||
renamed_from = "Plasty Mladec PETG @MMU2 0.6 nozzle"
|
||||
|
@ -4079,6 +4187,87 @@ bed_temperature = 30
|
|||
filament_retract_length = 0
|
||||
extrusion_multiplier = 1.16
|
||||
|
||||
[filament:Print With Smile PLA]
|
||||
inherits = *PLA*
|
||||
filament_vendor = Print With Smile
|
||||
filament_cost = 535
|
||||
filament_density = 1.24
|
||||
filament_spool_weight = 0
|
||||
filament_colour = #FFFF6F
|
||||
filament_max_volumetric_speed = 15
|
||||
first_layer_temperature = 205
|
||||
temperature = 205
|
||||
|
||||
[filament:Print With Smile PETG]
|
||||
inherits = *PET*
|
||||
filament_vendor = Print With Smile
|
||||
filament_cost = 590
|
||||
filament_density = 1.27
|
||||
filament_spool_weight = 0
|
||||
filament_colour = #4D9398
|
||||
filament_max_volumetric_speed = 8
|
||||
temperature = 245
|
||||
first_layer_bed_temperature = 85
|
||||
first_layer_temperature = 240
|
||||
bed_temperature = 90
|
||||
|
||||
[filament:Print With Smile PETG @MINI]
|
||||
inherits = Print With Smile PETG; *PETMINI*
|
||||
|
||||
[filament:Print With Smile ASA]
|
||||
inherits = Ultrafuse ASA
|
||||
filament_vendor = Print With Smile
|
||||
filament_cost = 625
|
||||
first_layer_temperature = 250
|
||||
temperature = 250
|
||||
first_layer_bed_temperature = 105
|
||||
bed_temperature = 110
|
||||
filament_type = ASA
|
||||
max_fan_speed = 40
|
||||
bridge_fan_speed = 70
|
||||
filament_max_volumetric_speed = 11
|
||||
|
||||
[filament:Print With Smile ABS]
|
||||
inherits = *ABSC*
|
||||
filament_vendor = Print With Smile
|
||||
filament_cost = 535
|
||||
filament_density = 1.08
|
||||
first_layer_temperature = 240
|
||||
temperature = 240
|
||||
|
||||
[filament:Print With Smile PETG CF]
|
||||
inherits = Extrudr XPETG CF
|
||||
filament_vendor = Print With Smile
|
||||
filament_cost = 899
|
||||
filament_density = 1.29
|
||||
filament_notes =
|
||||
first_layer_temperature = 260
|
||||
temperature = 260
|
||||
first_layer_bed_temperature = 85
|
||||
bed_temperature = 85
|
||||
max_fan_speed = 55
|
||||
bridge_fan_speed = 60
|
||||
filament_max_volumetric_speed = 5
|
||||
|
||||
[filament:Print With Smile PETG CF @MINI]
|
||||
inherits = Print With Smile PETG CF; *PETMINI*
|
||||
|
||||
[filament:Print With Smile TPU96A]
|
||||
inherits = *FLEX*
|
||||
filament_vendor = Print With Smile
|
||||
filament_cost = 1200
|
||||
filament_density = 1.31
|
||||
extrusion_multiplier = 1.1
|
||||
filament_max_volumetric_speed = 1.35
|
||||
fan_always_on = 1
|
||||
cooling = 0
|
||||
max_fan_speed = 60
|
||||
min_fan_speed = 60
|
||||
disable_fan_first_layers = 4
|
||||
full_fan_speed_layer = 6
|
||||
filament_retract_length = 1.2
|
||||
filament_deretract_speed = 20
|
||||
|
||||
[filament:Fiberlogy Easy PLA]
|
||||
inherits = *PLA*
|
||||
renamed_from = Fiberlogy PLA
|
||||
|
@ -4680,6 +4869,23 @@ fan_always_on = 1
|
|||
max_fan_speed = 15
|
||||
min_fan_speed = 15
|
||||
|
||||
[filament:Fiberthree F3 PA-GF30 Pro]
|
||||
inherits = Prusament PC Blend Carbon Fiber
|
||||
filament_vendor = Fiberthree
|
||||
filament_cost = 208.01
|
||||
filament_density = 1.35
|
||||
extrusion_multiplier = 1.03
|
||||
first_layer_temperature = 275
|
||||
temperature = 285
|
||||
first_layer_bed_temperature = 90
|
||||
bed_temperature = 90
|
||||
fan_below_layer_time = 10
|
||||
compatible_printers_condition = printer_model!="MINI" and ! single_extruder_multi_material
|
||||
max_fan_speed = 15
|
||||
min_fan_speed = 15
|
||||
filament_type = PA
|
||||
filament_max_volumetric_speed = 6
|
||||
|
||||
[filament:Taulman T-Glase]
|
||||
inherits = *PET*
|
||||
filament_vendor = Taulman
|
||||
|
@ -4889,6 +5095,13 @@ renamed_from = "Prusa PET MMU1"; "Prusa PETG MMU1"
|
|||
[filament:Prusament PETG @MMU1]
|
||||
inherits = Prusament PETG; *PETMMU1*
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber @MMU1]
|
||||
inherits = Prusament PETG @MMU1
|
||||
first_layer_temperature = 260
|
||||
temperature = 265
|
||||
filament_cost = 54.99
|
||||
filament_colour = #BBBBBB
|
||||
|
||||
[filament:Taulman T-Glase @MMU1]
|
||||
inherits = Taulman T-Glase; *PETMMU1*
|
||||
start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode"
|
||||
|
@ -5016,6 +5229,19 @@ fan_always_on = 1
|
|||
max_fan_speed = 15
|
||||
min_fan_speed = 15
|
||||
|
||||
[filament:Fiberthree F3 PA-GF30 Pro @MINI]
|
||||
inherits = Fiberthree F3 PA-GF30 Pro
|
||||
filament_vendor = Fiberthree
|
||||
first_layer_temperature = 275
|
||||
temperature = 280
|
||||
compatible_printers_condition = nozzle_diameter[0]>=0.4 and printer_model=="MINI"
|
||||
filament_retract_length = nil
|
||||
filament_retract_speed = nil
|
||||
filament_retract_lift = nil
|
||||
filament_retract_before_travel = nil
|
||||
filament_wipe = nil
|
||||
filament_type = PA
|
||||
|
||||
[filament:Kimya ABS Carbon @MINI]
|
||||
inherits = Kimya ABS Carbon; *ABSMINI*
|
||||
filament_max_volumetric_speed = 6
|
||||
|
@ -5043,6 +5269,15 @@ inherits = Verbatim ABS; *ABSMINI*
|
|||
inherits = Prusament PETG; *PETMINI*
|
||||
compatible_printers_condition = printer_model=="MINI" and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber @MINI]
|
||||
inherits = Prusament PETG @MINI
|
||||
first_layer_temperature = 260
|
||||
temperature = 265
|
||||
extrusion_multiplier = 1.03
|
||||
filament_cost = 54.99
|
||||
filament_colour = #BBBBBB
|
||||
compatible_printers_condition = printer_model=="MINI" and nozzle_diameter[0]>=0.4 and nozzle_diameter[0]!=0.8 and nozzle_diameter[0]!=0.6
|
||||
|
||||
[filament:Kimya PETG Carbon @MINI]
|
||||
inherits = Kimya PETG Carbon; *PETMINI*
|
||||
filament_max_volumetric_speed = 6
|
||||
|
@ -5053,6 +5288,14 @@ compatible_printers_condition = nozzle_diameter[0]>=0.4 and printer_model=="MINI
|
|||
[filament:Prusament PETG @0.6 nozzle MINI]
|
||||
inherits = Prusament PETG; *PETMINI06*
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber @0.6 nozzle MINI]
|
||||
inherits = Prusament PETG @0.6 nozzle MINI
|
||||
first_layer_temperature = 260
|
||||
temperature = 265
|
||||
extrusion_multiplier = 1.03
|
||||
filament_cost = 54.99
|
||||
filament_colour = #BBBBBB
|
||||
|
||||
[filament:Generic PETG @0.6 nozzle MINI]
|
||||
inherits = Generic PETG; *PETMINI06*
|
||||
renamed_from = "Generic PET 0.6 nozzle MINI"; "Generic PETG 0.6 nozzle MINI"
|
||||
|
@ -5358,6 +5601,14 @@ filament_retract_lift = 0.2
|
|||
slowdown_below_layer_time = 20
|
||||
compatible_printers_condition = nozzle_diameter[0]==0.8 and printer_model!="MK2SMM" and printer_model!="MINI" and ! (printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK(2.5|3).*/ and single_extruder_multi_material)
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber @0.8 nozzle]
|
||||
inherits = Prusament PETG @0.8 nozzle
|
||||
first_layer_temperature = 265
|
||||
temperature = 270
|
||||
extrusion_multiplier = 1.03
|
||||
filament_cost = 54.99
|
||||
filament_colour = #BBBBBB
|
||||
|
||||
[filament:Prusament ASA @0.8 nozzle]
|
||||
inherits = Prusament ASA
|
||||
first_layer_temperature = 265
|
||||
|
@ -5437,6 +5688,14 @@ temperature = 240
|
|||
slowdown_below_layer_time = 20
|
||||
filament_ramming_parameters = "120 140 5.51613 5.6129 5.70968 5.77419 5.77419 5.74194 5.80645 5.93548 6.06452 6.19355 6.3871 6.74194 7.25806 7.87097 8.54839 9.22581 10 10.8387| 0.05 5.5032 0.45 5.63868 0.95 5.8 1.45 5.7839 1.95 6.02257 2.45 6.25811 2.95 7.08395 3.45 8.43875 3.95 9.92258 4.45 11.3419 4.95 7.6"
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber @MMU2 0.8 nozzle]
|
||||
inherits = Prusament PETG @MMU2 0.8 nozzle
|
||||
first_layer_temperature = 265
|
||||
temperature = 270
|
||||
extrusion_multiplier = 1.03
|
||||
filament_cost = 54.99
|
||||
filament_colour = #BBBBBB
|
||||
|
||||
[filament:Generic PLA @MMU2 0.8 nozzle]
|
||||
inherits = Generic PLA @MMU2
|
||||
compatible_printers_condition = nozzle_diameter[0]==0.8 and printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK(2.5|3).*/ and single_extruder_multi_material
|
||||
|
@ -5520,6 +5779,14 @@ filament_retract_lift = 0.25
|
|||
slowdown_below_layer_time = 20
|
||||
compatible_printers_condition = nozzle_diameter[0]==0.8 and printer_model=="MINI"
|
||||
|
||||
[filament:Prusament PETG Carbon Fiber @0.8 nozzle MINI]
|
||||
inherits = Prusament PETG @0.8 nozzle MINI
|
||||
first_layer_temperature = 265
|
||||
temperature = 270
|
||||
extrusion_multiplier = 1.03
|
||||
filament_cost = 54.99
|
||||
filament_colour = #BBBBBB
|
||||
|
||||
[filament:Prusament ASA @0.8 nozzle MINI]
|
||||
inherits = Prusament ASA @MINI
|
||||
first_layer_temperature = 265
|
||||
|
@ -10039,7 +10306,7 @@ default_filament_profile = "Prusament PLA"
|
|||
default_print_profile = 0.15mm QUALITY @MINI
|
||||
gcode_flavor = marlin2
|
||||
machine_max_acceleration_e = 5000
|
||||
machine_max_acceleration_extruding = 1250
|
||||
machine_max_acceleration_extruding = 2000
|
||||
machine_max_acceleration_retracting = 1250
|
||||
machine_max_acceleration_travel = 2500
|
||||
machine_max_acceleration_x = 2500
|
||||
|
|
Loading…
Add table
Reference in a new issue