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

Size circuit #553

Closed
arthurwolf opened this issue Dec 8, 2019 · 4 comments
Closed

Size circuit #553

arthurwolf opened this issue Dec 8, 2019 · 4 comments

Comments

@arthurwolf
Copy link
Contributor

A common feature on laser cutters is when the machine is ready to cut, you can press a button and it will move the head in a rectangle around the exterior size of the job, so users can check if the job they set up fits within their workpiece.
This is very hard to implement in a host/controller software as it would need to read the whole Gcode file and try to determine the boundaries.
However, in Visicut ( at least for Smoothie users ) this would be fairly easy to implement: have a "check area" button next to the "execute" button. When the button is pressed, Visicut uses ethernet ( which it already supports ) to talk to the Smoothieboard and give it a few G0s, to make it go around the work area. It's just one HTTP request. This would be very helpful to our users, this is very often requested.
Thanks a lot!

@mgmax
Copy link
Collaborator

mgmax commented Dec 8, 2019

Sounds doable and helpful for many other machines. We need to be careful regarding usability:

  • one more button
  • it needs to be very clear that this button actually moves the machine -- for example, "check area" may be misunderstood as some software-only operation

By the way, if you use a camera (e.g. with VisiCam) you don't need these manual checks most of the time, and it is a lot more intuitive.

@t-oster
Copy link
Owner

t-oster commented Dec 8, 2019

I remember that this is already possible. You have to define a profile with 0% power and use the 'cut outline' feature.

@arthurwolf
Copy link
Contributor Author

arthurwolf commented Dec 10, 2019 via email

@mgmax
Copy link
Collaborator

mgmax commented Jan 1, 2020

duplicate of #181

@mgmax mgmax closed this as completed Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants