Skip to content

Commit e26c34a

Browse files
authored
Merge branch '2.9' into 2.9-rtapi-ioperm
2 parents 88874bd + 052b0b8 commit e26c34a

58 files changed

Lines changed: 1392 additions & 1852 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

VERSION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
2.9.0~pre1
2-

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,19 @@ linuxcnc (2.9.0~pre0+git20220224.3ba0951743-1) unstable; urgency=medium
113113

114114
-- Sebastian Kuzminsky <seb@highlab.com> Fri, 25 Feb 2022 18:40:12 +0100
115115

116+
linuxcnc (1:2.8.4) buster; urgency=medium
117+
118+
* Add driver support for Mesa 7i96S
119+
* Add pncconf support fo Mesa 7i96S
120+
* calculatorwidget: increased buttons to be more touch-friendly
121+
* gmoccapy: Fix jogging with max velocity (SHIFT + jog key)
122+
* Czech translation for Gmoccapy
123+
* gmoccapy: fix attribute error in tooltip text
124+
* gmoccapy: fix "spindle speed override wasn't applied in reverse direction"
125+
* docs: add note to obsolete property 'FEATURES'
126+
127+
-- andypugh <andy@bodgesoc.org> Sun, 18 Sep 2022 20:33:29 +0100
128+
116129
linuxcnc (1:2.8.3) buster; urgency=low
117130

118131
* CraftsmanCNC: A new GUI written from scratch Intended for CNC router

debian/source/lintian-overrides

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# False positive - python3 is invoked in d/rules.
22
linuxcnc source: python3-depends-but-no-python3-helper linuxcnc-uspace linuxcnc-uspace-dev
3+
4+
# These *are* the source - they're hand-written HTML files.
5+
linuxcnc source: source-is-missing [configs/sim/craftsman/screens/gcodes.htm]
6+
linuxcnc source: source-is-missing [configs/sim/craftsman/screens/mcodes.htm]
7+
linuxcnc source: source-is-missing [share/qtvcp/screens/woodpecker/images/QTvcp Widgets.html]
8+
linuxcnc source: source-is-missing [share/qtvcp/screens/woodpecker/images/QTvcp Widgets_files/blank.html]

docs/man/man1/halrmt.1

Lines changed: 31 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -95,35 +95,32 @@ successfully negotiated.
9595
.B HAL sub-commands:
9696

9797
echo on | off
98-
With get will return the current echo state, with set, sets the echo
99-
state. When echo is on, all commands will be echoed upon receipt. This
100-
state is local to each connection.
98+
With get will return the current echo state, with set, sets the echo state.
99+
When echo is on, all commands will be echoed upon receipt.
100+
This state is local to each connection.
101101

102102
verbose on | off
103-
With get will return the current verbose state, with set, sets the
104-
verbose state. When in verbose mode is on, all set commands return
105-
positive acknowledgement in the form SET <COMMAND> ACK. In addition,
106-
text error messages will be issued when in verbose mode. This state
107-
is local to each connection.
103+
With get will return the current verbose state, with set, sets the verbose state.
104+
When in verbose mode is on, all set commands return positive acknowledgement in the form SET <COMMAND> ACK.
105+
In addition, text error messages will be issued when in verbose mode.
106+
This state is local to each connection.
108107

109108
enable <pwd> | off
110-
With get will return On or Off to indicate whether the current connection
111-
is enabled to perform control functions. With set and a valid password,
112-
the current connection is enabled for control functions. "OFF" may not
113-
be used as a password and disables control functions for this connection.
109+
With get will return On or Off to indicate whether the current connection is enabled to perform control functions.
110+
With set and a valid password, the current connection is enabled for control functions.
111+
"OFF" may not be used as a password and disables control functions for this connection.
114112

115113
config [TBD]
116114

117115
comm_mode ascii | binary
118-
With get, will return the current communications mode. With set, will
119-
set the communications mode to the specified mode. The binary protocol
120-
is TBD.
116+
With get, will return the current communications mode.
117+
With set, will set the communications mode to the specified mode.
118+
The binary protocol is TBD.
121119

122120
comm_prot <version no>
123121
With get, returns the current protocol version used by the server,
124122
with set, sets the server to use the specified protocol version,
125-
provided it is lower than or equal to the highest version number
126-
supported by the server implementation.
123+
provided it is lower than or equal to the highest version number supported by the server implementation.
127124

