Wire LinuxCNC tool table for cutter comp
This commit is contained in:
@@ -24,6 +24,7 @@ cp "$base_var_file" "$var_file"
|
||||
-I "$linuxcnc_root/include" \
|
||||
core/src/canon_event_sink.cpp \
|
||||
core/src/linuxcnc_canon_bridge.cpp \
|
||||
core/src/linuxcnc_tooldata_fixture.cpp \
|
||||
core/src/rtcp_kinematics.cpp \
|
||||
core/src/simulator_gcode_controls.cpp \
|
||||
core/tools/linuxcnc_rs274_dump.cpp \
|
||||
@@ -228,6 +229,12 @@ expected_cutter_comp = [
|
||||
("linear-feed", 11, 17, -3),
|
||||
("linear-feed", 12, 17, -20),
|
||||
("linear-feed", 13, 0, 0),
|
||||
("linear-feed", 16, 17, 3),
|
||||
("linear-feed", 17, 17, 20),
|
||||
("linear-feed", 18, 0, 0),
|
||||
("linear-feed", 21, 17, -3),
|
||||
("linear-feed", 22, 17, -20),
|
||||
("linear-feed", 23, 0, 0),
|
||||
]
|
||||
actual_cutter_comp = [
|
||||
(event["type"], event["line"], event["end"]["x"], event["end"]["y"])
|
||||
|
||||
Reference in New Issue
Block a user