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

Scan-Dot mode #283

Closed
npelov opened this issue Feb 19, 2018 · 4 comments
Closed

Scan-Dot mode #283

npelov opened this issue Feb 19, 2018 · 4 comments

Comments

@npelov
Copy link

npelov commented Feb 19, 2018

The best image quality I've produced until now is with EleksCam's Scan/Point mode. It's like your line to line tracing, but uses series of dots. In line to line mode the start and stop of the line is usually burned more than the rest of it. Dot mode is really slow, but it produces nice even burning.
In dot mode the most important parameters are laser power and time to leave the laser on in ms. And of course dots per mm (it's one value for both horizontal and vertical).

Their G-code looks like this:
G0 X1.234 Y1.234 - position
M3 - turn the laser on (although they use S code instead)
G4 P0.001 - wait 1ms
M5 - turn the laser off

The G4 Pn.nnn command's resolution is 1 ms (P0.001, although I don't think my hardware can achieve it.)

@arkypita
Copy link
Owner

@npelov
Copy link
Author

npelov commented Feb 23, 2018

Yes, it's a great feature. It works fine for bigger photos with gray levels. But it doesn't work that well with small solid black and white graphics. It still draws lines, not dots which makes them faster, but you loose detail for very small images - like engraving pens, key chains, etc. If you set higher lines per mm the burning in the solid area gets a lot deeper than the thinner areas. If you set lower, the filling doesn't look good. Dot mode works very good for text.

I would use EleksCam software for small items, but it is unusable if you want to burn more than one image on the same media. It crops white space, so even if the images have the same sizes they do not start from the same place. For example burn text using dot mode and then outline it using a solid object and outline mode.

@arkypita
Copy link
Owner

Nice hint, i will try to implement this mode in future.

@arkypita arkypita mentioned this issue Mar 10, 2018
83 tasks
@MartinW2
Copy link

MartinW2 commented Mar 4, 2022

Strongly supporting this request! 👍 It seems to be only few steps away in priority list :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants