Add Anycubic 4Max Pro support

This commit is contained in:
SoftFever
2022-07-23 10:29:04 +08:00
parent e2ff8cb1c8
commit 02e8f6c697
18 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @A4MaxPro",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_bbl_0.20",
"initial_layer_speed": "45",
"initial_layer_infill_speed": "60",
"outer_wall_speed": "60",
"inner_wall_speed": "80",
"sparse_infill_speed": "80",
"internal_solid_infill_speed": "80",
"top_surface_speed": "50",
"gap_infill_speed": "40",
"travel_speed": "200",
"compatible_printers": [
"Anycubic 4Max Pro 0.4 nozzle"
]
}