-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] Too much fixes needed since PRO UI MPC menus #25232 #25251
Comments
none of the errors so far are related to code. 1066 | #error "FILAMENT_RUNOUT_SENSOR requires FIL_RUNOUT_PIN." All of these are configuration issues You haven't told marlin where you have all these things plugged in. In total you have 11 missing pin defines FIL_RUNOUT_PIN |
Your FILAMENT_RUNOUT_SCRIPT is massively wrong, causing large warning. you have #define FILAMENT_RUNOUT_SCRIPT "M7/n G4 S2/n M9/n M125T" Firstly you use \n for command separators not /n I suspect this is what you intended. #define FILAMENT_RUNOUT_SCRIPT "M7\nG4S2\nM9\nM125T%c" |
Having PREVENT_COLD_EXTRUSION disabled is showing a bug, this was added in #25176
This code presumes extrude_min_temp exists
But extrude_min_temp is only setup when PREVENT_COLD_EXTRUSION is defined
|
Commit 6fe387b causing
simply rename constants to mpc |
PR created to fix the issues. |
Thank you very much , good job Filament runout script explaination M7 ' connect to simcard board to send SMS with ' pause ' message + M8 to send ' STOP/END of successfull printing' sms message because 3g/4g/5g not available everywhere , it's why i prefer SMS to know if something happen Simple ! I go to rebase my tronxyv7 firm and i will tell you if something wrong |
/n is still wrong... it is meant to be \n ie a newline character |
Yes , I go to fix this I really enjoy , the speed of your answer , the quality too Please , can you take a look on my ' serious PR' , ' toolchange evolutions ' + ' M125T' |
Not so sure but T should be reserved to tool change in gcode and can't be used as parameter, more or less like G and M |
Make corrections/fixing , and give it to the communauty for intensive testing Thanks for the ' \n' 😄 , pause testing if for tomorow , you just avoid me one or two hours of searching issues lolllllllllll |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
@thinkyhead
Impossible to compile because of the big commits PRO UI MPC menus
Preprocessor/Macro/class / members
You can use my TronxyV7 , try to compile and see where to fix
Thks
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
bf2.1
Printer model
No response
Electronics
No response
Add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Marlin.zip
The text was updated successfully, but these errors were encountered: