|
From: andypugh <no...@gi...> - 2026-06-07 09:36:41
|
Branch: refs/heads/master Home: https://github.com/LinuxCNC/linuxcnc Commit: 566e655f07e761114c25b7943829c97628542b0e https://github.com/LinuxCNC/linuxcnc/commit/566e655f07e761114c25b7943829c97628542b0e Author: david mueller <mue...@ho...> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M docs/src/config/ini-config.adoc M src/emc/rs274ngc/interp_convert.cc M src/emc/rs274ngc/interp_internal.hh M src/emc/rs274ngc/interp_setup.cc M tests/interp/g52/g92-offset-persistence/expected Log Message: ----------- fix(interp): reset G52/G92 offsets on prog_stop when DISABLE_G92_PERSISTENCE=1 This fixes #4096 - Adds canonical command to actually reset applied G92/G52 offset on M2,M30 with [RS274NGC] 'DISABLE_G92_PERSISTENCE = 1' - Updates INI documentation on DISABLE_G92_PERSISTENCE to reflect new behavior and agree with 'GCODE' documentation - Modify the 'g92-offset-persistence' test to account for the added 'SET_G92_OFFSET(0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000)' - Change type to 'bool' rather than 'int' Commit: 5f10ab741d1330f67055c6bdb8ecbf0fa37257b2 https://github.com/LinuxCNC/linuxcnc/commit/5f10ab741d1330f67055c6bdb8ecbf0fa37257b2 Author: andypugh <an...@bo...> Date: 2026-06-07 (Sun, 07 Jun 2026) Changed paths: M docs/src/config/ini-config.adoc M src/emc/rs274ngc/interp_convert.cc M src/emc/rs274ngc/interp_internal.hh M src/emc/rs274ngc/interp_setup.cc M tests/interp/g52/g92-offset-persistence/expected Log Message: ----------- Merge pull request #4098 from Sigma1912/fix_g52_g92_reset_on_m2 fix(interp): reset G52/G92 offsets on prog_stop when DISABLE_G92_PERSISTENCE=1 Compare: https://github.com/LinuxCNC/linuxcnc/compare/ca6607489152...5f10ab741d13 To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications |