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

gcode: Add Marlin / Octoprint SD card compatible behavior #3976

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thess
Copy link
Contributor

@thess thess commented May 3, 2024

This PR adds enough SD card gcode compatibility to list USB contents, including sub-directories, and start/stop/pause/resume printing from Octoprint or any other gcode serial interface application.

  • Implement M20 compatible with Marlin (long-file name, size & timestamp)
  • Align M23 & M24 compatibility with Marlin
  • Add gcode M27 auto report from gcode: Add gcode M27 auto report support #3739
  • Updates M2x commands for use with EXTENDED_M20 support
  • Hides /usb root path

Addresses issue #3054
Alternative solution to #3765 (includes sub-directories and M23/M24 actually work)

Note: Installing the BGCode Octoprint plugin makes .bgcode files visible in the file listings. The entries can then be selected and printing started, etc. thus increasing the usability of Octoprint with the Buddy.

Implement M20 compatible with Marlin
Align M23 & M24 compatibility with Marlin
Add gcode M27 auto report support
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

Successfully merging this pull request may close these issues.

1 participant