diff --git a/resources/profiles/Ultimaker.idx b/resources/profiles/Ultimaker.idx index 1bb1a9bcb1..f659c044c1 100644 --- a/resources/profiles/Ultimaker.idx +++ b/resources/profiles/Ultimaker.idx @@ -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 diff --git a/resources/profiles/Ultimaker.ini b/resources/profiles/Ultimaker.ini index 56d62ee25e..4e36518415 100644 --- a/resources/profiles/Ultimaker.ini +++ b/resources/profiles/Ultimaker.ini @@ -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*]