Project is burned/cut as a mirror image

I was following the lightburn beginner video 1. The project looked fine on the screen, but when two things happened:

  1. when I used frame the dimensions were about 30x bigger than what I set them at
  2. the project was burned as a mirror image to what I created on the screen.

Any suggestions would be welcome.

Are you saying that the final burned dimensions are 30x bigger than the designed dimensions within LightBurn? If so, you can calibrate your axes in Edit->Machine Settings->Calibrate Axis

This is typically caused by a misconfigured Origin setting in Edit->Device Settings. Your machine is likely meant to be set to front-left.

You are using mm and outputting inches, make sure all setting are consistant in either mm or inches. The mirror image is usually from incorrectly set origin.

Thank you - I did check and everything is in MM. I remeasured my area and made sure the work space was the correct size and the offset as well. I am new at this and very confused.

Thank you - checked what you suggested
I tried to calibrate the axes - but the window asks for a requested distance and an actual distance - I am not sure what to put in here…
they both read 200 currently

Requested distance refers to the size as designed. Actual distance refers to the size actually burned.

Can you do one thing? Run this command in Console and return the full text output here please?

$$

Grbl 1.1h [‘$’ for help]

[MSG:‘$H’|‘$X’ to unlock]

[MSG:Caution: Unlocked]

ok

$$

$0=10

$1=25

$2=0

$3=0

$4=0

$5=0

$6=0

$10=1

$11=0.010

$12=0.002

$13=0

$20=0

$21=0

$22=1

$23=0

$24=25.000

$25=500.000

$26=250

$27=1.000

$30=1000

$31=0

$32=0

$100=500.000

$101=250.000

$102=250.000

$110=5000.000

$111=5000.000

$112=500.000

$120=10.000

$121=10.000

$122=10.000

$130=200.000

$131=200.000

$132=200.000

ok

I was curious about this setting. If set to 1 the controller will report in inches. That’s not the case here so you should be good to go in that regard.

These define the number of steps per mm of travel for X, Y, and Z respectively. Typically X and Y are the same assuming you have the same stepper driver and motor. Are you getting twice as much travel on X as Y?

Yes the X is moving 2x as much as the y
So I should change it to???

The easiest way to go about this is to use Edit->Machine Settings->Calibrate Axis.

However, if X is moving exactly 2x Y and Y is otherwise cutting to the correct dimensions then just change it directly.

Enter this in Console:

$100=250

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