File: README

package info (click to toggle)
linuxcnc 1%3A2.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 285,604 kB
  • sloc: python: 202,568; ansic: 109,036; cpp: 99,239; tcl: 16,054; xml: 10,631; sh: 10,303; makefile: 1,255; javascript: 138; sql: 72; asm: 15
file content (5 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
This test starts LinuxCNC, enables cutter comp (with G41.1), then
immediately cancels cutter comp (with G40) and verifies that the next
motion goes to the expected location.

In 2.6.12 and 2.7.7 this test replicates Github Issue #160.