-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
BTT UPS #1732
Comments
Refer to this #1458 Lots of testing with the UPS but it seems like it only works properly through Marlin. |
sinole1987 in the BIGTREETECH-MINI-UPS-V2.0 repository you ask about the Relay v1.2. Which device are you finally using or is it about both? |
I bought both of those moduls, I though I can build my printer with automatic shutdown and power fail protection, which to be honest power fail is not that necessary. But it wasn't to hard to add until TFT screen came into picture. I didn't know that TFT software is so under developed. Relay works great, since it just need to hear M80 from board. the ups on the other hand. if it doesn't work right. it can even corrupt tft Firmware, which is kinda scary. |
can you tell me the file in which pins mapped for tft program, because someone wrote program for connecting UPS to tft screen but I cant find to which pin they assigned the UPS. |
Hello, BTT UPS needs to be connected to the motherboard and detected by Marlin in order to obtain the highest priority. Once the power is failed, some high-power loads such as hotbed and heating rod will be shut down immediately, so that the power in UPS can supply the stepper to move a longer distance. First of all, you need to set the In addition, if it is printed OnBoardSD and the TFT is working in touch mode, after power failure and restart, the TFT can not detect the You can get some information in here #890 (comment) |
Im going to try that. thank you |
worked great thank you. |
👍🏻
sinole1987 ***@***.***> schrieb am Di. 30. März 2021 um 09:07:
… worked great thank you.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1732 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM6XKZEXZCGY6ZWWD44DMYDTGF2BTANCNFSM4ZFO2MEA>
.
|
How have you solved the need to send M1000 S1? |
It just sends it to main board. and it interrupts the host. I had no issue there. but it is very important to set start G code exactly as was recommended by BTT post so the host knows where it is. I tested a USB print and even that one worked. |
Although, there is a hardware issue with UPS module that I hope BTT solves in revision 2. It seems that power delivery and power draw is not very smooth. when you turn of the printer it turns of slowly, screen flashes and stuff. and when you turn it back on capacitor are empty. they draw so much power that printer doesn't boot. you have switch it on and off again. I will post this on respective page later. maybe I should use lower AWG wire to power the UPS. im using same AWG 14 that i run to the mainbaord. |
As far as I understand all the TFT does is to let Marlin know that a print
has started and the resume after failure which is independent of the UPS
device.
sinole1987 ***@***.***> schrieb am Di. 30. März 2021 um 09:39:
… Although, there is a hardware issue with UPS module that I hope BTT solves
in revision 2. It seems that power delivery and power draw is not very
smooth. when you turn of the printer it turns of slowly, screen flashes and
stuff. and when you turn it back on capacitor are empty. they draw so much
power that printer doesn't boot. you have switch it on and off again. I
will post this on respective page later.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1732 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM6XKZAHHVCN6EJ6TDNHTXTTGF5Z7ANCNFSM4ZFO2MEA>
.
|
well, I connected the ups to the main board, and it is sending m1000 to marlin. perfectly interrupts any print on tft and raise the nozzle. |
Once the power is back the TFT also works? BTT suggested to send M1000
using Terminal.
sinole1987 ***@***.***> schrieb am Di. 30. März 2021 um 11:55:
… well, I connected the ups to the main board, and it is sending m1000 to
marlin. perfectly interrupts any print on tft and raise the nozzle.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1732 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM6XKZHJBTBEZPG4K23YGGDTGGNZDANCNFSM4ZFO2MEA>
.
|
yes, once the power is back, I just go to menu and select the media I was printing from, then it will ask if I want to continue print that was interrupted. If you confirm it will heat up printer, homes, purges and continues printing. but it will dump a little filament on the print again for some reason just like m600 used to, its much less though. I also activated these two lines in marlin:
|
Great, thank you! Happy printing |
After upgrade to this "BIGTREE_TFT35_V3.0.27.bin" version. Ups is not working anymore with marlin mode or touch screen mode. I don't know I miss something or not. Here is my configs:
|
PLR is not working in marlin 2.0.7.2 . I really don't see myself going back and setting up for marlin 2.0.6. but i know it works. As for marlin bugfix, I couldn't get it to work with TFT. X and Y didn't home. and everytime i pressed home X or Y on TFT nozzel came down full force and smashed into the bed. |
I am not sure problem is marlin version. Because ı use powerloss before upgrade tft and ı am using last version of marlin. |
I know for a fact many other people had problem using PLR in marlin 2.0.7.2, which is that last version. there are some open tickets on marlin GitHub. https://github.com/MarlinFirmware/Marlin/issues/19602 |
Most likely you have seen the https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware.git which has a minor bug fix for PLR. Check if it solves your problem |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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 the btt ups, and i see that there is a ups feature, i wanted to know if i should connect the panic pin to tft screen as well for the signal or main board will send to signal to tft? and if I should connect to screen, which pin should I connect to?
The text was updated successfully, but these errors were encountered: