Updated compatible condition.
This commit is contained in:
parent
7f649c5509
commit
0a0ad1ef10
@ -1,3 +1,4 @@
|
|||||||
min_slic3r_version = 2.6.0-alpha0
|
min_slic3r_version = 2.6.0-alpha0
|
||||||
|
1.0.2 Updated compatible printer conditions.
|
||||||
1.0.1 Added Prusament PETG Carbon Fiber, Fiberthree F3 PA-GF30 Pro.
|
1.0.1 Added Prusament PETG Carbon Fiber, Fiberthree F3 PA-GF30 Pro.
|
||||||
1.0.0 Initial
|
1.0.0 Initial
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[vendor]
|
[vendor]
|
||||||
name = Templates
|
name = Templates
|
||||||
config_version = 1.0.1
|
config_version = 1.0.2
|
||||||
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Templates/
|
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Templates/
|
||||||
templates_profile = 1
|
templates_profile = 1
|
||||||
|
|
||||||
@ -11,12 +11,12 @@ templates_profile = 1
|
|||||||
[filament:*common*]
|
[filament:*common*]
|
||||||
cooling = 1
|
cooling = 1
|
||||||
compatible_printers =
|
compatible_printers =
|
||||||
compatible_printers_condition =
|
compatible_printers_condition = printer_notes!~/.*PRINTER_VENDOR_TRILAB.*/ and printer_notes!~/.*PRINTER_MODEL_MK4IS.*/
|
||||||
end_filament_gcode = "; Filament-specific end gcode"
|
end_filament_gcode = "; Filament-specific end gcode"
|
||||||
extrusion_multiplier = 1
|
extrusion_multiplier = 1
|
||||||
filament_loading_speed = 14
|
filament_loading_speed = 14
|
||||||
filament_loading_speed_start = 19
|
filament_loading_speed_start = 19
|
||||||
filament_unloading_speed = 90
|
filament_unloading_speed = 20
|
||||||
filament_unloading_speed_start = 100
|
filament_unloading_speed_start = 100
|
||||||
filament_toolchange_delay = 0
|
filament_toolchange_delay = 0
|
||||||
filament_cooling_moves = 1
|
filament_cooling_moves = 1
|
||||||
@ -1460,7 +1460,6 @@ cooling = 0
|
|||||||
fan_always_on = 0
|
fan_always_on = 0
|
||||||
filament_max_volumetric_speed = 4
|
filament_max_volumetric_speed = 4
|
||||||
filament_type = METAL
|
filament_type = METAL
|
||||||
compatible_printers_condition = nozzle_diameter[0]>=0.4
|
|
||||||
filament_colour = #FFFFFF
|
filament_colour = #FFFFFF
|
||||||
|
|
||||||
[filament:Polymaker PC-Max]
|
[filament:Polymaker PC-Max]
|
||||||
@ -1519,7 +1518,6 @@ first_layer_temperature = 230
|
|||||||
max_fan_speed = 20
|
max_fan_speed = 20
|
||||||
min_fan_speed = 20
|
min_fan_speed = 20
|
||||||
temperature = 230
|
temperature = 230
|
||||||
compatible_printers_condition = nozzle_diameter[0]!=0.8 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]
|
[filament:Prusa PETG]
|
||||||
inherits = *PET*
|
inherits = *PET*
|
||||||
|
Loading…
Reference in New Issue
Block a user