Have Printing time information not only when printing from SD card, but also when printing via serial / USB #892
heinerolli
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
Include the Check https://github.com/mriscoc/Ender3V2S1/wiki/Octoprint for useful scripts for host printing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks, Miguel!
I‘ll try that.
One question: At the time when I put
M75 {File name}
in my printer start gcode, I do not know the actual file name which is to be printed. Is there some variable / placeholder for
File name
which I could use in the above instruction?
All the best, Heiner
Am 29.04.2023 um 18:57 schrieb Miguel Risco-Castillo ***@***.***>:
Include the M75 {File name} at the start of your g-code file.
Check https://github.com/mriscoc/Ender3V2S1/wiki/Octoprint for useful scripts for host printing.
—
Reply to this email directly, view it on GitHub<#892 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI5C4EVEEOLBFD4VZUPJSXTXDVCA5ANCNFSM6AAAAAAXQCPOMA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Miguel;
first of all thank you for this great firmware!
It works flawless for me. (I am using Ender3V2-422-BLTUBL-MPC-20230312.bin)
Recently, I added the ESP3D project to my printer, which allows 'remote printing' (via an ESP32 wired to the serial port within the Ender) Also this works great,
However, when I print like that via serial, I do not get printing time information on the Enders screen (which I really miss).
It turns out that that behavior is ruled by the following setting in Configuration_adv.h (https://github.com/mriscoc/Ender3V2S1/blob/Ender3V2S1-Released/Marlin/Configuration_adv.h):
My understing is that if you set:
#define M73_REPORT_SD_ONLY // Report only when printing from SDto
#define M73_REPORT // Report only when printing from SD-> Is that something you could consider implementing in your precompiled versions?
I would be happy to test that, but I am not able to do the compilation on my own...
I am relying on your precomplied versions
Hmmm - just saw that things like that should be possible via patreon . Will look ito this.
(*) There are workarounds like injecting M73 information during slicing, but this is only a band-aid
Beta Was this translation helpful? Give feedback.
All reactions