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

Seperate backend from frontend, abstract printer implementation #131

Merged
merged 64 commits into from
Jan 9, 2025

Conversation

suchmememanyskill
Copy link
Owner

@suchmememanyskill suchmememanyskill commented Oct 28, 2024

( ͡° ͜ʖ ͡°)

Roadmap:

  • Split settings between types of printer
  • Octoprint implementation
    • Needs testing
  • Serial Klipper implementation
    • Status updating
    • Sending commands
    • Resiliency
    • Gcode Images
    • Wifi-less setup
    • Make pc serial script consume less resources (don't while(true))
    • Serial script setup should use venv
  • Bambu (Local) implementation
    • Status updating
      • Update fan status
    • Sending commands
    • Starting a print
    • Resiliency
    • Other printers than A1
    • Editing parameters (Fan speed, printer speed)

Misc goals:

  • Custom icons
  • Multi printer seems very broken (fetch_min seemingly grabbing wrong indexes of printers)
  • Move Invert Screen to device section
  • Don't hardcode printer data interface, think of something better (we're currently reusing the same struct across all implementations without knowing which one does what)
  • Remove settings that are not available for a specific platform

@suchmememanyskill suchmememanyskill changed the base branch from master to dev October 28, 2024 00:30
@suchmememanyskill suchmememanyskill merged commit 1cd6c8f into dev Jan 9, 2025
2 checks passed
@suchmememanyskill suchmememanyskill deleted the printer-interface branch January 9, 2025 21:37
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