Add MK4 0.25/0.6/0.8 nozzle

This commit is contained in:
SoftFever 2023-09-05 19:51:36 +08:00
parent e97ab55e83
commit 60111eaa16
31 changed files with 621 additions and 51 deletions

View file

@ -0,0 +1,17 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Standard @MK4",
"from": "system",
"instantiation": "true",
"inherits": "process_common_mk4",
"support_top_z_distance": "0.2",
"support_bottom_z_distance": "0.2",
"layer_height": "0.24",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"Prusa MK4 0.4 nozzle",
"Prusa MK4 0.6 nozzle",
"Prusa MK4 0.8 nozzle"
]
}