Over Scan leaving Profile Marks using Mini Gerbil

As you can see in the pic I am getting a profile at the edges where the over scan max is.
What causes this?
I have also seen sometimes between cuts where the rapid/traverse moves have a faint line as if the laser isn’t fulling turning off between cuts. Feeling like they are both related.

TIA
Scanning%20offset%20burn

$0=5
$1=255
$2=0
$3=1
$4=0
$5=1
$6=0
$7=0
(ATC M6, pulse/ff)
$8=100
(ATC Tool Td, milliseconds)
$9=100
(ATC M6 Td, milliseconds)
$10=31
$11=0.010
$12=0.002
$13=0
$19=0
(Softstart, milliseconds)
$20=0
$21=0
$22=1
$23=3
$24=10000.000
$25=5000.000
$26=136
$27=1.000
$28=11
(Spindle freq. 0 to 15)
$30=800
$31=0
$32=1
$100=158.395
(x:stp/mm)
$101=157.583
(y:stp/mm)
$102=160.000
(z:stp/mm)
$103=160.000
(a:stp/mm)
$104=160.000
(b:stp/mm)
$110=13000.000
(x:mm/min)
$111=5000.000
(y:mm/min)
$112=5000.000
(z:mm/min)
$113=5000.000
(a:mm/min)
$114=5000.000
(b:mm/min)
$120=7000.000
(x:mm/s^2)
$121=1500.000
(y:mm/s^2)
$122=5000.000
(z:mm/s^2)
$123=3000.000
(a:mm/s^2)
$124=3000.000
(b:mm/s^2)
$130=230.000
(x:mm max)
$131=320.000
(y:mm max)
$132=200.000
(z:mm max)
$133=200.000
(a:mm max)
$134=200.000
(b:mm max)

@pauldg123 may be able to help with this, he is the creator of the miniGerbil.

1 Like

The visible traversal moves between cuts would be the same issue, but that’s very strange - LightBurn uses G0 moves for movement between cuts, so the laser should be completely off. You can turn on G0 moves for overscan in the device settings too, though G1 S0 should also be completely disabling the laser.

The setting is in the lower right of this image:
image

Thanks OZ!

So looks like I found the culprit.
I just finished my new 48x48 CNC Router build and learned a lot about EMI using a Spindle and VFD on this build, that got me thinking about my laser wiring…
I moved some wires and the MiniG around (power off) and on the next test it was worse so I knew I was on to something.

When I did the MiniG upgrade I removed all the spiral wire wrap due to all the needed rewiring but never installed it back.
Just now I wrapped all the wiring back up (separate pairs, as it should be) and it has never etched this good! Super clean edges!

Note: for w/e reason Acrylic Glass (backside facing up) will show the smallest amount of lasering that will not show up even on paper etc, thus why I use it for testing)

Thanks for you time.
Eric

Glad it all worked out. Also resistance on the big power connector on the mini Gerbil can cause faint lines to appear when not properly seated. So firmly and straight inserting the connector can help too if you encounter a similar issue as above. Ideally the LB software should use M5 (turn laser off) between travelling and lasering (M4 on) instead of just using S0.

I use G0 / G1 because it produces much smaller gcode. During a dithered scan, for example, using M4 / M5 pairs with each pixel would nearly double the size of the emitted gcode, and double number of commands to process.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.