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

Laser Problem #22

Open
Buitani opened this issue Jun 13, 2015 · 5 comments
Open

Laser Problem #22

Buitani opened this issue Jun 13, 2015 · 5 comments

Comments

@Buitani
Copy link

Buitani commented Jun 13, 2015

I tried the laser on mScara. I would like to cut paper. But it seems like the laser is to weak.
My settings:
Speed: 1%
Power: 254
Delay: 1

What can I do, to cut paper with the laser?

@Makeblock-official
Copy link
Owner

maybe you can add delay time, the item delay means additional halt time in ms for each small segment.

@Buitani
Copy link
Author

Buitani commented Jul 11, 2015

I tried that too (adding delay time) But it seems sometimes mscara moves with higer delay time even faster. Still can not cut paper...

@meeuw
Copy link
Contributor

meeuw commented Sep 5, 2015

I don't own the drawbot kit but my experience with the xybot is that the setup isn't directly used after changing, I needed to reset the controller by disconnecting the usb and power cable. The "insane" speed might be caused by invalid dipswitch settings for the motor control.

@Buitani
Copy link
Author

Buitani commented Sep 5, 2015

I tried your tip. I setup everything in mDraw. High Power and Delay numbers. Then disconnected and reconnected power and usb cable. Result is the same. I cant see a difference on the paper. Laser is always working with the same intensity no matter what numbers I set for Delay and Power.

@tur0kk
Copy link

tur0kk commented Dec 1, 2015

The problem is that the micro controller firmware (at least the xy plotter) parses the delay time to integer microseconds internally. That means with a value greater than 32ms you have an overflow (jump to -32ms) and the plotter starts to move faster again.

In summary:
you effectively have a delay time from 0ms to 32ms.

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

5 participants
@meeuw @Makeblock-official @tur0kk @Buitani and others