|
From: Luca T. <no...@gi...> - 2026-09-19 23:21:08
|
Branch: refs/heads/master Home: https://github.com/LinuxCNC/linuxcnc Commit: 0d3e4ad9f50dd48fe07bdca18f42f151310dc68a https://github.com/LinuxCNC/linuxcnc/commit/0d3e4ad9f50dd48fe07bdca18f42f151310dc68a Author: Robert Schöftner <rs...@un...> Date: 2026-08-04 (Tue, 04 Aug 2026) Changed paths: M src/emc/motion/homing.c Log Message: ----------- Update homing.c fix multiple homing of absolute encoders #3717 Commit: 2104c8b82dd6dc1ff0282615b0d02c04e3481e3d https://github.com/LinuxCNC/linuxcnc/commit/2104c8b82dd6dc1ff0282615b0d02c04e3481e3d Author: Luca Toniolo <107...@us...> Date: 2026-08-25 (Tue, 25 Aug 2026) Changed paths: M src/emc/rs274ngc/interp_convert.cc M src/emc/rs274ngc/rs274ngc_interp.hh Log Message: ----------- interp: don't restore spindle speed on abort state restore On abort, restore_from_tag() executes a G-code string built from the difference between the motion state tag and the interpreter readahead state. gen_settings() unconditionally appends the saved S word, so after an early abort the restore queued EMC_SPINDLE_SPEED onto the interp_list and it was issued after the abort's spindle stop, turning the spindle back on. Late aborts were unaffected because tag and readahead state agree by then and no restore command is generated. Exclude the spindle speed from the abort restore, as is already done for M codes. The M72 restore_settings() path keeps restoring it, since there the S word must take effect mid-program. Commit: 6dad290a79a4f0f6b337231f2bddd9cc65ef0062 https://github.com/LinuxCNC/linuxcnc/commit/6dad290a79a4f0f6b337231f2bddd9cc65ef0062 Author: Bertho Stultiens <be...@va...> Date: 2026-08-26 (Wed, 26 Aug 2026) Changed paths: M src/hal/utils/halcmd_main.c Log Message: ----------- halcmd: Fix auto-complete after change to libedit. Commit: aad9108b6f3e77b02bf4971717b8b2d989f86a9d https://github.com/LinuxCNC/linuxcnc/commit/aad9108b6f3e77b02bf4971717b8b2d989f86a9d Author: Luca Toniolo <ait...@ou...> Date: 2026-08-26 (Wed, 26 Aug 2026) Changed paths: M docs/src/config/core-components.adoc M docs/src/config/ini-config.adoc M docs/src/config/stepconf.adoc M docs/src/gcode/m-code.adoc M docs/src/gcode/overview.adoc M docs/src/getting-started/about-linuxcnc.adoc M docs/src/gui/ngcgui.adoc M docs/src/gui/pyvcp.adoc M docs/src/hal/rtcomps.adoc Log Message: ----------- docs: add the missing blank line before * bullets in source A column-0 '* ' bullet that follows a column-0 paragraph or a standalone (((index))) line with no blank line between gets folded into that paragraph and no list is rendered. Whole option lists in the [RS274NGC] and other INI sections, in the M-code chapter and in the G-code overview currently render as one run-on paragraph with literal '*' and '+' characters. Insert the blank line at those 35 boundaries (9 files). Commit: 2a676dc73f3c447df39ca141e16bea5cf6405b52 https://github.com/LinuxCNC/linuxcnc/commit/2a676dc73f3c447df39ca141e16bea5cf6405b52 Author: BsAtHome <be...@va...> Date: 2026-08-31 (Mon, 31 Aug 2026) Changed paths: M docs/src/config/core-components.adoc M docs/src/config/ini-config.adoc M docs/src/config/stepconf.adoc M docs/src/gcode/m-code.adoc M docs/src/gcode/overview.adoc M docs/src/getting-started/about-linuxcnc.adoc M docs/src/gui/ngcgui.adoc M docs/src/gui/pyvcp.adoc M docs/src/hal/rtcomps.adoc Log Message: ----------- Merge pull request #4486 from grandixximo/docs-indexterm-list-29 docs: add the missing blank line before * bullets in source Commit: 384da9fbe516f0d0efc63006f21df7c1c2b324af https://github.com/LinuxCNC/linuxcnc/commit/384da9fbe516f0d0efc63006f21df7c1c2b324af Author: andypugh <an...@bo...> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M src/emc/rs274ngc/interp_convert.cc M src/emc/rs274ngc/rs274ngc_interp.hh Log Message: ----------- Merge pull request #4473 from grandixximo/fix-4465-abort-spindle-2.9 interp: don't restore spindle speed on abort state restore Commit: cabd8b2e68219389c37cb779ee9ac38c79763325 https://github.com/LinuxCNC/linuxcnc/commit/cabd8b2e68219389c37cb779ee9ac38c79763325 Author: Luca Toniolo <107...@us...> Date: 2026-09-13 (Sun, 13 Sep 2026) Changed paths: M src/emc/motion/homing.c Log Message: ----------- Merge pull request #4341 from tzuohann/homing-3717-2.9 homing.c: fix accumulation of HOME_OFFSETs when re-homing absolute encoders (2.9 backport) Commit: 9f26623a61a692aab19d6a4db7cafb59d4d1d3bd https://github.com/LinuxCNC/linuxcnc/commit/9f26623a61a692aab19d6a4db7cafb59d4d1d3bd Author: Rene Hopf <ren...@ma...> Date: 2026-09-13 (Sun, 13 Sep 2026) Changed paths: M .github/workflows/ci.yml Log Message: ----------- Update CI workflow to exclude debian:bullseye Removed 'debian:bullseye' from CI workflow images. closes #4510 Commit: fe72abb207f388eabaaea211fe28cc6b8d2a80bd https://github.com/LinuxCNC/linuxcnc/commit/fe72abb207f388eabaaea211fe28cc6b8d2a80bd Author: BsAtHome <be...@va...> Date: 2026-09-13 (Sun, 13 Sep 2026) Changed paths: M src/hal/utils/halcmd_main.c Log Message: ----------- Merge pull request #4474 from BsAtHome/fix_2.9-halcmd-autocomplete backport: halcmd: Fix auto-complete after change to libedit Commit: b0b1515555b2688d25e362a7517cc612950074be https://github.com/LinuxCNC/linuxcnc/commit/b0b1515555b2688d25e362a7517cc612950074be Author: Luca Toniolo <107...@us...> Date: 2026-09-19 (Sat, 19 Sep 2026) Changed paths: Log Message: ----------- Merge branch '2.9' Commit: 514be4f657b2f1c432ebaaebd117ef112e3e7565 https://github.com/LinuxCNC/linuxcnc/commit/514be4f657b2f1c432ebaaebd117ef112e3e7565 Author: Luca Toniolo <107...@us...> Date: 2026-09-20 (Sun, 20 Sep 2026) Changed paths: Log Message: ----------- Merge pull request #4575 from grandixximo/merge-2.9 Merge 2.9 into master Compare: https://github.com/LinuxCNC/linuxcnc/compare/80832539dd2a...514be4f657b2 To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications |