cprezzi / grbl-LPC

Multiple compiled versions for different boards & machines (under releases)
Other
56 stars 39 forks source link

Disabled Current Control? #13

Closed onezero1010101 closed 5 years ago

onezero1010101 commented 5 years ago

I am currently using Smoothieware on Smoothieboard, and am not sure if this is the same thing. But in my config I am setting the stepper motor current. Does your fork disable the ability to set this in the config? If that's the case, what current will be going to the steppers. Thanks, and sorry to have to open an issue to ask a question.

In the Readme.md I do see that it indicates the $140, $141, $142 are X, Y, Z current (amps), is this still functioning in yours?

cprezzi commented 5 years ago

In GRBL, settings either has to be compiled into the bin (defaults) or made by $key=val commands over the USBserial connection. A config file on the SD card will not be used. The Smoothieboard version uses the software current settings that can be configured with $140-143.

onezero1010101 commented 5 years ago

Thank you very much, I got the mks firmware loaded and initial testing looks to be working as expected. Great work!