Add Mellow M1 printer profiles

This commit is contained in:
SoftFever
2024-09-21 22:59:25 +08:00
parent 48c56e12ae
commit c28fd550f3
41 changed files with 1860 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "process",
"setting_id": "m1_p002",
"name": "0.12mm Fine @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_M1_common",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6",
"support_top_z_distance": "0.08",
"support_bottom_z_distance": "0.08",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle"
]
}