补齐 G5.3 非 G5.2 运动错误覆盖
This commit is contained in:
@@ -1074,6 +1074,7 @@ nurbs_error_cases=(
|
||||
"linuxcnc_g52_missing_subsequent_weight_error|Must specify positive weight P for every Control Point"
|
||||
"linuxcnc_g52_noninteger_l_error|Non integer value for integer"
|
||||
"linuxcnc_g52_zero_feed_error|Cannot make a NURBS with 0 feedrate"
|
||||
"linuxcnc_g53_non_g52_motion_error|Between G5.2 and G5.3 codes, only additional G5.2 codes are allowed."
|
||||
"linuxcnc_g53_without_g52_error|Cannot use G5.3 without G5.2 first"
|
||||
"linuxcnc_g53_short_control_points_error|You must specify a number of control points at least equal to the order L = 3"
|
||||
"linuxcnc_g53_after_intervening_motion_error|Cannot use G5.3 without G5.2 first"
|
||||
|
||||
@@ -1719,6 +1719,7 @@ nurbs_error_cases=(
|
||||
"linuxcnc_g52_missing_subsequent_weight_error|Must specify positive weight P for every Control Point"
|
||||
"linuxcnc_g52_noninteger_l_error|Non integer value for integer"
|
||||
"linuxcnc_g52_zero_feed_error|Cannot make a NURBS with 0 feedrate"
|
||||
"linuxcnc_g53_non_g52_motion_error|Between G5.2 and G5.3 codes, only additional G5.2 codes are allowed."
|
||||
"linuxcnc_g53_without_g52_error|Cannot use G5.3 without G5.2 first"
|
||||
"linuxcnc_g53_short_control_points_error|You must specify a number of control points at least equal to the order L = 3"
|
||||
"linuxcnc_g53_after_intervening_motion_error|Cannot use G5.3 without G5.2 first"
|
||||
|
||||
3
tests/gcode/linuxcnc_g53_non_g52_motion_error.ngc
Normal file
3
tests/gcode/linuxcnc_g53_non_g52_motion_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G5.3 G1 X1
|
||||
Reference in New Issue
Block a user