Add geeetech M1 profile

Printing settings for the M1 machine provided by Geeetech officially.
This commit is contained in:
whoseyoung
2024-10-15 15:31:54 +08:00
parent fb032cd85f
commit ca251c7090
31 changed files with 1033 additions and 9 deletions

View File

@@ -0,0 +1,26 @@
{
"type": "process",
"name": "0.16mm Optimal @Geeetech M1",
"inherits": "fdm_process_Geeetech_HS_0.16",
"from": "system",
"setting_id": "GP_Geeetech_044",
"instantiation": "true",
"initial_layer_speed": "30",
"initial_layer_infill_speed": "50",
"outer_wall_speed": "60",
"inner_wall_speed": "100",
"sparse_infill_speed": "120",
"internal_solid_infill_speed":"100",
"top_surface_speed": "50",
"gap_infill_speed": "80",
"travel_speed": "200",
"default_acceleration": "2000",
"outer_wall_acceleration": "1500",
"inner_wall_acceleration": "3000",
"initial_layer_acceleration": "500",
"top_surface_acceleration": "2000",
"travel_acceleration": "3000",
"compatible_printers": [
"Geeetech M1 0.4 nozzle"
]
}