We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732a18e commit 9813970Copy full SHA for 9813970
1 file changed
src/emc/ini/inihal.cc
@@ -292,8 +292,14 @@ int check_ini_hal_items(int numjoints)
292
rcs_print("check_ini_hal_items:bad return value from emcTrajSetMaxJerk\n");
293
}
294
295
+ // Re-apply default_jerk with new max limit (in case it was set before max_jerk)
296
+ if (0 != emcTrajSetJerk(NEW(traj_default_jerk))) {
297
+ if (emc_debug & EMC_DEBUG_CONFIG) {
298
+ rcs_print("check_ini_hal_items:bad return value from emcTrajSetJerk\n");
299
+ }
300
301
-
302
+
303
if (CHANGED(traj_planner_type)) {
304
if (debug) SHOW_CHANGE_INT(traj_planner_type)
305
UPDATE(traj_planner_type);
0 commit comments