-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Command M503 does not work on builds compiled from GitHub Actions #196
Comments
some things had to be disabled in order for all the options to fit. |
I made a test release here. let me know if it still does not work. do you recall a time [month] that this did start working ? |
does this issue sound familiar? maybe related? |
I did see #168 when looking up my issue, this could be related, which I why I ended up trying my own config. My configurations are attached in the original post, Everything else is based on 2024-December release. Using Aquila_GD32_UBL-ProUI-EX-01-26.bin, still results in I can do more testing after work today, but that's all I had time for this morning. |
instead of Im going to post a January release and hopefully everything else should be fixed |
I changed the workflow so hopefully this fixes the issue |
Just downloaded Aquila_GD32_UBL-ProUI-EX-01-30.bin. If I'm the only one with this issue, it might just be my hardware. There doesn't seem to be a lot of complaints about this. |
how do you get this error? what steps do you take |
I'm switching from the older Alex/Jyers Firmware. I use the firmware selector to select the Aquila G32 mainboard, ProUI, Cr/Bl Touch, and UBL. I take this firmware and place it in the Before I touch any settings, I connect octoprint back up, establish connection, then go to the terminal and run the command This process is the same whether I download from firmware selector or manually pick out the firmware in the release section. Compiling it with the defaults the actions bot should be using works just fine. |
have you tried any of the older firmware files, like 2024-April release I would suggest. |
I can try those ones out this afternoon when I get off work. I'll let you know which month stops working. |
actually a quick look at the other issue I see this:
but have you tried October? |
Apologies for the wait. Got wrapped up in a bunch of stuff yesterday. |
thanks for checking. yes that seems like the same exact issue that was going on. what I had done was change the Actions versions to the |
Both tests don't seem to work. Same Unknown Command error on both. |
that is so odd! well I can try using here is Test3 you can try, this fully reverts back to October and should narrow down what the issue is |
I just seen there was an update in one of the versions so I bumped that up maybe that can help fix any bug here is Test4 if you'd like to give it a go. |
and here I bumped the versions to the latest, couple other changes please let me know if anything works |
Did you test the latest release build?
Yes, and the problem still exists.
Bug Description
Attempting to get EEPROM Editor working through Octoprint.
When using the firmware compiled from GitHub actions (Aquila_GD32_UBL-ProUI-EX-12-12.bin), the M503 command sends response
Recv: echo:Unknown command: "M503"
When compiling through platformio, copying the configurations found in configurations/Voxelab Aquila/UBL/, I was able to get the M503 command working.
Here's my marlin configs: Marlin.zip
Didn't change anything besides the input shaping settings.
Hoping this is just something with the actions bot.
Printer Model
Voxelab Aquila
Model Type
Aquila OG
Your Mainboard
Aquila GD32
Other Mainboard Type
No response
Add-ons that could be involved
CR-Touch, Rasp-pi
ProUI-EX | Extra Features?
Yes
Bed Leveling
UBL - Unified Bed Leveling
Did you include your own configuration files?
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: