-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Closed
Sigma1912
wants to merge
2,023
commits into
LinuxCNC:2.9
from
Sigma1912:2.9-fix-sim-config-manual-toolchange-with-tool-length-switch
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Translations update from Hosted Weblate
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!
adds lathe macros
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.
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
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
Translations update from Hosted Weblate
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.
…nge-with-tool-length-switch
I'll rebase this on master and file a new PR |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This sim config has been broken for a while now