-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
Support for emergency parser for STM32 #17705
Comments
Which filament sensors are you using? Filament runout is supported on |
I am just using simple microswitch type. Problem is if I enable runout sensors I also have to enable Advanced Pause Feature or build fails. If I enable Advanced Pause Feature, I have to enable Emergency Parser or build fails. Note I just tried again and the error says "ADVANCED_PAUSE_FEATURE currently requires an LCD controller orEMERGENCY_PARSER". |
Correct, but as the error message you pasted above says, I use/support filament runout on several Having said all that, it would be nice if |
It also makes me a little bit worried when I can't kill remotely during heat up. I understand Emergency parser would fix this? I will probably rewire to take filament sensors to the TFT, at least for now. |
AND SADLY THE stm32 come from SKR BTT board which also come with TFT-35 or TFT24. These controller are not a compatible LCD and has no setting in configuration to turn on the LCD. That is why the STM filament run out on STM32 is dead code |
Does anybody know what actually prevents the emergency parser from working on stm32? I tried force enabling it by disabling the sanity check and at the very least it did not blow up but also did not work (I kind of expected it to crash or something). I would really like to get this working so I can cancel user inputs over octoprint without having to use the main power relay. Could someone point me in the right direction? |
I think from my point of view( I did messing with the planner), M108 can not be insert into lower level code when it is running in a fast loop of the core STM32. Most likely when it doing this you will see a communication timeout. probably because the STM32 was running too fast. The core code was not writing to support a real time clock but to run at what ever clock speed is. (I am thinking of pacman). model code should support code running at multiple divided clock speed to not hog all of the resource just waiting for a simple OK from user |
@jimhiggs still an issue? |
Looks like the Emergency arser support issue is being handled in #18095. |
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. |
I have two issues that I believe require emergency parser to be enabled for my printer based on BTT SKR Pro V1.1.
1 I cannot remotely stop the machine from ESP3D while heating (waiting for temperature).
2 Unable to implement filament runout sensors which require advanced pause which requires emergency parser.
There is an alternative to number 2 connecting filament sensor to the BTT TFT3.5 But I had wired my 3 filament sensors to 3 ports on the SKR Pro and defined each separately. If using the TFT there is only provision for one so would have to wire in serial and treat as one.
Is there likely to be support for emergency parser for STM32 any time soon or should I go the TFT route?
The text was updated successfully, but these errors were encountered: