mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
Jerk limit warning fix (#7660)
* Update fdm_process_common.json to use slower jerk settings to prevent belt tooth skipping * Update fdm_process_anker_fast_common.json for faster jerk settings * Update Max Jerk limit to be in line with real world machine limits --------- Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
@@ -22,5 +22,12 @@
|
||||
"travel_speed": "500",
|
||||
"travel_acceleration": "6000",
|
||||
"top_surface_speed": "360",
|
||||
"top_surface_acceleration": "2500"
|
||||
"top_surface_acceleration": "2500",
|
||||
"default_jerk": "9",
|
||||
"outer_wall_jerk": "9",
|
||||
"inner_wall_jerk": "9",
|
||||
"infill_jerk": "9",
|
||||
"top_surface_jerk": "9",
|
||||
"initial_layer_jerk": "9",
|
||||
"travel_jerk": "10"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user