Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sim/axis/remap/manual-toolchange-with-tool-length-switch: Fix glade panel and remove old 'Features' entries in ini #3078

Conversation

Sigma1912
Copy link
Contributor

This sim config has been broken for a while now

JuroHCNC and others added 30 commits June 10, 2024 07:09
Currently translated at 94.5% (3621 of 3828 strings)

Co-authored-by: Juraj Adamkovic <stroje.hcnc@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc/sk/
Translation: LinuxCNC/LinuxCNC
Currently translated at 94.5% (3621 of 3828 strings)

Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc/sk/
Translation: LinuxCNC/LinuxCNC
Currently translated at 31.7% (1216 of 3828 strings)

Co-authored-by: hugoalh <hugoalh@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc/zh_Hant/
Translation: LinuxCNC/LinuxCNC
Currently translated at 31.8% (1218 of 3828 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 31.7% (1216 of 3828 strings)

Co-authored-by: hugoalh <hugoalh@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc/zh_Hant/
Translation: LinuxCNC/LinuxCNC
some screens have a status bar for short priority messages.
Now we can can send them form anywhere and display them in anyway.
it is up to the screen to register to get them
    set minimuim size of messageboxes
    force open details optional
    read the geometry of the right dialog. messagebox uses the same instance
    so must look up the name of the dialog geometry we currently want
One can have dialog messages that fire based on a HAL pin number
Not sure what preview notify is for but now we print it.
add missing call to flush_segments() to MOTION_OUTPUT VALUE() in emccanon.cc
might be nice to have finishing feedrate and surface speed.
If the VFD can timeout (like a spindle) we can reset it on estop.
Unfortunately if the vfd is not set with a time out, resetting causes them
not to respond after. So only reset certain ones!
Change name pin halui.mdi-is-running => halui.halui-mdi-is-running
Change name pin halui.mdi-is-running => halui.halui-mdi-is-running
It it's too long the screen layout is gets overlapped.
hansu and others added 27 commits August 24, 2024 22:14
Gmoccapy - addition of note in LOG
Removes deprecated conversion scripts that are no longer supported, as well as the accompanying documentation.
…ix_for_sid

fix: buggy printf in BASH in current Debian unstable breaks our tests
This commit removes 3 images I missed with commit c6fdf4a.  Additionally it updates an image that I missed in commit 34c1070
Currently translated at 13.0% (48 of 369 strings)

Translated using Weblate (Swedish)

Currently translated at 2.8% (111 of 3828 strings)

Co-authored-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/gmocappy/sv/
Translate-URL: https://hosted.weblate.org/projects/linuxcnc/linuxcnc/sv/
Translation: LinuxCNC/LinuxCNC
Translation: LinuxCNC/LinuxCNC/Gmocappy
The warning on the man page was
W: linuxcnc-uspace: groff-message troff:<standard input>:209: warning: macro 'an-trap' not defined [usr/share/man/man1/xhc-whb04b-6.1.gz:1]
which was not immediately obvious and triggered a quick complete review
of the corresponding .adoc.
build: debian: small series of lintian errors addressed
…DME_es-files

Remove all README_es files from configs folder
docs: translation-triggered changes on latency-test (smoe:install_docs_changes)
Series of smallish changes of no particular importance, except that is
likely helps with asciidoc simplifications in the translations, mostly
on white space.

Also clarified wording wrt mitsub_vfd .

Co-authored-by: Hans Unzner <hansunzner@gmail.com>
docs: man/man1/*.adoc - review asciidoc formatting (smoe:docs_wording_20240807)
The length of any single token in HAL is limited to LINELEN (255 chars)
even though line continuation support means that individual commands can
be up to MAX_EXTEND_LINES (20) times this length.
This patch increments the buffer size by LINELEN until there is plenty of
space (to allow for tilde expansion)
Fixes LinuxCNC#3098
Previously:
tooledit_widget displayed float numbers with decimal dot for localizations that use decimal dot
tooledit_widget displayed float numbers with decimal comma for localizations that use decimal comma

Now:
tooledit_widget displays float numbers with a decimal dot for all localizations

The functionality is preserved, when it is possible to enter a float with both a comma and a dot for localizations with a decimal comma

Reason for change:
Gmoccapy displayed some numbers with a decimal dot and some numbers with a decimal comma. This is a unification. More here:
LinuxCNC#2966 (comment)
tooledit_widget - decimal point = dot
These configs have been marked as obsolete/broken for ten years.
…onfigs/sim/axis/orphans

remove broken/obsolete configs/sim/axis/orphans
Fixes the m_code path for a package install sim.
Allows update 001-017 to be applied correctly for configs that were build prior to then.
-out was missing in the section of inverting an output signal.

When using the example before, linuxcnc would not start. On this page higher up is an example correct. Tested that and it worked as expected.
Corrected some missing text to invert an output signal.
@Sigma1912
Copy link
Contributor Author

I'll rebase this on master and file a new PR

@Sigma1912 Sigma1912 closed this Sep 9, 2024
@Sigma1912 Sigma1912 deleted the 2.9-fix-sim-config-manual-toolchange-with-tool-length-switch branch September 11, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.