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,15 @@
{
"type": "process",
"setting_id": "m1_p006",
"name": "0.28mm Extra Draft @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_M1_common",
"layer_height": "0.28",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}