print progress on TFT #2
Replies: 7 comments 15 replies
-
Currently the macros work with a combination of two things.
Check if the serial-btt-bridge.service is running, install socat if missing, adapt the service file itself if needed. Please do that first, maybe it's already the missing magic |
Beta Was this translation helpful? Give feedback.
-
thats what I wanted !even flow adjustment worksSent from my mobile phone, please excuse brevity and/or spelling errors
-------- Ursprüngliche Nachricht --------Von: freakyDude ***@***.***> Datum: 19.04.23 19:19 (GMT+01:00) An: freakydude/klipper-serial-btt ***@***.***> Cc: Paradisebaker ***@***.***>, Author ***@***.***> Betreff: Re: [freakydude/klipper-serial-btt] print progress on TFT (Discussion
#2)
Currently the macros work with a combination of two things.
Enable emit M73 progress support in slicer
Add the mainsail custom code suggestion, described also in the Readme here (set layer info....)
Please do that first, maybe it's already the missing magic
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi Freakydude I hope you did not misunderstand me, this was NOT any kind of complaint or accusation. Anyhow, I just tried the thing again: print, then use the cancel button on the screen. The print gets cancelled, the print head moves up (several times), then the homing sequence starts. since I didnt really print anything this time, I let it finish and collected the console output. 16:25:58 |
Beta Was this translation helpful? Give feedback.
-
I initiated the print from Mainsail, then cancelled from the tft screen of the Artillery Sidewinder X1. |
Beta Was this translation helpful? Give feedback.
-
I will retest that... |
Beta Was this translation helpful? Give feedback.
-
Hi Freakythanks, I will try, will take a little,, am pretty busy right now.will let you know....Sent from my mobile phone, please excuse brevity and/or spelling errors
-------- Ursprüngliche Nachricht --------Von: freakyDude ***@***.***> Datum: 09.08.23 00:16 (GMT+01:00) An: freakydude/klipper-serial-btt ***@***.***> Cc: Paradisebaker ***@***.***>, Mention ***@***.***> Betreff: Re: [freakydude/klipper-serial-btt] print progress on TFT (Discussion
#2)
@Paradisebaker I did a update of the scripts. And the pause/resume/stop scripts are now implement a little bit different. Try it again if you like - maybe your problem with the layer change is also gone.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I got the connection working, movement, heating, baby-stepping, bed-level, that all works.
But for some reason I do not get any printing information on the screen when I print from Klipper.
When I had Marlin with Octoprint connected in parallel to the display via UART (TFT was on serial2), the M75 signalled to the display the start of a print and the progress was taken from the M117 status messages.
My gcode from superslicer still contains the M117, but I had to drop the M75 as Klipper does not understand it.
Now I do not see any progress on the TFT.
Any idea how to do this?
Would another makro translate the M75 to klipper speak?
Thanks for any idea
Beta Was this translation helpful? Give feedback.
All reactions