Fix and rework Ultimaker profiles (#15383)

* Rework Ultimaker profiles

The Ultimaker profiles where not usable by default

* Fixes

* couple small fixes

* Rework Ultimaker profiles

The Ultimaker profiles where not usable by default

* Fixes

* couple small fixes

* Fixes

* fix errors

---------

Co-authored-by: yw4z <ywsyildiz@gmail.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Chris
2026-09-22 20:50:12 +08:00
committed by GitHub
co-authored by yw4z SoftFever
parent 346b44b24a
commit 592a5ba777
62 changed files with 1190 additions and 627 deletions
+205 -8
View File
@@ -1,7 +1,7 @@
{
"name": "UltiMaker",
"url": "",
"version": "02.04.00.03",
"version": "02.04.00.04",
"force_update": "0",
"description": "UltiMaker configurations",
"machine_model_list": [
@@ -9,6 +9,14 @@
"name": "UltiMaker 2",
"sub_path": "machine/UltiMaker 2.json"
},
{
"name": "UltiMaker 2 extended+",
"sub_path": "machine/UltiMaker 2 extended+.json"
},
{
"name": "UltiMaker 2+",
"sub_path": "machine/UltiMaker 2+.json"
},
{
"name": "UltiMaker S5",
"sub_path": "machine/UltiMaker S5.json"
@@ -20,27 +28,184 @@
"sub_path": "process/fdm_process_common.json"
},
{
"name": "0.12mm Fine @UltiMaker 2",
"sub_path": "process/0.12mm Fine @UltiMaker 2.json"
"name": "0.10mm Fine @UltiMaker 2",
"sub_path": "process/0.10mm Fine @UltiMaker 2.json"
},
{
"name": "0.18mm Standard @UltiMaker 2",
"sub_path": "process/0.18mm Standard @UltiMaker 2.json"
"name": "0.15mm Standard @UltiMaker 2",
"sub_path": "process/0.15mm Standard @UltiMaker 2.json"
},
{
"name": "0.15mm Standard @UltiMaker 2 0.6 nozzle",
"sub_path": "process/0.15mm Standard @UltiMaker 2 0.6 nozzle.json"
},
{
"name": "0.18mm Standard @UltiMaker S5",
"sub_path": "process/0.18mm Standard @UltiMaker S5.json"
},
{
"name": "0.25mm Draft @UltiMaker 2",
"sub_path": "process/0.25mm Darft @UltiMaker 2.json"
"name": "0.20mm Draft @UltiMaker 2",
"sub_path": "process/0.20mm Draft @UltiMaker 2.json"
},
{
"name": "0.20mm Standard @UltiMaker 2 0.8 nozzle",
"sub_path": "process/0.20mm Standard @UltiMaker 2 0.8 nozzle.json"
},
{
"name": "0.10mm Fine @UltiMaker 2+",
"sub_path": "process/0.10mm Fine @UltiMaker 2+.json"
},
{
"name": "0.15mm Standard @UltiMaker 2+",
"sub_path": "process/0.15mm Standard @UltiMaker 2+.json"
},
{
"name": "0.15mm Standard @UltiMaker 2+ 0.6 nozzle",
"sub_path": "process/0.15mm Standard @UltiMaker 2+ 0.6 nozzle.json"
},
{
"name": "0.2mm Fast @UltiMaker S5",
"sub_path": "process/0.2mm Fast @UltiMaker S5.json"
},
{
"name": "0.20mm Draft @UltiMaker 2+",
"sub_path": "process/0.20mm Draft @UltiMaker 2+.json"
},
{
"name": "0.20mm Standard @UltiMaker 2+ 0.8 nozzle",
"sub_path": "process/0.20mm Standard @UltiMaker 2+ 0.8 nozzle.json"
},
{
"name": "0.10mm Fine @UltiMaker 2 extended+",
"sub_path": "process/0.10mm Fine @UltiMaker 2 extended+.json"
},
{
"name": "0.15mm Standard @UltiMaker 2 extended+",
"sub_path": "process/0.15mm Standard @UltiMaker 2 extended+.json"
},
{
"name": "0.15mm Standard @UltiMaker 2 extended+ 0.6 nozzle",
"sub_path": "process/0.15mm Standard @UltiMaker 2 extended+ 0.6 nozzle.json"
},
{
"name": "0.20mm Draft @UltiMaker 2 extended+",
"sub_path": "process/0.20mm Draft @UltiMaker 2 extended+.json"
},
{
"name": "0.20mm Standard @UltiMaker 2 extended+ 0.8 nozzle",
"sub_path": "process/0.20mm Standard @UltiMaker 2 extended+ 0.8 nozzle.json"
}
],
"filament_list": [
{
"name": "Generic ABS @UltiMaker 2 0.4 nozzle",
"sub_path": "filament/Generic ABS @UltiMaker 2 0.4 nozzle.json"
},
{
"name": "Generic PETG @UltiMaker 2 0.4 nozzle",
"sub_path": "filament/Generic PETG @UltiMaker 2 0.4 nozzle.json"
},
{
"name": "Generic PLA @UltiMaker 2 0.4 nozzle",
"sub_path": "filament/Generic PLA @UltiMaker 2 0.4 nozzle.json"
},
{
"name": "Generic ABS @UltiMaker 2 0.6 nozzle",
"sub_path": "filament/Generic ABS @UltiMaker 2 0.6 nozzle.json"
},
{
"name": "Generic ABS @UltiMaker 2 0.8 nozzle",
"sub_path": "filament/Generic ABS @UltiMaker 2 0.8 nozzle.json"
},
{
"name": "Generic ABS @UltiMaker 2+ 0.4 nozzle",
"sub_path": "filament/Generic ABS @UltiMaker 2+ 0.4 nozzle.json"
},
{
"name": "Generic PETG @UltiMaker 2 0.6 nozzle",
"sub_path": "filament/Generic PETG @UltiMaker 2 0.6 nozzle.json"
},
{
"name": "Generic PETG @UltiMaker 2 0.8 nozzle",
"sub_path": "filament/Generic PETG @UltiMaker 2 0.8 nozzle.json"
},
{
"name": "Generic PETG @UltiMaker 2+ 0.4 nozzle",
"sub_path": "filament/Generic PETG @UltiMaker 2+ 0.4 nozzle.json"
},
{
"name": "Generic PLA @UltiMaker 2 0.6 nozzle",
"sub_path": "filament/Generic PLA @UltiMaker 2 0.6 nozzle.json"
},
{
"name": "Generic PLA @UltiMaker 2 0.8 nozzle",
"sub_path": "filament/Generic PLA @UltiMaker 2 0.8 nozzle.json"
},
{
"name": "Generic PLA @UltiMaker 2+ 0.4 nozzle",
"sub_path": "filament/Generic PLA @UltiMaker 2+ 0.4 nozzle.json"
},
{
"name": "Generic ABS @UltiMaker 2+ 0.6 nozzle",
"sub_path": "filament/Generic ABS @UltiMaker 2+ 0.6 nozzle.json"
},
{
"name": "Generic ABS @UltiMaker 2+ 0.8 nozzle",
"sub_path": "filament/Generic ABS @UltiMaker 2+ 0.8 nozzle.json"
},
{
"name": "Generic ABS @UltiMaker 2 extended+ 0.4 nozzle",
"sub_path": "filament/Generic ABS @UltiMaker 2 extended+ 0.4 nozzle.json"
},
{
"name": "Generic PETG @UltiMaker 2+ 0.6 nozzle",
"sub_path": "filament/Generic PETG @UltiMaker 2+ 0.6 nozzle.json"
},
{
"name": "Generic PETG @UltiMaker 2+ 0.8 nozzle",
"sub_path": "filament/Generic PETG @UltiMaker 2+ 0.8 nozzle.json"
},
{
"name": "Generic PETG @UltiMaker 2 extended+ 0.4 nozzle",
"sub_path": "filament/Generic PETG @UltiMaker 2 extended+ 0.4 nozzle.json"
},
{
"name": "Generic PLA @UltiMaker 2+ 0.6 nozzle",
"sub_path": "filament/Generic PLA @UltiMaker 2+ 0.6 nozzle.json"
},
{
"name": "Generic PLA @UltiMaker 2+ 0.8 nozzle",
"sub_path": "filament/Generic PLA @UltiMaker 2+ 0.8 nozzle.json"
},
{
"name": "Generic PLA @UltiMaker 2 extended+ 0.4 nozzle",
"sub_path": "filament/Generic PLA @UltiMaker 2 extended+ 0.4 nozzle.json"
},
{
"name": "Generic ABS @UltiMaker 2 extended+ 0.6 nozzle",
"sub_path": "filament/Generic ABS @UltiMaker 2 extended+ 0.6 nozzle.json"
},
{
"name": "Generic ABS @UltiMaker 2 extended+ 0.8 nozzle",
"sub_path": "filament/Generic ABS @UltiMaker 2 extended+ 0.8 nozzle.json"
},
{
"name": "Generic PETG @UltiMaker 2 extended+ 0.6 nozzle",
"sub_path": "filament/Generic PETG @UltiMaker 2 extended+ 0.6 nozzle.json"
},
{
"name": "Generic PETG @UltiMaker 2 extended+ 0.8 nozzle",
"sub_path": "filament/Generic PETG @UltiMaker 2 extended+ 0.8 nozzle.json"
},
{
"name": "Generic PLA @UltiMaker 2 extended+ 0.6 nozzle",
"sub_path": "filament/Generic PLA @UltiMaker 2 extended+ 0.6 nozzle.json"
},
{
"name": "Generic PLA @UltiMaker 2 extended+ 0.8 nozzle",
"sub_path": "filament/Generic PLA @UltiMaker 2 extended+ 0.8 nozzle.json"
}
],
"filament_list": [],
"machine_list": [
{
"name": "fdm_machine_common",
@@ -54,9 +219,41 @@
"name": "UltiMaker S5 0.4 nozzle",
"sub_path": "machine/UltiMaker S5 0.4 nozzle.json"
},
{
"name": "UltiMaker 2 0.6 nozzle",
"sub_path": "machine/UltiMaker 2 0.6 nozzle.json"
},
{
"name": "UltiMaker 2 0.8 nozzle",
"sub_path": "machine/UltiMaker 2 0.8 nozzle.json"
},
{
"name": "UltiMaker 2+ 0.4 nozzle",
"sub_path": "machine/UltiMaker 2+ 0.4 nozzle.json"
},
{
"name": "UltiMaker S5 0.4 nozzle - Single Extruder",
"sub_path": "machine/UltiMaker S5 0.4 nozzle Single Extruder.json"
},
{
"name": "UltiMaker 2+ 0.6 nozzle",
"sub_path": "machine/UltiMaker 2+ 0.6 nozzle.json"
},
{
"name": "UltiMaker 2+ 0.8 nozzle",
"sub_path": "machine/UltiMaker 2+ 0.8 nozzle.json"
},
{
"name": "UltiMaker 2 extended+ 0.4 nozzle",
"sub_path": "machine/UltiMaker 2 extended+ 0.4 nozzle.json"
},
{
"name": "UltiMaker 2 extended+ 0.6 nozzle",
"sub_path": "machine/UltiMaker 2 extended+ 0.6 nozzle.json"
},
{
"name": "UltiMaker 2 extended+ 0.8 nozzle",
"sub_path": "machine/UltiMaker 2 extended+ 0.8 nozzle.json"
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@@ -0,0 +1,42 @@
{
"type": "filament",
"name": "Generic ABS @UltiMaker 2 0.4 nozzle",
"inherits": "Generic ABS @System",
"from": "system",
"setting_id": "z65YPRPvIareA5TJ",
"filament_id": "OFY9muEs",
"instantiation": "true",
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"6"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"fan_max_speed": [
"50"
],
"overhang_fan_speed": [
"50"
],
"fan_cooling_layer_time": [
"15"
],
"reduce_fan_stop_start_freq": [
"0"
],
"filament_flow_ratio": [
"1"
],
"compatible_printers": [
"UltiMaker 2 0.4 nozzle"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Generic ABS @UltiMaker 2 0.6 nozzle",
"inherits": "Generic ABS @UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "eo9lcJAw8yrGBWr8",
"filament_id": "OFY9muEs",
"instantiation": "true",
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"6"
],
"compatible_printers": [
"UltiMaker 2 0.6 nozzle"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Generic ABS @UltiMaker 2 0.8 nozzle",
"inherits": "Generic ABS @UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "1VE4ie9s2gYKUx7r",
"filament_id": "OFY9muEs",
"instantiation": "true",
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"6"
],
"compatible_printers": [
"UltiMaker 2 0.8 nozzle"
]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Generic ABS @UltiMaker 2 extended+ 0.4 nozzle",
"inherits": "Generic ABS @UltiMaker 2+ 0.4 nozzle",
"from": "system",
"setting_id": "tVIm7URv58VeDdQw",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.4 nozzle"]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Generic ABS @UltiMaker 2 extended+ 0.6 nozzle",
"inherits": "Generic ABS @UltiMaker 2+ 0.6 nozzle",
"from": "system",
"setting_id": "YtLYCadAif8luymA",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.6 nozzle"]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Generic ABS @UltiMaker 2 extended+ 0.8 nozzle",
"inherits": "Generic ABS @UltiMaker 2+ 0.8 nozzle",
"from": "system",
"setting_id": "VgBNyDQx42vL1rLK",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.8 nozzle"]
}
@@ -0,0 +1,11 @@
{
"type": "filament",
"name": "Generic ABS @UltiMaker 2+ 0.4 nozzle",
"inherits": "Generic ABS @UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "x2noNNHwbDanbr82",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.4 nozzle"
]
}
@@ -0,0 +1,11 @@
{
"type": "filament",
"name": "Generic ABS @UltiMaker 2+ 0.6 nozzle",
"inherits": "Generic ABS @UltiMaker 2 0.6 nozzle",
"from": "system",
"setting_id": "ZSQbLmnKDtdZQN0H",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.6 nozzle"
]
}
@@ -0,0 +1,11 @@
{
"type": "filament",
"name": "Generic ABS @UltiMaker 2+ 0.8 nozzle",
"inherits": "Generic ABS @UltiMaker 2 0.8 nozzle",
"from": "system",
"setting_id": "DHWugcEJWHQQ6EZH",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.8 nozzle"
]
}
@@ -0,0 +1,33 @@
{
"type": "filament",
"name": "Generic PETG @UltiMaker 2 0.4 nozzle",
"inherits": "Generic PETG @System",
"from": "system",
"setting_id": "WR3y0y8gmWH40llb",
"filament_id": "OFYPdQJh",
"instantiation": "true",
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"6"
],
"hot_plate_temp": [
"85"
],
"hot_plate_temp_initial_layer": [
"85"
],
"nozzle_temperature": [
"240"
],
"nozzle_temperature_initial_layer": [
"240"
],
"reduce_fan_stop_start_freq": [
"0"
],
"compatible_printers": [
"UltiMaker 2 0.4 nozzle"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Generic PETG @UltiMaker 2 0.6 nozzle",
"inherits": "Generic PETG @UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "koLquuN6eQo8Zn5V",
"filament_id": "OFYPdQJh",
"instantiation": "true",
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"6"
],
"compatible_printers": [
"UltiMaker 2 0.6 nozzle"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Generic PETG @UltiMaker 2 0.8 nozzle",
"inherits": "Generic PETG @UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "ZtVG7edcUktSNI0P",
"filament_id": "OFYPdQJh",
"instantiation": "true",
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"6"
],
"compatible_printers": [
"UltiMaker 2 0.8 nozzle"
]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Generic PETG @UltiMaker 2 extended+ 0.4 nozzle",
"inherits": "Generic PETG @UltiMaker 2+ 0.4 nozzle",
"from": "system",
"setting_id": "yk4J40ItJ5NRDjMp",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.4 nozzle"]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Generic PETG @UltiMaker 2 extended+ 0.6 nozzle",
"inherits": "Generic PETG @UltiMaker 2+ 0.6 nozzle",
"from": "system",
"setting_id": "WLi5JuZM7vsLgW16",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.6 nozzle"]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Generic PETG @UltiMaker 2 extended+ 0.8 nozzle",
"inherits": "Generic PETG @UltiMaker 2+ 0.8 nozzle",
"from": "system",
"setting_id": "SKoqZdKJH3MyHy7n",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.8 nozzle"]
}
@@ -0,0 +1,11 @@
{
"type": "filament",
"name": "Generic PETG @UltiMaker 2+ 0.4 nozzle",
"inherits": "Generic PETG @UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "JbOqQrFc6Jv7rZrn",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.4 nozzle"
]
}
@@ -0,0 +1,11 @@
{
"type": "filament",
"name": "Generic PETG @UltiMaker 2+ 0.6 nozzle",
"inherits": "Generic PETG @UltiMaker 2 0.6 nozzle",
"from": "system",
"setting_id": "jFSKG5pAy9bhdQvN",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.6 nozzle"
]
}
@@ -0,0 +1,11 @@
{
"type": "filament",
"name": "Generic PETG @UltiMaker 2+ 0.8 nozzle",
"inherits": "Generic PETG @UltiMaker 2 0.8 nozzle",
"from": "system",
"setting_id": "Es1GCPcmcxB7vZj9",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.8 nozzle"
]
}
@@ -0,0 +1,30 @@
{
"type": "filament",
"name": "Generic PLA @UltiMaker 2 0.4 nozzle",
"inherits": "Generic PLA @System",
"from": "system",
"setting_id": "3i42yTge4Nm6R2Yo",
"filament_id": "OFDSrzZ8",
"instantiation": "true",
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"8"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"200"
],
"nozzle_temperature_initial_layer": [
"200"
],
"compatible_printers": [
"UltiMaker 2 0.4 nozzle"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Generic PLA @UltiMaker 2 0.6 nozzle",
"inherits": "Generic PLA @UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "yvWYFuY9SPIwwSVG",
"filament_id": "OFDSrzZ8",
"instantiation": "true",
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"8"
],
"compatible_printers": [
"UltiMaker 2 0.6 nozzle"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Generic PLA @UltiMaker 2 0.8 nozzle",
"inherits": "Generic PLA @UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "4yvMTmMYkCvggt0f",
"filament_id": "OFDSrzZ8",
"instantiation": "true",
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"8"
],
"compatible_printers": [
"UltiMaker 2 0.8 nozzle"
]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Generic PLA @UltiMaker 2 extended+ 0.4 nozzle",
"inherits": "Generic PLA @UltiMaker 2+ 0.4 nozzle",
"from": "system",
"setting_id": "O8jPrL7F3lEkG6qw",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.4 nozzle"]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Generic PLA @UltiMaker 2 extended+ 0.6 nozzle",
"inherits": "Generic PLA @UltiMaker 2+ 0.6 nozzle",
"from": "system",
"setting_id": "6dXfh6ORD4bBIj4K",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.6 nozzle"]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Generic PLA @UltiMaker 2 extended+ 0.8 nozzle",
"inherits": "Generic PLA @UltiMaker 2+ 0.8 nozzle",
"from": "system",
"setting_id": "25cn8lVM0gKyKMJJ",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.8 nozzle"]
}
@@ -0,0 +1,11 @@
{
"type": "filament",
"name": "Generic PLA @UltiMaker 2+ 0.4 nozzle",
"inherits": "Generic PLA @UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "lwzg1neqQdELxzHx",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.4 nozzle"
]
}
@@ -0,0 +1,11 @@
{
"type": "filament",
"name": "Generic PLA @UltiMaker 2+ 0.6 nozzle",
"inherits": "Generic PLA @UltiMaker 2 0.6 nozzle",
"from": "system",
"setting_id": "bouWalAyezeLuqzh",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.6 nozzle"
]
}
@@ -0,0 +1,11 @@
{
"type": "filament",
"name": "Generic PLA @UltiMaker 2+ 0.8 nozzle",
"inherits": "Generic PLA @UltiMaker 2 0.8 nozzle",
"from": "system",
"setting_id": "Z5vNrOdmFhuVIGpL",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.8 nozzle"
]
}
@@ -1,119 +1,30 @@
{
"type": "machine",
"name": "UltiMaker 2 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "Jl8sUeuACVyrnrst",
"instantiation": "true",
"printer_model": "UltiMaker 2",
"default_print_profile": "0.18mm Standard @UltiMaker 2",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"224x0",
"224x225",
"0x225"
],
"printable_height": "212",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"1500",
"1500"
],
"machine_max_acceleration_retracting": [
"1500",
"1500"
],
"machine_max_acceleration_travel": [
"3000",
"3000"
],
"machine_max_acceleration_x": [
"3000",
"3000"
],
"machine_max_acceleration_y": [
"3000",
"3000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"20",
"20"
],
"machine_max_jerk_y": [
"20",
"20"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"machine_max_junction_deviation": [
"0.013",
"0"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Qidi",
"retraction_minimum_travel": [
"5"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"4.5"
],
"retract_length_toolchange": [
"10"
],
"retraction_speed": [
"35"
],
"deretraction_speed": [
"0"
],
"wipe_distance": [
"0.2"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "M0",
"default_filament_profile": [
"Generic PLA @System"
],
"machine_start_gcode": "; # # # # # # START Header\nG21; metric values\nG90; absolute positioning\nM82 ; set extruder to absolute mode\nM107; start with the fan off\n\nM140 S[bed_temperature_initial_layer_single]; start bed heating\n\nG28 X0 Y0 Z0; move X/Y/Z to endstops\nG1 X1 Y6 F15000; move X/Y to start position\nG1 Z35 F9000; move Z to start position\n\n; Wait for bed and nozzle temperatures\nM190 S{hot_plate_temp_initial_layer[0] - 5}; wait for bed temperature - 5\nM140 S[bed_temperature_initial_layer_single]; continue bed heating\nM109 S[nozzle_temperature_initial_layer]; wait for nozzle temperature\n\n; Purge and prime\nM83; set extruder to relative mode\nG92 E0; reset extrusion distance\nG0 X0 Y1 F10000\nG1 F150 E20 ; compress the bowden tube\nG1 E-8 F1200\nG0 X30 Y1 F5000\nG0 F1200 Z{initial_layer_print_height/2}; Cut the connection to priming blob\nG0 X100 F10000; disconnect with the prime blob\nG0 X50; Avoid the metal clip holding the Ultimaker glass plate\nG0 Z0.2 F720\nG1 E8 F1200\nG1 X80 E3 F1000; intro line 1\nG1 X110 E4 F1000 ; intro line 2\nG1 X140 F600; drag filament to decompress bowden tube\nG1 X100 F3200; wipe backwards a bit\nG1 X150 F3200; back to where there is no plastic: avoid dragging\nG92 E0; reset extruder reference\nM82; set extruder to absolute mode\n\n; # # # # # # END Header",
"machine_end_gcode": "; # # # # # # START Footer\nG91; relative coordinates\n;G1 E-1 F1200; retract the filament\nG1 Z+15 X-10 Y-10 E-7 F6000; move Z a bit\n; G1 X-10 Y-10 F6000; move XY a bit\nG1 E-5.5 F300; retract the filament\nG28 X0 Y0; move X/Y to min endstops, so the head is out of the way\nM104 S0; extruder heater off\nM140 S0; heated bed heater off (if you have it)\nM84; disable motors\n; # # # # # # END Footer\n",
"scan_first_layer": "0"
"type": "machine",
"name": "UltiMaker 2 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "Jl8sUeuACVyrnrst",
"instantiation": "true",
"printer_model": "UltiMaker 2",
"default_print_profile": "0.15mm Standard @UltiMaker 2",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"223x0",
"223x223",
"0x223"
],
"printable_height": "205",
"nozzle_type": "undefine",
"default_filament_profile": [
"Generic PLA @UltiMaker 2 0.4 nozzle"
],
"scan_first_layer": "0",
"printer_variant": "0.4",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140"
}
@@ -0,0 +1,23 @@
{
"type": "machine",
"name": "UltiMaker 2 0.6 nozzle",
"inherits": "UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "p3SYqB6dpxEMo1pb",
"instantiation": "true",
"printer_model": "UltiMaker 2",
"default_print_profile": "0.15mm Standard @UltiMaker 2 0.6 nozzle",
"nozzle_diameter": [
"0.6"
],
"max_layer_height": [
"0.45"
],
"min_layer_height": [
"0.12"
],
"default_filament_profile": [
"Generic PLA @UltiMaker 2 0.6 nozzle"
],
"printer_variant": "0.6"
}
@@ -0,0 +1,23 @@
{
"type": "machine",
"name": "UltiMaker 2 0.8 nozzle",
"inherits": "UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "ratwIj4y2pWpLaWJ",
"instantiation": "true",
"printer_model": "UltiMaker 2",
"default_print_profile": "0.20mm Standard @UltiMaker 2 0.8 nozzle",
"nozzle_diameter": [
"0.8"
],
"max_layer_height": [
"0.6"
],
"min_layer_height": [
"0.16"
],
"default_filament_profile": [
"Generic PLA @UltiMaker 2 0.8 nozzle"
],
"printer_variant": "0.8"
}
@@ -0,0 +1,13 @@
{
"type": "machine",
"name": "UltiMaker 2 extended+ 0.4 nozzle",
"inherits": "UltiMaker 2+ 0.4 nozzle",
"from": "system",
"setting_id": "ENBg9JsL2eTECvzU",
"instantiation": "true",
"printer_model": "UltiMaker 2 extended+",
"printable_height": "305",
"default_print_profile": "0.15mm Standard @UltiMaker 2 extended+",
"default_filament_profile": ["Generic PLA @UltiMaker 2 extended+ 0.4 nozzle"],
"printer_variant": "0.4"
}
@@ -0,0 +1,13 @@
{
"type": "machine",
"name": "UltiMaker 2 extended+ 0.6 nozzle",
"inherits": "UltiMaker 2+ 0.6 nozzle",
"from": "system",
"setting_id": "qwIYJqwmxmiBX1ow",
"instantiation": "true",
"printer_model": "UltiMaker 2 extended+",
"printable_height": "305",
"default_print_profile": "0.15mm Standard @UltiMaker 2 extended+ 0.6 nozzle",
"default_filament_profile": ["Generic PLA @UltiMaker 2 extended+ 0.6 nozzle"],
"printer_variant": "0.6"
}
@@ -0,0 +1,13 @@
{
"type": "machine",
"name": "UltiMaker 2 extended+ 0.8 nozzle",
"inherits": "UltiMaker 2+ 0.8 nozzle",
"from": "system",
"setting_id": "MNYwZSVqB1rrYo2g",
"instantiation": "true",
"printer_model": "UltiMaker 2 extended+",
"printable_height": "305",
"default_print_profile": "0.20mm Standard @UltiMaker 2 extended+ 0.8 nozzle",
"default_filament_profile": ["Generic PLA @UltiMaker 2 extended+ 0.8 nozzle"],
"printer_variant": "0.8"
}
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "UltiMaker 2 extended+",
"model_id": "UltiMaker-2-extended-plus",
"nozzle_diameter": "0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "UltiMaker",
"bed_model": "ultimaker_2_buildplate_model.stl",
"bed_texture": "ultimaker_2_buildplate_texture.png",
"hotend_model": "ultimaker_hotend.stl",
"default_materials": "Generic ABS @UltiMaker 2 extended+ 0.4 nozzle;Generic PETG @UltiMaker 2 extended+ 0.4 nozzle;Generic PLA @UltiMaker 2 extended+ 0.4 nozzle;Generic ABS @UltiMaker 2 extended+ 0.6 nozzle;Generic PETG @UltiMaker 2 extended+ 0.6 nozzle;Generic PLA @UltiMaker 2 extended+ 0.6 nozzle;Generic ABS @UltiMaker 2 extended+ 0.8 nozzle;Generic PETG @UltiMaker 2 extended+ 0.8 nozzle;Generic PLA @UltiMaker 2 extended+ 0.8 nozzle"
}
@@ -0,0 +1,14 @@
{
"type": "machine",
"name": "UltiMaker 2+ 0.4 nozzle",
"inherits": "UltiMaker 2 0.4 nozzle",
"from": "system",
"setting_id": "onhBJPgqLsVGTqir",
"instantiation": "true",
"printer_model": "UltiMaker 2+",
"default_print_profile": "0.15mm Standard @UltiMaker 2+",
"default_filament_profile": [
"Generic PLA @UltiMaker 2+ 0.4 nozzle"
],
"printer_variant": "0.4"
}
@@ -0,0 +1,14 @@
{
"type": "machine",
"name": "UltiMaker 2+ 0.6 nozzle",
"inherits": "UltiMaker 2 0.6 nozzle",
"from": "system",
"setting_id": "5leVdHeUMDFDmNq3",
"instantiation": "true",
"printer_model": "UltiMaker 2+",
"default_print_profile": "0.15mm Standard @UltiMaker 2+ 0.6 nozzle",
"default_filament_profile": [
"Generic PLA @UltiMaker 2+ 0.6 nozzle"
],
"printer_variant": "0.6"
}
@@ -0,0 +1,14 @@
{
"type": "machine",
"name": "UltiMaker 2+ 0.8 nozzle",
"inherits": "UltiMaker 2 0.8 nozzle",
"from": "system",
"setting_id": "1KcSsT7oyjqv2yei",
"instantiation": "true",
"printer_model": "UltiMaker 2+",
"default_print_profile": "0.20mm Standard @UltiMaker 2+ 0.8 nozzle",
"default_filament_profile": [
"Generic PLA @UltiMaker 2+ 0.8 nozzle"
],
"printer_variant": "0.8"
}
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "UltiMaker 2+",
"model_id": "UltiMaker-2-plus",
"nozzle_diameter": "0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "UltiMaker",
"bed_model": "ultimaker_2_buildplate_model.stl",
"bed_texture": "ultimaker_2_buildplate_texture.png",
"hotend_model": "ultimaker_hotend.stl",
"default_materials": "Generic ABS @UltiMaker 2+ 0.4 nozzle;Generic PETG @UltiMaker 2+ 0.4 nozzle;Generic PLA @UltiMaker 2+ 0.4 nozzle;Generic ABS @UltiMaker 2+ 0.6 nozzle;Generic PETG @UltiMaker 2+ 0.6 nozzle;Generic PLA @UltiMaker 2+ 0.6 nozzle;Generic ABS @UltiMaker 2+ 0.8 nozzle;Generic PETG @UltiMaker 2+ 0.8 nozzle;Generic PLA @UltiMaker 2+ 0.8 nozzle"
}
@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "UltiMaker 2",
"model_id": "UltiMaker-2",
"nozzle_diameter": "0.4",
"name": "UltiMaker 2",
"model_id": "UltiMaker-2",
"nozzle_diameter": "0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "UltiMaker",
"bed_model": "ultimaker_2_buildplate_model.stl",
"bed_texture": "ultimaker_2_buildplate_texture.png",
"hotend_model": "ultimaker_hotend.stl",
"default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System"
"default_materials": "Generic ABS @UltiMaker 2 0.4 nozzle;Generic PETG @UltiMaker 2 0.4 nozzle;Generic PLA @UltiMaker 2 0.4 nozzle;Generic ABS @UltiMaker 2 0.6 nozzle;Generic PETG @UltiMaker 2 0.6 nozzle;Generic PLA @UltiMaker 2 0.6 nozzle;Generic ABS @UltiMaker 2 0.8 nozzle;Generic PETG @UltiMaker 2 0.8 nozzle;Generic PLA @UltiMaker 2 0.8 nozzle"
}
@@ -1,117 +1,135 @@
{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_technology": "FFF",
"deretraction_speed": [
"40"
],
"extruder_colour": [
"#FCE94F"
],
"extruder_offset": [
"0x0"
],
"gcode_flavor": "marlin",
"machine_max_acceleration_e": [
"10000"
],
"machine_max_acceleration_extruding": [
"1500"
],
"machine_max_acceleration_retracting": [
"1500"
],
"machine_max_acceleration_x": [
"3000"
],
"machine_max_acceleration_y": [
"3000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_speed_e": [
"120"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"12"
],
"machine_max_jerk_e": [
"2.5"
],
"machine_max_jerk_x": [
"20"
],
"machine_max_jerk_y": [
"20"
],
"machine_max_jerk_z": [
"0.4"
],
"machine_min_extruding_rate": [
"0"
],
"machine_min_travel_rate": [
"0"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.07"
],
"printable_height": "212",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"nozzle_diameter": [
"0.4"
],
"printer_settings_id": "",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"0%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"6"
],
"retract_length_toolchange": [
"10"
],
"z_hop": [
"0"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"50"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"wipe": [
"1"
],
"default_print_profile": "",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_start_gcode": "",
"machine_end_gcode": "",
"thumbnails": ""
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_technology": "FFF",
"deretraction_speed": [
"40"
],
"extruder_colour": [
"#FCE94F"
],
"extruder_offset": [
"0x0"
],
"gcode_flavor": "marlin",
"auxiliary_fan": "0",
"machine_max_acceleration_travel": [
"3000",
"3000"
],
"machine_max_junction_deviation": [
"0.013",
"0"
],
"machine_max_acceleration_e": [
"5000"
],
"machine_max_acceleration_extruding": [
"1500",
"1500"
],
"machine_max_acceleration_retracting": [
"1500",
"1500"
],
"machine_max_acceleration_x": [
"3000",
"3000"
],
"machine_max_acceleration_y": [
"3000",
"3000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"100",
"100"
],
"machine_max_speed_x": [
"300",
"300"
],
"machine_max_speed_y": [
"300",
"300"
],
"machine_max_speed_z": [
"40",
"40"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"20",
"20"
],
"machine_max_jerk_y": [
"20",
"20"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"machine_min_extruding_rate": [
"0"
],
"machine_min_travel_rate": [
"0"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"0%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"6"
],
"retract_length_toolchange": [
"25"
],
"z_hop": [
"0"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"50"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"wipe": [
"1"
],
"wipe_distance": [
"0.2"
],
"machine_pause_gcode": "M0",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_start_gcode": "; # # # # # # START Header\nG21; metric values\nG90; absolute positioning\nM82 ; set extruder to absolute mode\nM107; start with the fan off\n\nM140 S[bed_temperature_initial_layer_single]; start bed heating\n\nG28 X0 Y0 Z0; move X/Y/Z to endstops\nG1 X1 Y6 F15000; move X/Y to start position\nG1 Z35 F9000; move Z to start position\n\n; Wait for bed and nozzle temperatures\nM190 S{hot_plate_temp_initial_layer[0] - 5}; wait for bed temperature - 5\nM140 S[bed_temperature_initial_layer_single]; continue bed heating\nM109 S[nozzle_temperature_initial_layer]; wait for nozzle temperature\n\n; Purge and prime\nM83; set extruder to relative mode\nG92 E0; reset extrusion distance\nG0 X0 Y1 F10000\nG1 F150 E20 ; compress the bowden tube\nG1 E-8 F1200\nG0 X30 Y1 F5000\nG0 F1200 Z{initial_layer_print_height/2}; Cut the connection to priming blob\nG0 X100 F10000; disconnect with the prime blob\nG0 X50; Avoid the metal clip holding the Ultimaker glass plate\nG0 Z0.2 F720\nG1 E8 F1200\nG1 X80 E3 F1000; intro line 1\nG1 X110 E4 F1000 ; intro line 2\nG1 X140 F600; drag filament to decompress bowden tube\nG1 X100 F3200; wipe backwards a bit\nG1 X150 F3200; back to where there is no plastic: avoid dragging\nG92 E0; reset extruder reference\nM82; set extruder to absolute mode\n\n; # # # # # # END Header",
"machine_end_gcode": "; # # # # # # START Footer\nG91; relative coordinates\n;G1 E-1 F1200; retract the filament\nG1 Z+15 X-10 Y-10 E-7 F6000; move Z a bit\n; G1 X-10 Y-10 F6000; move XY a bit\nG1 E-5.5 F300; retract the filament\nG28 X0 Y0; move X/Y to min endstops, so the head is out of the way\nM104 S0; extruder heater off\nM140 S0; heated bed heater off (if you have it)\nM84; disable motors\n; # # # # # # END Footer\n",
"thumbnails": ""
}
@@ -0,0 +1,9 @@
{
"type": "process",
"name": "0.10mm Fine @UltiMaker 2 extended+",
"inherits": "0.10mm Fine @UltiMaker 2+",
"from": "system",
"setting_id": "unx8qKjXQzjX8IL1",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.4 nozzle"]
}
@@ -0,0 +1,11 @@
{
"type": "process",
"name": "0.10mm Fine @UltiMaker 2+",
"inherits": "0.10mm Fine @UltiMaker 2",
"from": "system",
"setting_id": "NunkyT8BK1PXysFl",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.4 nozzle"
]
}
@@ -0,0 +1,41 @@
{
"type": "process",
"name": "0.10mm Fine @UltiMaker 2",
"renamed_from": "0.12mm Fine @UltiMaker 2",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "S211pmrcTyysKIZ4",
"instantiation": "true",
"layer_height": "0.10",
"initial_layer_infill_speed": [
"45"
],
"inner_wall_speed": [
"30"
],
"internal_solid_infill_speed": [
"45"
],
"outer_wall_speed": [
"20"
],
"small_perimeter_speed": [
"20"
],
"sparse_infill_speed": [
"45"
],
"support_interface_speed": [
"50"
],
"support_speed": [
"50"
],
"top_surface_speed": [
"20"
],
"compatible_printers": [
"UltiMaker 2 0.4 nozzle"
]
}
@@ -1,107 +0,0 @@
{
"type": "process",
"name": "0.12mm Fine @UltiMaker 2",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "4iVomDxutraufw6B",
"instantiation": "true",
"reduce_crossing_wall": "0",
"layer_height": "0.12",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "crosshatch",
"initial_layer_acceleration": "500",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.3",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "3",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "60",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.4",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "200",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "250",
"top_surface_speed": "200",
"gap_infill_speed": "250",
"sparse_infill_speed": "270",
"travel_speed": "150",
"enable_prime_tower": "1",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"UltiMaker 2 0.4 nozzle"
]
}
@@ -0,0 +1,18 @@
{
"type": "process",
"name": "0.15mm Standard @UltiMaker 2 0.6 nozzle",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "MDKnppk0uwm6HnKz",
"instantiation": "true",
"layer_height": "0.15",
"initial_layer_line_width": "0.6",
"inner_wall_line_width": "0.6",
"internal_solid_infill_line_width": "0.6",
"line_width": "0.6",
"outer_wall_line_width": "0.6",
"sparse_infill_line_width": "0.6",
"support_line_width": "0.55",
"top_surface_line_width": "0.6",
"compatible_printers": ["UltiMaker 2 0.6 nozzle"]
}
@@ -0,0 +1,9 @@
{
"type": "process",
"name": "0.15mm Standard @UltiMaker 2 extended+ 0.6 nozzle",
"inherits": "0.15mm Standard @UltiMaker 2+ 0.6 nozzle",
"from": "system",
"setting_id": "ODmg35VjyLPysmRm",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.6 nozzle"]
}
@@ -0,0 +1,9 @@
{
"type": "process",
"name": "0.15mm Standard @UltiMaker 2 extended+",
"inherits": "0.15mm Standard @UltiMaker 2+",
"from": "system",
"setting_id": "hThxh6XoFAmcRMeW",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.4 nozzle"]
}
@@ -0,0 +1,11 @@
{
"type": "process",
"name": "0.15mm Standard @UltiMaker 2+ 0.6 nozzle",
"inherits": "0.15mm Standard @UltiMaker 2 0.6 nozzle",
"from": "system",
"setting_id": "WhWdCNGc5WJC2wPy",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.6 nozzle"
]
}
@@ -0,0 +1,11 @@
{
"type": "process",
"name": "0.15mm Standard @UltiMaker 2+",
"inherits": "0.15mm Standard @UltiMaker 2",
"from": "system",
"setting_id": "B1wRaMeJfyNAYxjk",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.4 nozzle"
]
}
@@ -0,0 +1,14 @@
{
"type": "process",
"name": "0.15mm Standard @UltiMaker 2",
"renamed_from": "0.18mm Standard @UltiMaker 2",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "DMwYsBx9nEttVhhP",
"instantiation": "true",
"layer_height": "0.15",
"compatible_printers": [
"UltiMaker 2 0.4 nozzle"
]
}
@@ -1,108 +0,0 @@
{
"type": "process",
"name": "0.18mm Standard @UltiMaker 2",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "Mo2NUdUehA5y4OwV",
"instantiation": "true",
"reduce_crossing_wall": "0",
"layer_height": "0.18",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0.8",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "20%",
"sparse_infill_pattern": "crosshatch",
"initial_layer_acceleration": "500",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.45",
"initial_layer_print_height": "0.25",
"infill_combination": "0",
"sparse_infill_line_width": "0.5",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "3",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.45",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "45",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.4",
"top_shell_layers": "5",
"top_shell_thickness": "0.8",
"initial_layer_speed": "15",
"initial_layer_infill_speed": "30",
"initial_layer_travel_speed": "60",
"outer_wall_speed": "30",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "40",
"top_surface_speed": "15",
"gap_infill_speed": "20",
"sparse_infill_speed": "40",
"travel_speed": "120",
"enable_prime_tower": "1",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"UltiMaker 2 0.4 nozzle"
]
}
@@ -0,0 +1,9 @@
{
"type": "process",
"name": "0.20mm Draft @UltiMaker 2 extended+",
"inherits": "0.20mm Draft @UltiMaker 2+",
"from": "system",
"setting_id": "WOioHgeBkOd6k8xv",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.4 nozzle"]
}
@@ -0,0 +1,11 @@
{
"type": "process",
"name": "0.20mm Draft @UltiMaker 2+",
"inherits": "0.20mm Draft @UltiMaker 2",
"from": "system",
"setting_id": "YYBsvqtDRBbOVymM",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.4 nozzle"
]
}
@@ -0,0 +1,14 @@
{
"type": "process",
"name": "0.20mm Draft @UltiMaker 2",
"renamed_from": "0.25mm Draft @UltiMaker 2;0.25mm Darft @UltiMaker 2",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "0ER4fay08CyW7RBE",
"instantiation": "true",
"layer_height": "0.2",
"compatible_printers": [
"UltiMaker 2 0.4 nozzle"
]
}
@@ -0,0 +1,20 @@
{
"type": "process",
"name": "0.20mm Standard @UltiMaker 2 0.8 nozzle",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "3uZgBgrpfxrgO72L",
"instantiation": "true",
"layer_height": "0.20",
"initial_layer_line_width": "0.8",
"inner_wall_line_width": "0.8",
"internal_solid_infill_line_width": "0.8",
"line_width": "0.8",
"outer_wall_line_width": "0.8",
"sparse_infill_line_width": "0.8",
"support_line_width": "0.75",
"top_surface_line_width": "0.8",
"compatible_printers": [
"UltiMaker 2 0.8 nozzle"
]
}
@@ -0,0 +1,9 @@
{
"type": "process",
"name": "0.20mm Standard @UltiMaker 2 extended+ 0.8 nozzle",
"inherits": "0.20mm Standard @UltiMaker 2+ 0.8 nozzle",
"from": "system",
"setting_id": "NVU7KQjM3gC4OdDf",
"instantiation": "true",
"compatible_printers": ["UltiMaker 2 extended+ 0.8 nozzle"]
}
@@ -0,0 +1,11 @@
{
"type": "process",
"name": "0.20mm Standard @UltiMaker 2+ 0.8 nozzle",
"inherits": "0.20mm Standard @UltiMaker 2 0.8 nozzle",
"from": "system",
"setting_id": "DPdijbiqpZNuZr58",
"instantiation": "true",
"compatible_printers": [
"UltiMaker 2+ 0.8 nozzle"
]
}
@@ -1,107 +0,0 @@
{
"type": "process",
"name": "0.25mm Draft @UltiMaker 2",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "dBum79P8qUSRgT90",
"instantiation": "true",
"reduce_crossing_wall": "0",
"layer_height": "0.25",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "crosshatch",
"initial_layer_acceleration": "500",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.3",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "3",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "60",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "200",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "250",
"top_surface_speed": "200",
"gap_infill_speed": "250",
"sparse_infill_speed": "270",
"travel_speed": "150",
"enable_prime_tower": "1",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"UltiMaker 2 0.4 nozzle"
]
}
@@ -3,67 +3,75 @@
"name": "fdm_process_common",
"from": "system",
"instantiation": "false",
"reduce_crossing_wall": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "5",
"compatible_printers": [],
"print_sequence": "by layer",
"default_acceleration": "0",
"bridge_no_support": "0",
"elefant_foot_compensation": "0.1",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0.75",
"fuzzy_skin_point_distance": "0.8",
"fuzzy_skin_thickness": "0.3",
"gap_infill_speed": [
"40"
],
"infill_anchor": "2.5",
"infill_anchor_max": "12",
"infill_combination": "1",
"infill_combination_max_layer_height": "80%",
"initial_layer_line_width": "0.4",
"initial_layer_speed": [
"20"
],
"inner_wall_acceleration": [
"800"
],
"inner_wall_line_width": "0.4",
"inner_wall_speed": [
"55"
],
"internal_solid_infill_line_width": "0.4",
"internal_solid_infill_speed": [
"60"
],
"is_infill_first": "1",
"line_width": "0.4",
"outer_wall_line_width": "0.4",
"outer_wall_speed": "120",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "crosshatch",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "20",
"gap_infill_speed": "30",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"sparse_infill_speed": "50",
"interface_shells": "0",
"detect_overhang_wall": "0",
"reduce_infill_retraction": "0",
"filename_format": "{input_filename_base}.gcode",
"wall_loops": "3",
"inner_wall_line_width": "0.45",
"inner_wall_speed": "40",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "nearest",
"skirt_distance": "2",
"skirt_height": "2",
"minimum_sparse_infill_area": "0",
"internal_solid_infill_line_width": "0.45",
"internal_solid_infill_speed": "40",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"support_filament": "0",
"support_line_width": "0.42",
"support_interface_filament": "0",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_interface_loop_pattern": "0",
"support_interface_top_layers": "2",
"support_interface_spacing": "0",
"support_interface_speed": "80",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.5",
"detect_thin_wall": "0",
"outer_wall_speed": [
"40"
],
"overhang_1_4_speed": [
"25"
],
"overhang_2_4_speed": [
"20"
],
"overhang_3_4_speed": [
"15"
],
"overhang_4_4_speed": [
"15"
],
"print_extruder_variant": [
"Bowden Standard"
],
"small_perimeter_speed": [
"25"
],
"sparse_infill_density": "18%",
"sparse_infill_line_width": "0.4",
"sparse_infill_speed": [
"80"
],
"support_interface_speed": [
"55"
],
"support_line_width": "0.35",
"support_speed": [
"55"
],
"top_shell_layers": "5",
"top_shell_thickness": "0.75",
"top_surface_line_width": "0.4",
"top_surface_speed": "30",
"travel_speed": "400",
"enable_prime_tower": "1",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0"
"top_surface_speed": [
"40"
],
"travel_acceleration": [
"800"
]
}