We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
def M34(self, **words): self.execute('G91') self.execute('G1 Z-0.1 F300') self.execute('G90')
Placed in remap.py and initialized in the ini with:
REMAP= M34 modalgroup=10 python=M34
yields:
emc/task/emctask.cc 69: interp_error: remap_finished: got -13 - not in cblock.remappings! remap_finished: got -13 - not in cblock.remappings!
This same remapping works fine in 2.9.
LINUXCNC - 2.10.0~pre0 Linux 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 GNU/Linux RIP v2.10.0-pre0-728-g8890c410ee Axis Sim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Placed in remap.py and initialized in the ini with:
yields:
This same remapping works fine in 2.9.
LINUXCNC - 2.10.0~pre0
Linux 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 GNU/Linux
RIP
v2.10.0-pre0-728-g8890c410ee
Axis
Sim
The text was updated successfully, but these errors were encountered: