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 (18 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is a simulation of a 2-spindle lathe to demonstrate the multispindle patch.

up to 8 spindles are supported, set by [TRAJ]SPINDLES in the INI and a
num_spindles modparam to motmod. These _must_ agree with each other.

Most spindle-related commands now take an extra "$" word to say which spindle
to apply them to.

Examples

S1000 $1 - set the speed of spindle 1 to 1000
M3 S100 $0 - set the speed of spindle 0 to 100

G33 X10 K1.5 $1 - make a move synchronised to spindle 1.
G33.2 Z-1 K1 $0 - rigid tap synchronised to spindle 0.

M51 P0 $6 - disable speed override on spindle 6. M48 and M49 operate on all.