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

feat: add facility to Scan Metadata from G-code Files #1316

Merged
merged 5 commits into from
May 6, 2023

Commits on Mar 20, 2023

  1. Update GcodefilesPanel.vue

    Added Scan Metadata option in the gcode file right click menu to call the Metascan Moonraker endpoint to process files that are not auto processed because they are on a network mount or other drive that doesnt support inotify. added a small delay to allow for thumbnail processing as it sometimes took two scans to get the meta and thumbnail.
    siparker authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8660cf8 View commit details
    Browse the repository at this point in the history
  2. Update en.json

    added supporting phrases for the scan metadata option in gcode files.
    siparker authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    20ab9cf View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. refactor: use websocket instead of http request

    Signed-off-by: Stefan Dej <[email protected]>
    meteyou committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    2a93532 View commit details
    Browse the repository at this point in the history
  2. locale(de): add german locale

    Signed-off-by: Stefan Dej <[email protected]>
    meteyou committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    2471433 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. refactor: remove unused axios import

    Signed-off-by: Stefan Dej <[email protected]>
    meteyou committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    d79616a View commit details
    Browse the repository at this point in the history