ADD Snapmaker A250 and A350 (#171)

This commit is contained in:
Michael Birkler 2023-01-13 14:48:22 +01:00 committed by GitHub
parent ff1303778d
commit 61d851fc02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 2193 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @Snapmaker",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_common",
"initial_layer_speed": "40",
"initial_layer_infill_speed": "50",
"outer_wall_speed": "35",
"inner_wall_speed": "60",
"sparse_infill_speed": "100",
"internal_solid_infill_speed": "100",
"top_surface_speed": "50",
"gap_infill_speed": "40",
"travel_speed": "120",
"compatible_printers": [
"Snapmaker A250 0.4 nozzle",
"Snapmaker A350 0.4 nozzle"
]
}