Skip to content

Commit 53b41dc

Browse files
author
Luca Toniolo
committed
fixed tests to accept new 10k default max jerk
1 parent f9251fa commit 53b41dc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/interp/m98m99/12-M99-endless-main-program/expected.motion-logger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SET_NUM_SPINDLES 1
33
SET_VEL vel=0, ini_maxvel=1.2
44
SET_VEL_LIMIT vel=4
55
SET_ACC acc=1e+99
6-
SET_JERK jerk=0
6+
SET_JERK jerk=10000
77
SET_PLANNER_TYPE planner_type=0
88
SETUP_ARC_BLENDS
99
SET_MAX_FEED_OVERRIDE 1

tests/motion-logger/basic/expected.builtin-startup.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SET_NUM_SPINDLES 1
33
SET_VEL vel=0, ini_maxvel=1.2
44
SET_VEL_LIMIT vel=4
55
SET_ACC acc=1e+99
6-
SET_JERK jerk=0
6+
SET_JERK jerk=10000
77
SET_PLANNER_TYPE planner_type=0
88
SETUP_ARC_BLENDS
99
SET_MAX_FEED_OVERRIDE 1

tests/motion-logger/mountaindew/expected.motion-logger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SET_NUM_SPINDLES 1
33
SET_VEL vel=0, ini_maxvel=120
44
SET_VEL_LIMIT vel=400
55
SET_ACC acc=1e+99
6-
SET_JERK jerk=0
6+
SET_JERK jerk=10000
77
SET_PLANNER_TYPE planner_type=0
88
SETUP_ARC_BLENDS
99
SET_MAX_FEED_OVERRIDE 1

tests/motion-logger/startup-gcode-abort/expected.motion-logger.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SET_NUM_SPINDLES 1
88
SET_VEL vel=0, ini_maxvel=1.2
99
SET_VEL_LIMIT vel=4
1010
SET_ACC acc=1e+99
11-
SET_JERK jerk=0
11+
SET_JERK jerk=10000
1212
SET_PLANNER_TYPE planner_type=0
1313
SETUP_ARC_BLENDS
1414
SET_MAX_FEED_OVERRIDE 1

0 commit comments

Comments
 (0)