-
Notifications
You must be signed in to change notification settings - Fork 118
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
MKS DLC32 MAX - Values for $101 and $102 cannot be changed #515
Comments
The board still has a lot of errors in the firmware :-/ $Wifi STA PWD=YourPassword ...and you can change $101 + $102 like this: $Y/StepsPerMm=200.000 It will still be displayed twice, but the new values will be adopted and then it will work. @Makerbase: Please release the source code if you are not willing to fix the errors yourself. |
Wow! Thanks bro! This is all I needed. I’m sure you guys will work out the other kinks! Have a fantastic day sir. MauriceOn Jan 20, 2025, at 5:24 PM, Psy_0p ***@***.***> wrote:
The board still has a lot of errors in the firmware :-/
I was able to get around the problem with $51 -$54 like this:
$Wifi STA PWD=YourPassword
$Wifi STA SSID=YourSSID
$Wifi AP SSID=MKS_DLC
$Wifi AP PWD=12345678
...and you can change $101 + $102 like this:
$Y/StepsPerMm=200.000
$Z/StepsPerMm=200.000
It will still be displayed twice, but the new values will be adopted and then it will work.
@Makerbase: Please release the source code if you are not willing to fix the errors yourself.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
If I try to change '$101' or '$102', the controller crashes and restarts. It seems that the two values are duplicated for some reason. If I query the parameters with '$$', it shows these two values twice. Once as '80' and once as '80,000' (see photo). The firmware is freshly flashed and I have not changed anything. How can I fix this problem? Thanks for your help...
The text was updated successfully, but these errors were encountered: