You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[TFT Screen Configuration and support for RRF](#tft-screen-configuration-and-support-for-rrf)
53
54
-[Setup of BTT TFT35 E3 V3 with MKS SGEN L Mainboards](#setup-of-btt-tft35-e3-v3-with-mks-sgen-l-mainboards)
54
55
-[Show more statistics at the end of the print](#show-more-statistics-at-the-end-of-the-print)
55
-
56
+
56
57
57
58
58
59
@@ -412,6 +413,36 @@ See [BIGTREETECH-TouchScreenFirmware/releases](https://github.com/bigtreetech/BI
412
413
413
414
## Appendix
414
415
416
+
### Integration with Octoprint / Octoprint Triggering Commands
417
+
418
+
Octoprint can optionally trigger some actions to the TFT sending specific gcodes. The following actions and the related triggering gcodes are currently supported by the TFT fw:
419
+
420
+
**start:**
421
+
M118 A1 P0 action:print_start
422
+
**end:**
423
+
M118 A1 P0 action:print_end
424
+
**cancel:**
425
+
M118 A1 P0 action:cancel
426
+
**pause:**
427
+
M118 A1 P0 action:pause
428
+
**resume:**
429
+
M118 A1 P0 action:resume
430
+
**time remaining progress:**
431
+
M118 A1 P0 action:notification Time Left hms (e.g. 02h04m06s)
432
+
M117 Time Left hms
433
+
**file data progress:**
434
+
M118 A1 P0 action:notification Data Left / (e.g. 123/12345)
435
+
M117 Data Left /
436
+
437
+
When the trigger "print_start" is received, the TFT switches to Printing menu.
438
+
Once on Printing menu, the "pause", "resume" and "stop" buttons on the menu will be disabled.
439
+
That means only Octoprint will control the print.
440
+
Only on print end or cancel the TFT Printing menu is finalized (statistics available etc...) and unlocked (it can be closed).
441
+
442
+
**NOTE:** A new plugin on Octoprint implementing the above protocol should be the preferable way (available to everyone)
443
+
444
+
445
+
415
446
### Embedded Gcode Thumbnails
416
447
417
448
The TFT is able to display embedded gcode thumbnails in the file list viewer using two different flavors: Bigtreetech-style or PrusaSlicer-style.
@@ -469,7 +500,7 @@ Auto detect fw type + separate config.ini for easier setup
469
500
- Print status monitoring with mid-print tuneing/pausing
470
501
- Macro support
471
502
- Print from onboard/external SD card
472
-
- Please see [Feature request #1791](https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/issues/1791) for more information.
503
+
- Please see [RRF further tweaks #2278](https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/issues/2278) for more information.
0 commit comments