John Thornton
bf7644ec09
Docs: add pyvcp example
...
Signed-off-by: John Thornton <bjt128@gmail.com>
2018-06-28 11:04:59 -05:00
John Thornton
9dd801e290
Docs: fix typo, remove extra ] that made the formatting fail
...
Signed-off-by: John Thornton <bjt128@gmail.com>
2018-06-25 16:16:27 -05:00
John Thornton
1be38d37db
Docs: add a bit more info about loading vismach
...
Signed-off-by: John Thornton <bjt128@gmail.com>
2018-06-25 16:16:27 -05:00
Sebastian Kuzminsky
3f05545ef1
docs: pwmgen has all pins now, no params
...
Also update comments in pwmgen.c to reflect that HAL connections are
all via pins instead of params. No code changes.
2018-06-19 11:38:14 -06:00
Sebastian Kuzminsky
c2b378391e
docs: improve motion.requested-vel description
2018-06-12 20:06:25 -06:00
John Thornton
d6575903f6
Docs: correct g33.1 warning and text
...
Signed-off-by: John Thornton <bjt128@gmail.com>
2018-04-11 14:48:28 -05:00
Sebastian Kuzminsky
310bbbf52e
docs: describe motion.program-line in motion manpage
2018-04-03 11:09:36 -06:00
Sebastian Kuzminsky
840cdbb4d3
docs: remove last mention of pins from PID description in rtcomps
2018-03-15 09:50:19 -06:00
andypugh
599ad3ef74
Update the PID section of rtcomps.txt
...
In response to #388
2018-03-15 09:48:33 -06:00
Sebastian Kuzminsky
ade72db610
docs: add missing num_sserials info to hm2 manpage
2018-02-22 08:41:18 -07:00
Sebastian Kuzminsky
40ea6d31b7
docs: add missing .tool-prep-index parameter to io manpage
2018-02-21 17:38:10 -07:00
Sebastian Kuzminsky
6e2bb4ac20
docs: make the tool table docs more findable
2018-02-20 10:03:01 -07:00
Sebastian Kuzminsky
1062786935
docs: M19 is no longer an unused M-code
2018-01-29 07:29:47 -07:00
Sebastian Kuzminsky
6c2b5d3851
Revert "Docs: the linux-image-rt-amd64 has been removed or is not longer available"
...
This reverts commit 444c31afc6 .
2018-01-23 08:14:20 -07:00
Sebastian Kuzminsky
359c417f93
fix paramater/parameter typos
2018-01-21 14:49:15 -07:00
Sebastian Kuzminsky
d297f0a622
fix infomation/information typo in mb2hal manpage
2018-01-21 14:49:15 -07:00
Sebastian Kuzminsky
0fded4f9ac
fix returnd/returned typo in linuxcncrsh manpage
2018-01-21 14:49:15 -07:00
Sebastian Kuzminsky
bdbc42e113
fix interpeter/interpreter typos
2018-01-21 14:49:15 -07:00
Sebastian Kuzminsky
4432321fa6
fix formated/formatted typos all over
2018-01-21 14:49:15 -07:00
Sebastian Kuzminsky
3241f6dbf1
fix specifed/specified typos all over
2018-01-21 14:49:14 -07:00
Sebastian Kuzminsky
79b8fdb6d0
fix seperate/separate typos
2018-01-21 14:49:14 -07:00
Sebastian Kuzminsky
1d95278ea7
fix specfied/specified typos
2018-01-21 14:49:14 -07:00
Sebastian Kuzminsky
2e02f5c785
fix intial/initial typos all over
2018-01-21 14:49:14 -07:00
Sebastian Kuzminsky
22fafd6198
fix paramter/parameter typos all over
2018-01-21 14:49:13 -07:00
Sebastian Kuzminsky
986e9c194e
docs: remove obsolete bug warning in rtapi_region manpage
2018-01-21 14:49:13 -07:00
Sebastian Kuzminsky
c69df759b3
docs: fix GPL name in rtapi_module_param manpage
2018-01-21 14:49:13 -07:00
Sebastian Kuzminsky
2506277876
fix usefull/useful typos all over
2018-01-21 14:49:12 -07:00
Sebastian Kuzminsky
fec7bf9a69
fix preceede/precede/proceed typos all over
2018-01-21 14:49:12 -07:00
Sebastian Kuzminsky
85c73c3d12
fix occured/occurred typo in many places
2018-01-21 14:49:12 -07:00
Sebastian Kuzminsky
4a897203bc
docs: fix hyphen/minus confusion in manpages
...
groff treats '-' (the character you get when you hit the "minus" key on
the keyboard) as "hyphen", not as "minus". Thus it renders incorrectly
in some locales, and line-wraps strangely.
groff treats the two-character sequence "\-" as "minus", and the
four-character sequence "\(hy" as "hyphen".
Details here: https://lists.debian.org/debian-devel/2003/03/msg01481.html
This commit replaces every instance of "-" in our manpages where the
meaning is "minus" with "\-", so it works right.
This fixes many lintian warnings.
2018-01-18 08:12:31 -07:00
John Thornton
444c31afc6
Docs: the linux-image-rt-amd64 has been removed or is not longer available
...
Signed-off-by: John Thornton <bjt128@gmail.com>
2018-01-01 06:38:02 -06:00
Norbert Schechner
e7751a4fd8
gmoccapy_documentation - wrong axis named in "Probe Information"
...
Signed-off-by: Norbert Schechner <nieson@web.de>
2017-12-28 19:54:23 +01:00
Sebastian Kuzminsky
4ea49c2b4c
docs: add G20/G21 unit info to G-code Quick Ref
2017-12-25 11:02:34 -07:00
Sebastian Kuzminsky
b06aee569c
docs: make G96/G97 comments consistent
2017-12-23 09:07:17 -07:00
John Thornton
f6c1b73a25
Docs: expand a bit on the description of traj home so new users
...
know to ignore this setting for trivial kinematics machines
Signed-off-by: John Thornton <bjt128@gmail.com>
2017-12-23 06:30:53 -06:00
Sebastian Kuzminsky
714d85657b
mux_generic: fix a typo in the manpage
2017-12-11 11:32:02 -07:00
Ruoxi Wang
e0de0e325b
docs: Added explaination for return values of wait_complete
...
(cherry picked from commit b757a47dcb )
2017-12-09 10:20:19 -07:00
Ruoxi Wang
582e8ae6c5
doc: Correct default timeout.
...
(cherry picked from commit 06839a73c6 )
2017-12-09 10:20:05 -07:00
Dewey Garrett
6864d14b56
Merge 'origin/dgarr/unlocking_fix' into 2.7
2017-12-08 05:20:47 -07:00
Sebastian Kuzminsky
de97fdd108
docs: improve .motion-type pin info in motion manpage
2017-12-05 22:19:58 -07:00
Kim Kirwan
62dbe12fdf
Pull Request for Issue #358
...
Issue #358 , the g-code quick reference lacks g99.
https://github.com/LinuxCNC/linuxcnc/issues/358
So here you go, G99 duly added (to 2.7).
Signed-off-by: Kim Kirwan <Kim@KimKirwan.com>
2017-12-01 16:59:27 -06:00
andy pugh
66a518e1f8
hostmot2:dpll: Fix a problem ( #211 ) where a positive offset in the odd timers
...
masked any use of the even timers.
Signed-off-by: andy pugh <andy@bodgesoc.org>
2017-10-18 22:32:42 +01:00
Sebastian Kuzminsky
e652675991
docs: fixup capitalization of variables in Homing docs
2017-09-24 16:21:30 -06:00
Sebastian Kuzminsky
9471a33c42
docs: clarify valid values of HOME_OFFSET
2017-09-24 16:19:18 -06:00
Dewey Garrett
3b31dd077f
motion:cancel unlock requests when motion disabled
...
If machine is disabled while an unlock request is active,
the unlock request (axis.N.unlock) is reset to 0.
Ref:https://forum.linuxcnc.org/38-general-linuxcnc-questions/33306-locking-indexer-function
Note: Adds function joint_is_lockable() to simplify merge
to master branch with joints/axes distinctions
2017-09-19 08:40:31 -07:00
Dewey Garrett
51a8862018
milltask manpage expansion
2017-08-23 11:31:02 -07:00
Sebastian Kuzminsky
724f2c395d
docs: remove mention of ancient "bfloat" program from hm2_7i43 manpage
2017-08-23 09:40:05 -06:00
Dewey Garrett
ce6289c802
sim_pin: improve help for signals with no writers
2017-08-14 10:51:41 -07:00
Jeff Epler
7d12bc2f57
Merge pull request #288 from jepler/welcome-to-github
...
doc changes for the transition to github
2017-07-24 16:12:12 -05:00
Sebastian Kuzminsky
140104aad6
docs: document [EMCMOT]COMM_TIMEOUT
...
Signed-off-by: Sebastian Kuzminsky <seb@highlab.com>
2017-07-14 15:08:57 -06:00