Making "Go To Work Zero" And "Go To Machine Zero" Buttons ...

Có thể bạn quan tâm

Skip to content Dismiss alert {{ message }} / cncjs Public
  • Notifications You must be signed in to change notification settings
  • Fork 553
  • Star 2.2k
  • Code
  • Issues 219
  • Pull requests 6
  • Discussions
  • Actions
  • Projects 1
  • Wiki
  • Security
  • Insights
Additional navigation options 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.

Sign up for GitHub

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

Jump to bottom Making "Go To Work Zero" and "Go To Machine Zero" buttons configurable #181 Closed cheton opened this issue Aug 1, 2017 · 2 comments Closed Making "Go To Work Zero" and "Go To Machine Zero" buttons configurable #181 cheton opened this issue Aug 1, 2017 · 2 comments Assignees @cheton Labels ⭐ feature (enhancement) Milestone 1.9

Comments

@cheton Copy link Collaborator

cheton commented Aug 1, 2017 edited Loading

Two motion buttons on the axes widget, Go to Work Zero and Go To Machine Zero, now default to "G0 X0 Y0 Z0" and "G53 G0 X0 Y0 Z0", respectively. For some safety reasons, one may want to go to Z0 first, and then X0Y0 to ensure machine safety. Others may want to go to X0Y0 and then Z0 for different purposes.

To fit all use cases, I'm considering providing textarea input controls in the widget settings page for configuring some motion buttons with custom commands, for examples:

Go To Work Zero (defaults to "G0 X0 Y0 Z0")

Example 1:

G0 Z0 ; Safe Z height G0 X0Y0

Example 2:

G0 Z50 ; Safe Z height G0 X0Y0 G0 Z0

Go To Machine Zero (defaults to "G53 G0 X0 Y0 Z0")

G53 G0 Z0 G53 G0 X0 Y0
All reactions @cheton cheton added the ⭐ feature (enhancement) label Aug 1, 2017 @cheton cheton added this to the 1.9 milestone Aug 1, 2017 @cheton cheton self-assigned this Aug 1, 2017 @cheton cheton mentioned this issue Aug 1, 2017 1.9 Release Backlog #139 Closed 40 tasks @amx1 Copy link

amx1 commented Aug 2, 2017

Hi Cheton,

perfect idea. I hard coded this already for my router with first lift the tool head G0 Z0 and then G0 X0 Y0.

  • Axel
All reactions @cheton cheton changed the title Making "Move To Work Zero" and "Move To Machine Zero" buttons configurable Making "Go To Work Zero" and "Go To Machine Zero" buttons configurable Aug 16, 2017 cheton added a commit that referenced this issue Aug 21, 2017 @cheton Make "Go To Work Zero" and "Go To Machine Zero" buttons configurable (#… 4fb3b0e …181) @cheton cheton mentioned this issue Aug 24, 2017 "Go To" should move Z axis first/last #189 Closed @cheton Copy link Collaborator Author

cheton commented Aug 25, 2017

Release Notes of CNCjs 1.9.8 https://github.com/cncjs/cncjs/releases/tag/v1.9.8

All reactions @cheton cheton closed this as completed Aug 25, 2017 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees

@cheton cheton

Labels ⭐ feature (enhancement) Projects None yet Milestone 1.9 Development

No branches or pull requests

2 participants @cheton @amx1 You can’t perform that action at this time.

Từ khóa » G0 X0 Y0