mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 00:45:55 +08:00
Ultimaker 2.0.1 fix condition
This commit is contained in:
parent
44191c8831
commit
064076fb23
@ -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
|
||||
|
@ -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*]
|
||||
|
Loading…
x
Reference in New Issue
Block a user