orcaslicer/resources/profiles/Geeetech/process/0.16mm Optimal @Geeetech M1.json
whoseyoung 9b68c695d7
Updated some configurations for the Geeetech M1 machine (#7481)
Updated some configurations for the M1 machine

Fixed an issue where incorrect parameters on the M1 machine caused slicing to fail.
2025-01-07 22:46:02 +08:00

33 lines
No EOL
996 B
JSON

{
"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",
"default_jerk": "10",
"initial_layer_jerk": "10",
"outer_wall_jerk": "10",
"infill_jerk": "10",
"travel_jerk": "10",
"inner_wall_jerk": "10",
"top_surface_jerk": "10",
"compatible_printers": [
"Geeetech M1 0.4 nozzle"
]
}