-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
Problem: Homing X in >3.7.10 not working on ESP32 #1224
Comments
Show what happens when you try to home with Use the web install or release files, so the revision is properly shown in the messages. |
I have to manually build and upload via PlatformIO because the upload_speed is different than the web will allow (115200). I could not do a $H because I don't have a Z stop in place yet. Below I uploaded 3.7.17 and ran Commands Ran
Output
|
I don't understand that. upload_speed only affects the step where platformio is installing the newly-compiled firmware onto the ESP32. It does not affect the way that the binary is compiled so the usage behavior should be identical between a release binary and user-compiled binary. If you need to compile yourself in order to change the code, it is much better to use git clone to download the files, instead of getting a .zip file from github. git maintains version and change tracking, whereas .zip downloads do not. vscode knows how to do git clone with a click. If it were possible to configure github so .zip source downloads were unavailable, I would do so, as they are a nuisance. |
I was using PlatformIO to upload the binary, in the platformio.ini file I need to set this line Is there a way that I'm not aware of to have PlatformIO upload a binary that isn't compiled? Happy to try if there is. :) |
It sounds like you have some non standard hardware issues. You should explain that setup to us. |
PlatformIO uses the standard esptool program to upload - the same tool that is included in our release installer packages. You could get a release package (for example https://github.com/bdring/FluidNC/releases/download/v3.7.17/fluidnc-v3.7.17-posix.zip) and use the script therein to do the install. If you need to use a different binary than the one in the release package, just replace the file wifi/firmware.bin with the one you want. If you need to change the upload baud rate, edit install-wifi.bat (windows version) or tools.sh (posix version). |
Wiki Search Terms
Not homing X axis
Controller Board
MKS Tinybee v1.0
Machine Description
MPCNC Primo
Input Circuits
No response
Configuration file
Startup Messages
User Interface Software
No response
What happened?
Summary
I have tried the latest version of the software with no luck on homing the X axis, I reverted back to 3.7.10 which was working for me and it homed as expected. I then tried the incremental release update to determine where homing broke which is with 3.7.11 and onwards.
GCode File
No response
Other Information
Not Working 3.7.11
Commands Window
Boot
Working 3.7.10
Commands
Boot
The text was updated successfully, but these errors were encountered: