Skip to content
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

Filament load notification spam bug #79

Open
PhilippK233 opened this issue Feb 8, 2022 · 5 comments
Open

Filament load notification spam bug #79

PhilippK233 opened this issue Feb 8, 2022 · 5 comments

Comments

@PhilippK233
Copy link

PhilippK233 commented Feb 8, 2022

After I press Filament load and the filament has been loaded the following notification appears: " Printer is Paused Paused for user continue?" When I press ok this notification appears before I can do anything and nothing happens. And this happens till I turn off my printer. So I looked in marlin mode if it works there and: yes AND after it loaded the Filament there are two options: "Purge more" and "Continue". When I press "Continue", the screen just disappears and I can use my Printer as normal. If I press "Purge more", it extrudes more Filament and then the options appear again and I can choose again. I have two pictures attached besides my Marlin Firmware and my TFT config.

Here are my printer specs:

  • BTT skr1.4 turbo
  • BTT tmc 2209 (doesn´t really matter)
  • BTT TFT 35 V3.0 E3

Thank you

IMG_4130

IMG_4129

Marlin-bugfix-2.0.x.zip

config_rrf.zip

@oldman4U
Copy link

Make sure Marlin has all necessary functions enabled which are mentioned in the ReadMe on the TFT firmware repository.

@PhilippK233
Copy link
Author

Make sure Marlin has all necessary functions enabled which are mentioned in the ReadMe on the TFT firmware repository.

That's the thing😂 I already looked for that, everything, which is mentioned, was already enabled😂

@oldman4U
Copy link

And Marlin is version?

@PhilippK233
Copy link
Author

And Marlin is version?

Bugfix-2.0.x

@radek8
Copy link
Contributor

radek8 commented Feb 15, 2022

Make sure Marlin has all necessary functions enabled which are mentioned in the ReadMe on the TFT firmware repository.

That's the thing😂 I already looked for that, everything, which is mentioned, was already enabled😂

It is not true.
You do not have the required parameters enabled.

you have to uncomment:
#define HOST_ACTION_COMMANDS
#define HOST_PROMPT_SUPPORT
#define M114_DETAIL
#define REPORT_FAN_CHANGE
#define M115_GEOMETRY_REPORT
#define AUTO_REPORT_POSITION
#define AUTO_REPORT_POSITION
#define EMERGENCY_PARSER
#define AUTO_REPORT_SD_STATUS

Why did you enable this option?
#define BLTOUCH_SET_5V_MODE
Your board has 3.3V logic.
5V can damage some pins.

Where did you connect the Probe? You do not have a Probe pin enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants