Ultimaker 2.0.1 fix condition

This commit is contained in:
Roman Tyr 2024-09-05 11:40:35 +02:00
parent 44191c8831
commit 064076fb23
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,5 @@
min_slic3r_version = 2.8.0-alpha0
2.0.1 Fixed compatible printer condition.
2.0.0 Updated for PS2.8.0.
max_slic3r_version = 2.7.9
min_slic3r_version = 2.6.0

View File

@ -10,7 +10,7 @@ name = Ultimaker
# 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 = 2.0.0
config_version = 2.0.1
# Where to get the updates from?
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Ultimaker/
@ -211,22 +211,22 @@ top_solid_layers = 4
[print:0.10mm FINE @ULTIMAKER]
inherits = *0.10mm*
compatible_printers_condition = printer_model=="ULTIMAKER2" or printer_model=="ULTIMAKERSline" and nozzle_diameter[0]==0.4
compatible_printers_condition = (printer_model=="ULTIMAKER2" or printer_model=="ULTIMAKERSline") and nozzle_diameter[0]==0.4
[print:0.12mm DETAIL @ULTIMAKER]
inherits = *0.12mm*
support_material_extrusion_width = 0.38
compatible_printers_condition = printer_model=="ULTIMAKER2" or printer_model=="ULTIMAKERSline" and nozzle_diameter[0]==0.4
compatible_printers_condition = (printer_model=="ULTIMAKER2" or printer_model=="ULTIMAKERSline") and nozzle_diameter[0]==0.4
[print:0.20mm NORMAL @ULTIMAKER]
inherits = *0.20mm*
support_material_extrusion_width = 0.38
compatible_printers_condition = printer_model=="ULTIMAKER2" or printer_model=="ULTIMAKERSline" and nozzle_diameter[0]==0.4
compatible_printers_condition = (printer_model=="ULTIMAKER2" or printer_model=="ULTIMAKERSline") and nozzle_diameter[0]==0.4
[print:0.25mm DRAFT @ULTIMAKER]
inherits = *0.25mm*
support_material_extrusion_width = 0.38
compatible_printers_condition = printer_model=="ULTIMAKER2" or printer_model=="ULTIMAKERSline" and nozzle_diameter[0]==0.4
compatible_printers_condition = (printer_model=="ULTIMAKER2" or printer_model=="ULTIMAKERSline") and nozzle_diameter[0]==0.4
# Common filament preset
[filament:*common*]