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

RS274NGC named parameters #767

Merged
merged 7 commits into from
Oct 25, 2024
Merged

RS274NGC named parameters #767

merged 7 commits into from
Oct 25, 2024

Conversation

Paciente8159
Copy link
Owner

@Paciente8159 Paciente8159 commented Oct 24, 2024

  • implements named parameters (global read only) like the ones listed in LinuxCNC
  • implements parameter printing via command $# using the number or parameter name
  • minor parser optimizations
  • parser code splitting into 2 compilation units
  • added more test files

- splited code parser code into 2 units
- added parameter print grbl command via $#= (similar to grblHAL)
- modified float argument parsing with expressions enabled
- completed named params results
@Paciente8159 Paciente8159 added new feature: core new feature: core features tested: OK tested: OK and ready to integrate enhancement enhancement labels Oct 24, 2024
@Paciente8159 Paciente8159 merged commit e073d71 into master Oct 25, 2024
41 checks passed
@Paciente8159 Paciente8159 deleted the named-parameters branch October 25, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement new feature: core new feature: core features tested: OK tested: OK and ready to integrate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant