Commit graph

184 commits

Author SHA1 Message Date
Sebastian Kuzminsky
3a5d39d996 git ignore files generated by Portugese translations 2022-10-21 12:17:07 -06:00
Petter Reinholdtsen
1d92f1f9a4 Add da and pt_BR directories to docs .gitignore. 2022-09-12 16:36:27 +02:00
Hans Unzner
b53f4403d3 docs: reorder sections in index + add subheadings 2022-09-09 13:55:16 +02:00
Petter Reinholdtsen
a10c55ab5a Tell git to ignore generated cs/* files. 2022-08-30 07:22:37 +02:00
Petter Reinholdtsen
3c145a7159 Ignore more generated translations. 2022-08-21 05:29:39 +02:00
Petter Reinholdtsen
bbe625ee54 Tell git to ignore more generated translation files. 2022-08-14 12:01:01 +02:00
Petter Reinholdtsen
f2a7f043de Made gcode.html more consistent and removed a spurious ')'. 2022-07-10 08:54:35 +02:00
Petter Reinholdtsen
329da2cc7f Correct parsing of HTML and Python files
The po4a.cfg rules to parse the HTML and Python files were set to
parse the files as manual pages by mistake.  Corrected this in po4a.cfg,
as well as converted the parsed HTML files to XHTML for more reliable
parsing, as the po4a parser is targeted at XHTML.

This make it easier to translate the HTML and Python files, and
require the POT file to be regenerated.
2022-07-09 10:51:45 +02:00
Steffen Moeller
3bf8d57ad5 More changes performed while translating 2022-06-29 14:27:56 +02:00
Hans Unzner
55b83165f7 docs: change font of AsciiDoc source code blocks 2022-06-19 11:28:29 +02:00
Hans Unzner
3072c20896 docs: add generated docs to gitignore 2022-06-03 15:26:38 +02:00
Petter Reinholdtsen
daa312fbc5 Remove generated translated document source files and obsolete files.
Also remove files only using during migration.
2022-06-03 15:26:38 +02:00
Hans
a5ac97acb9
Merge pull request #1702 from silopolis/fr_backtranslation
Fr backtranslation and some other translation fixes
2022-04-10 22:47:45 +02:00
Hans Unzner
42664142f3 docs: adjusted style: only 'normal' tables are centered, caption of image as figcaption (centered with image) 2022-04-10 17:17:00 +02:00
Hans Unzner
f86deeaa9f AsciiDoc: left align notes and similar
In detail, these types are affected: NOTE, TIP, IMPORTANT, WARNING and CAUTION
2022-04-09 19:46:42 +02:00
Steffen Moeller
26f5f7eb49 references to o-code_fr 2022-04-07 17:02:59 +02:00
Steffen Moeller
4256070a45 meant to only quickly fix one missing anchor 2022-04-07 00:41:05 +02:00
Steffen Moeller
bcc051a685 Another iteration to get anchors into shape
Yet another iteration on anchors.
2022-03-22 12:05:45 +01:00
Steffen Moeller
54c3fbef21 More fixes downstream go gcode_fr -> g-code_fr rename
Renamed file refercens gcode_fr -> g-code_fr
2022-03-22 12:05:34 +01:00
Steffen Moeller
4cfd9d8af6 manually updated anchors in gcode_fr.html 2022-03-22 12:05:34 +01:00
Dewey Garrett
c2e3909297 G10 L0 reload_tool_data (new gcode)
When using the tool database interface ([EMCIO]DB_PROGRAM)
it may be useful to reload tooldata from within
long-running auto-mode gcode programs to benefit
from updates in the database.

This commit uses: #define ALWAYS_ALLOW_RELOAD_TOOLDATA
with a sync and updates of actual position.

Alternate provisions:

Use #undef ALWAYS_ALLOW_RELOAD_TOOLDATA
to disallow tooldata reload if there is a
currently loaded tool
2021-12-06 17:49:13 -07:00
j.m. garcia
c21f04a941 es translation work
es translation work

es translation work

es translation work

es translation work

es translation work

es translation work

es translation work
2020-08-11 21:13:46 +01:00
j.m. garcia
73b942786b adding documentation _es
.po edition, adding documentation/images _es
2020-08-11 21:13:43 +01:00
j.m. garcia
4d7823b611 added reference gcode_es.html 2020-08-11 21:13:42 +01:00
John Thornton
204fbfc821 Docs: remove generated html image files 2019-06-04 16:29:40 -05:00
John Thornton
81a520a9e1 fix gitignore to ignore generated html files 2019-06-04 16:14:58 -05:00
John Thornton
665b398b5e Docs: remove image files from html directory
These should have been in the .gitignore file so generated documents don't get pushed.
2019-06-04 15:32:25 -05:00
John Thornton
9fccfe00e5 Docs: expand path mode description 2019-03-24 05:10:21 -05:00
John Thornton
bf811ba746 Docs: update lathe images 2019-03-24 05:10:21 -05:00
andy pugh
13434870f0 Multispindle: Docs Update
Signed-off-by: andy pugh <andy@bodgesoc.org>
2018-10-17 23:54:09 +01:00
Trần Ngọc Quân
af2419e6d9 l10n: Init Vietnamese translation for gcoderef
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2018-01-19 07:18:47 +07:00
Norbert Schechner
aad367e824 Merge branch '2.7' 2017-12-28 19:54:57 +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
b3a913a23c Merge remote-tracking branch 'origin/2.7'
Conflicts:
	src/hal/drivers/mesa-hostmot2/sserial.c
	src/po/gmoccapy/zh_CN.po
	src/po/zh_CN.po

I resolved the merge conflicts in the Chinese translations by choosing the
version in master, on the advise of Solitarily (our Chinese translator).
2017-12-03 12:44:37 -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
Lubomir Rintel
a63ec765cb all: update FSF address in GPL 2.0 notices
If you write to 59 Temple Place you're unlikely to get a response.
Let's realign the address with a more up-to-date one from [1].

  [1] https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

This is purely a cosmetic change, doesn't affect the meaning of the
license. Done to make rpmlint happy.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
2017-09-15 13:06:22 +02:00
Tero Kaarlela
42ff261dfb Add G74/G84 floating tap cycles
g74 (left-hand), g84 (right-hand)
- assumes spindle running cw(g84), ccw(g74)
- feedrate > 0
- takes optional P word (dwell at bottom of hole before feedrate retract)

canon: add optional wait_for_atspeed parameter

normally, turning the spindle on makes the next feed move wait for spindle
at speed. A floating tap needs an immediate reverse feed out, so the
wait needs to be suppressed in this case.

Pass this from canon through task to motion, and do the right thing in
motion. Also adapt gcodemodule.cc,saicanon.cc for new calling convention,
and make task pass it on to motion from canon.

Tests for G84/G74 Floating tapping cycles

Closes #120.

Signed-off-by: Tero Kaarlela <tero.kaarlela@eka-sorvaus.fi>
2016-11-17 12:57:16 -06:00
Jeff Epler
dbee3ff743 Merge remote-tracking branch 'origin/2.7' 2016-07-23 07:18:50 -05:00
Sebastian Kuzminsky
843ae2d88d docs: fix a typo
Signed-off-by: Sebastian Kuzminsky <seb@highlab.com>
2016-07-14 10:18:51 -06:00
Chris Radek
047b5e2467 add G52 to the quickref
Signed-off-by: Chris Radek <chris@timeguy.com>
2015-12-23 15:54:24 -06:00
John Thornton
43d51d0b6e Docs: fix links in gcode.html
also fix placement of anchors, it was discovered that an anchor
must be on the line before the title and nothing else on the line
or the doc magic would generate a different link.

Signed-off-by: John Thornton <bjt128@gmail.com>
2015-11-14 07:06:10 -06:00
Sebastian Kuzminsky
5b28c2a781 Merge remote-tracking branch 'origin/2.6' into 2.7
Conflicts:
	VERSION
	debian/changelog
2015-11-11 12:49:31 -07:00
Sebastian Kuzminsky
1f0f3bff88 docs: fix M70-M73 links in French Gcode Quick Reference
Signed-off-by: Sebastian Kuzminsky <seb@highlab.com>
2015-11-11 12:36:47 -07:00
John Thornton
b5a60283bf Docs: fix file name in links
Signed-off-by: John Thornton <bjt128@gmail.com>
2015-11-11 07:15:51 -06:00
John Thornton
a4215d3900 Docs: remove tool tips as I couldn't get them to work consistently.
there is enough room on the index page to have a more informative
description of each chapter.

Signed-off-by: John Thornton <bjt128@gmail.com>
2015-08-17 10:26:12 -05:00
John Thornton
fb7c6f4456 Docs: fix index to validate as xhtml like the rest of the html docs
Signed-off-by: John Thornton <bjt128@gmail.com>
2015-08-16 14:55:36 -05:00
John Thornton
21b19ded6e Docs: fix html validation errors and warnings.
Signed-off-by: John Thornton <bjt128@gmail.com>
2015-08-16 06:42:20 -05:00
Chris Radek
960678ea5e Docs: G64 now optionally takes Q
Signed-off-by: Chris Radek <chris@timeguy.com>
2015-07-04 18:00:33 -05:00
John Thornton
58ae0ebee7 Docs: add chips and tooltips
Signed-off-by: John Thornton <bjt128@gmail.com>
2015-06-20 09:03:48 -05:00
John Thornton
7158ed2249 add collapsing/expanding lists to html docs
Signed-off-by: John Thornton <bjt128@gmail.com>
2015-05-20 07:46:13 -05:00