TurnkeyTyranny / buildlog-lasercutter-marlin

Marlin firmware modified and configured for LMN's buildlog.net inspired lasercutter
53 stars 33 forks source link

Non-Uniform Power #10

Open gabrielklein opened 6 years ago

gabrielklein commented 6 years ago

I need more power to burn a part that is on the low left (x=0, y=200) of my xy table than on the top left (x=0, y=0). It's probably a problem of focus or alignment.

It would be cool if we can models that either in the driver or plugin.

As an example I test a few power/speed and find the one that cut on the top-left I do the same for the lower left.

Then I enter these values in the firmware and I can set a special mode that compensate for the lose of power (in the driver). It means that if I say "cut from (0, 0) to (200, 0) with power 10. It will cut with power 10, 11, 12... up to the necessary power to cut the bottom.

(Thank you really much for the work!)