补齐 G5.3 非 G5.2 运动错误覆盖

This commit is contained in:
cnc
2026-06-06 06:15:12 +08:00
parent 8544872198
commit ebb29f8cb6
3 changed files with 5 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -0,0 +1,3 @@
G21 G90 G17
F100
G5.3 G1 X1