mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
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.
This commit is contained in:
@@ -5,21 +5,28 @@
|
||||
"from": "system",
|
||||
"setting_id": "GP_Geeetech_039",
|
||||
"instantiation": "true",
|
||||
"initial_layer_speed": "30",
|
||||
"initial_layer_speed": "30",
|
||||
"initial_layer_infill_speed": "50",
|
||||
"outer_wall_speed": "100",
|
||||
"inner_wall_speed": "150",
|
||||
"sparse_infill_speed": "120",
|
||||
"internal_solid_infill_speed":"100",
|
||||
"top_surface_speed": "50",
|
||||
"gap_infill_speed": "80",
|
||||
"travel_speed": "200",
|
||||
"outer_wall_speed": "100",
|
||||
"inner_wall_speed": "150",
|
||||
"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",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"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.2 nozzle"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user