128125
Comps [<substring>]
129126

@@ -132,41 +129,38 @@ If no substring is specified then it returns all components.
132129

133130
Pins [<substring>]
134131

135-
Get only, returns all information about all pins beginning with the
136-
specified substring. If no substring is specified then it returns all pins.
132+
Get only, returns all information about all pins beginning with the specified substring.
133+
If no substring is specified then it returns all pins.
137134

138135
PinVals [<substring>]
139136

140-
Get only, returns only value information about all pins beginning with the
141-
specified substring. If no substring is specified then it returns all pins.
137+
Get only, returns only value information about all pins beginning with the specified substring.
138+
If no substring is specified then it returns all pins.
142139

143140
Signals [<substring>]
144141

145-
Get only, returns all information about all signals beginning with the
146-
specified substring. If no substring is specified then it returns all signals.
142+
Get only, returns all information about all signals beginning with the specified substring.
143+
If no substring is specified then it returns all signals.
147144

148145
SigVals [<substring>]
149146

150-
Get only, returns only value information about all signals beginning with the
151-
specified substring. If no substring is specified then it returns all pins.
147+
Get only, returns only value information about all signals beginning with the specified substring.
148+
If no substring is specified then it returns all pins.
152149

153150
Params [<substring>]
154151

155-
Get only, returns all information about all parameters beginning with the
156-
specified substring. If no substring is specified then it returns all
157-
parameters.
152+
Get only, returns all information about all parameters beginning with the specified substring.
153+
If no substring is specified then it returns all parameters.
158154

159155
ParamVals [<substring>]
160156

161-
Get only, returns only value information about all parameters beginning with the
162-
specified substring. If no substring is specified then it returns all pins
163-
parameters.
157+
Get only, returns only value information about all parameters beginning with the specified substring.
158+
If no substring is specified then it returns all pins parameters.
164159

165160
Functs [<substring>]
166161

167-
Get only, returns all information about all functions beginning with the
168-
specified substring. If no substring is specified then it returns all
169-
functions.
162+
Get only, returns all information about all functions beginning with the specified substring.
163+
If no substring is specified then it returns all functions.
170164

171165
Threads
172166

@@ -186,16 +180,15 @@ Get only, returns the value of the pin matching the specified name.
186180

187181
Sig <name>
188182

189-
Get only, returns all information about the pin matching the specified name.y
183+
Get only, returns all information about the pin matching the specified name.
190184

191185
SigVal <name>
192186

193187
Get only, returns just the value of the signal matching the specified name.
194188

195189
Param <name>
196190

197-
Get only, returns all information about the parameter matching the
198-
specified name.
191+
Get only, returns all information about the parameter matching the specified name.
199192

200193
ParamVal <name>
201194

@@ -239,7 +232,7 @@ Set only, nets the specified net list.
239232

240233
Unlinkp <pin name 1> <pin name 2>
241234

242-
Set only, unlinks the specified pins
235+
Set only, unlinks the specified pins.
243236

244237
Lock
245238

docs/man/man1/image-to-gcode.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ image-to-gcode \- converts bitmap images to G-code
3333
brightness of each pixel as a Z-height.
3434

3535
Detailed docs:
36-
http://linuxcnc.org/docs/2.4/html/gui_image-to-gcode.html
36+
http://linuxcnc.org/docs/stable/html/gui/image-to-gcode.html
3737

3838
.SH "SEE ALSO"
3939
\fBLinuxCNC(1)\fR

docs/man/man1/schedrmt.1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ schedrmt \- telnet based scheduler for LinuxCNC
174174
PgmById <tag id>
175175
[priority] [tag id] [x] [y] [z] [zone] [file name] [feed override] [spindle override] [tool]
176176
With get, returns the queue entry matching the specified tag id, including the priority,
177-
tag id, x, y, and z coordinates, the zone, file name, feed and spindle overrides and the default
178-
tool.
177+
tag id, x, y, and z coordinates, the zone, file name, feed and spindle overrides and the default tool.
179178

180179
PgmByIndex <index>
181180
[priority] [tag id] [x] [y] [z] [zone] [file name] [feed override] [spindle override] [tool]

0 commit comments

Comments
 (0)