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

Feature Request: Internal Storage Usage Meter #51

Open
Zettymaster opened this issue Jan 16, 2022 · 1 comment
Open

Feature Request: Internal Storage Usage Meter #51

Zettymaster opened this issue Jan 16, 2022 · 1 comment

Comments

@Zettymaster
Copy link

Currently there is no way, in both the Firmware and in Prusa Link, to see how much of the internal storage is used, free, or even how much there is at all (not even the Chat support seems to know!).

I would really like some sort of way to see the current storage stats, in the project files would be ideal.

@Prusa-Support
Copy link

Hello,
indeed, there was no way to track this so far but it appears to be a great feature.
We will try to add this in one of the future versions

Sarah Kapodistria
Prusa Research

filipkotoucek pushed a commit that referenced this issue Jun 6, 2024
- Prusa-Connect-SDK-Printer@35c1a6b: Add MMU related events and info data
- Prusa-Connect-SDK-Printer@7ac75e0: Printables now need User-Agent or our tests will..
- Prusa-Connect-SDK-Printer@47b9f5f: Report read timeouts differently, dodge "No inte..
- Prusa-Connect-SDK-Printer@b3e8f6d: add missing MANIFEST.in
- Prusa-Connect-SDK-Printer@69fdef9: release fixes
- Prusa-Connect-SDK-Printer@5e3d0dc: Release update
- Prusa-Connect-SDK-Printer@d539ae9: Fixed ruff
- Prusa-Connect-SDK-Printer@631df56: Added new command UPGRADE for PrusaLink upgrade
- Prusa-Connect-SDK-Printer@7e7c732: Adress inotify flags not by their name
- Prusa-Connect-SDK-Printer@58abfd3: Appease linters while removing metadata
- Prusa-Connect-SDK-Printer@89f193c: Appease linters while removing metadata
- Prusa-Connect-SDK-Printer@7894824: Appease linters while removing metadata
- Prusa-Connect-SDK-Printer@5bdc529: merge
- Prusa-Connect-SDK-Printer@591484e: pyproject.toml
- Prusa-Connect-SDK-Printer@dd29e1b: Static check
- Prusa-Connect-SDK-Printer@68f2924: Public release
- Prusa-Connect-SDK-Printer@ca46f8a: Support all 0x00 -> 0xFF characters in camera de..
- Prusa-Connect-SDK-Printer@61abd8b: Freeze the requirements
- Prusa-Connect-SDK-Printer@ec55ee9: Add manual focus for cameras
- Prusa-Connect-SDK-Printer@cc2e9d5: Added start_cmd_id to TRANSFER_STOPPED and TRANS..
- Prusa-Connect-SDK-Printer@0240e36: Add a way to ask whether a tracker tracks a give..
- Prusa-Connect-SDK-Printer@b57424d: Fix disabling of camera auto-detection
- Prusa-Connect-SDK-Printer@5d5aad4: Remove unnecessary indent
- Prusa-Connect-SDK-Printer@faf9a72: Fixed inotify ignoring hidden files
- Prusa-Connect-SDK-Printer@5ccfdbf: Removed deprecated mime type application/gcode
- Prusa-Connect-SDK-Printer@7214748: Added new mime type text/x.gcode to valid mime t..
- Prusa-Connect-SDK-Printer@55f4f81: rc3 release
- Prusa-Connect-SDK-Printer@622e0e6: Connect sends first SEND_INFO with Command-ID 0
- Prusa-Connect-SDK-Printer@f0dcb52: Updated transfer info response
- Prusa-Connect-SDK-Printer@76263c5: Added new info to README.rst file
- Prusa-Connect-SDK-Printer@1eefba6: Added time_transferring function to Transfer
- Prusa-Connect-SDK-Printer@aad9d7f: Fix camera iteration error, output count of disc..
- Prusa-Connect-SDK-Printer@0d30dfa: Transfer ID is implicitly None
- Prusa-Connect-SDK-Printer@ff3fb3a: Facilitate re-connecting of cameras stuck in the..
- Prusa-Connect-SDK-Printer@3e66504: Fixed pylint
- Prusa-Connect-SDK-Printer@969b7d1: Fixed gcode extensions checking, fixed warning
- Prusa-Connect-SDK-Printer@69aede7: Transfer ID changed from 64bit to 32bit number
- Prusa-Connect-SDK-Printer@48dc547: Add a resolution decision mechanism for use in c..
- Prusa-Connect-SDK-Printer@9b88a89: Permit manual camera triggering even if not on a..
- Prusa-Connect-SDK-Printer@8e3801b: Use wait ready timeouts for camera setting changes
- Prusa-Connect-SDK-Printer@a22ce86: Try to improve how a setting change failure gets..
- Prusa-Connect-SDK-Printer@c0fd768: Refactor camera disconnect error handling
- Prusa-Connect-SDK-Printer@5ff4232: Start_command_id renamed to start_cmd_id
- Prusa-Connect-SDK-Printer@48975b5: Fixed legacy files
- Prusa-Connect-SDK-Printer@d7b3cf7: Added force attribute to DELETE_FOLDER cmd for n..
- Prusa-Connect-SDK-Printer@007fd6b: transfer_id moved to root to all events
- Prusa-Connect-SDK-Printer@be622d9: Return all children data except nested children
- Prusa-Connect-SDK-Printer@144461e: Fixed dettach typo
- Prusa-Connect-SDK-Printer@7902849: Hold onto a Snapshot object with metadata while ..
- Prusa-Connect-SDK-Printer@d7304f7: Added new constants, changed to_dict() method, o..
- Prusa-Connect-SDK-Printer@9171091: Function round() changed to int()
- Prusa-Connect-SDK-Printer@ed0ada7: Fixed rounding to integer in transfer time_remai..
- Prusa-Connect-SDK-Printer@89b1240: Update ChangeLog
- Prusa-Connect-SDK-Printer@0cb18ae: Remove duplicate cameras, prioritize the auto-de..
- Prusa-Connect-SDK-Printer@362f04e: Init camera drivers in two stages
- Prusa-Connect-SDK-Printer@a2cdce4: Update a method docstring to reflect reality
- Prusa-Connect-SDK-Printer@de72445: Fix detecting cameras that were previously disco..
- Prusa-Connect-SDK-Printer@e41ac82: Shorten the request timeout to 10s from 30s
- Prusa-Connect-SDK-Printer@d5155a6: Destination changed to path for TRANSFER events
- Prusa-Connect-SDK-Printer@c9b449d: Do not answer any is_conected requests mid other..
- Prusa-Connect-SDK-Printer@ce955df: Fix broken time based camera triggering
- Prusa-Connect-SDK-Printer@42ae061: Catch errors occured when re-scanning cameras
- Prusa-Connect-SDK-Printer@bf7a851: Count layer triggers, trigger piles for each and..
- Prusa-Connect-SDK-Printer@b2d514e: Convert any unrecognised trigger_scheme to the d..
- Prusa-Connect-SDK-Printer@3b0e101: Sync SDK camera settings to the driver
- Prusa-Connect-SDK-Printer@906abc7: Set new trigger_scheme options
- Prusa-Connect-SDK-Printer@f96e64f: Shortened names supported_capabilities and setti..
- Prusa-Connect-SDK-Printer@a31d00c: Remove any mention of the PREPARED state
- Prusa-Connect-SDK-Printer@3e8d6cb: Remove automatic registration of cameras (auto-a..
- Prusa-Connect-SDK-Printer@0476c01: Trigger the camera after it's successfully added
- Prusa-Connect-SDK-Printer@eb9853e: Add a timestamp to the last photo taken
- Prusa-Connect-SDK-Printer@b853ffa: Add more type hinting, raise a more sensible error
- Prusa-Connect-SDK-Printer@985f519: Implement the functionality for auto adding came..
- Prusa-Connect-SDK-Printer@3a7c01e: Comply with PEP484 after PEP689 and mypy
- Prusa-Connect-SDK-Printer@cadbaee: Log specific driver exceptions
- Prusa-Connect-SDK-Printer@c3da6e7: Fix saving of disconnected cameras breaking
- Prusa-Connect-SDK-Printer@aebcf6a: Make CameraConfigurator thread-safe, decide on i..
- Prusa-Connect-SDK-Printer@6941478: Move classes between files so cyclic imports are..
- Prusa-Connect-SDK-Printer@f3ed7cf: Unify camera.py and cameras.py, start saving con..
- Prusa-Connect-SDK-Printer@551a0cc: Fix empty folders not sending children as an emp..
- Prusa-Connect-SDK-Printer@b0749f4: The first step to camera support
- Prusa-Connect-SDK-Printer@a5e2ee4: Snapshot moved to camera.py module
- Prusa-Connect-SDK-Printer@425cd7d: Added CameraRegister object
- Prusa-Connect-SDK-Printer@5dded99: Delete function will not be called on ro fs
- Prusa-Connect-SDK-Printer@20a83cd: Do not scan the full file for metadata, it is to..
- Prusa-Connect-SDK-Printer@0d7d8c3: Added new camera.py module with CameraManager cl..
- Prusa-Connect-SDK-Printer@3847ffb: Added snapshot object and loop
- Prusa-Connect-SDK-Printer@cefdb70: Fix a race condition in cmd cancel for priority ..
- Prusa-Connect-SDK-Printer@bd654ea: Parse PrusaSlicer comment blocks even if in the ..
- Prusa-Connect-SDK-Printer@0fd7a41: Fixed error when trying to check cache on not ex..
- Prusa-Connect-SDK-Printer@7ae4f43: Added PrinterType for TRILAB printers
- Prusa-Connect-SDK-Printer@43449eb: 0.7.0.rc1 - public release
- Prusa-Connect-SDK-Printer@59c52d9: Send state in every Event
- Prusa-Connect-SDK-Printer@12d63f6: TRANSFER_x even has transfer_id
- Prusa-Connect-SDK-Printer@b8d622c: TRANSFER_STOP supports transfer_id
- Prusa-Connect-SDK-Printer@490d5ec: team_id in TRANSFER_INFO
- Prusa-Connect-SDK-Printer@2679fec: Make downloads from Connects time out after 30s
- Prusa-Connect-SDK-Printer@486453d: fix START_CONNECT_DOWNLOAD
- Prusa-Connect-SDK-Printer@28d433b: ChangeLog reduction
- Prusa-Connect-SDK-Printer@dfed1cd: TRANSFER_INFO improvement
- Prusa-Connect-SDK-Printer@4d4a25b: Added prevention of deletion of currently printe..
- Prusa-Connect-SDK-Printer@4d4f3f7: Enclose the loop in try except as discussed
- Prusa-Connect-SDK-Printer@0aff0c5: Added StorageType enum to const
- Prusa-Connect-SDK-Printer@aa4e631: Add priority commands and fix bugs created in pr..
- Prusa-Connect-SDK-Printer@aa13d77: refactor loop
- Prusa-Connect-SDK-Printer@683249e: Give the whole command error to Connect
- Prusa-Connect-SDK-Printer@8b6613e: Fix internet being stuck on NOK
- Prusa-Connect-SDK-Printer@0f0f2f4: Allow setting the same parent to a condition
- Prusa-Connect-SDK-Printer@10b815c: Add Transfer callbacks
- Prusa-Connect-SDK-Printer@e47c9d7: Mount changed to Storage, related changes
- Prusa-Connect-SDK-Printer@f54273f: Pylint fixes
- Prusa-Connect-SDK-Printer@a8a2ced: Merge pull request #170 from prusa3d/fix-API-tit..
- Prusa-Connect-SDK-Printer@45a622c: Do not set API state to OK every cycle, but only..
- Prusa-Connect-SDK-Printer@3c972ff: Actually, responses were stupid, not mypy, sorry..
- Prusa-Connect-SDK-Printer@9285d1c: Fix mypy being theatrical
- Prusa-Connect-SDK-Printer@245521b: Inotify init event fix
- Prusa-Connect-SDK-Printer@e2797c8: Introduce a new conditions system
- Prusa-Connect-SDK-Printer@583e87c: Directory changed to Folder
- Prusa-Connect-SDK-Printer@542e3f7: Inotify fix - handling nested files
- Prusa-Connect-SDK-Printer@eb52a0c: Prusa Connect changed to PrusaConnect
- Prusa-Connect-SDK-Printer@5f1ac65: Added new SET_PRINTER_READY / CANCEL_PRINTER_REA..
- Prusa-Connect-SDK-Printer@8777fc8: Ignore logs associated with the same metadata pa..
- Prusa-Connect-SDK-Printer@1477f55: Add transfer ID
- Prusa-Connect-SDK-Printer@cc9169d: Add sheet settings and mbl
- Prusa-Connect-SDK-Printer@c2b39bc: dev2 release
- Prusa-Connect-SDK-Printer@93c2aa4: fix docs resouces
- Prusa-Connect-SDK-Printer@e788939: 403 response handling change
- Prusa-Connect-SDK-Printer@874c846: 400 responses handling change
- Prusa-Connect-SDK-Printer@473556c: Removed ready information from get_info and even..
- Prusa-Connect-SDK-Printer@aed79b5: Added CANCEL_PRINTER_READY command handler
- Prusa-Connect-SDK-Printer@ba308f5: READY state changed to IDLE, PREPARED state chan..
- Prusa-Connect-SDK-Printer@f0ac24b: Added command_id to telemetry, if there's a comm..
- Prusa-Connect-SDK-Printer@fa07b93: Add a mesh bed leveling event
- Prusa-Connect-SDK-Printer@d7f87ce: Make on the fly download throttling possible
- Prusa-Connect-SDK-Printer@5897352: get_free_space() replaced by get_space_info(), a..
- Prusa-Connect-SDK-Printer@2f9fa01: Add i3 MK2.5(S) variants into printer types
- Prusa-Connect-SDK-Printer@c407cd1: Create directory function does nothing if folder..
- Prusa-Connect-SDK-Printer@2f73441: testing release
- Prusa-Connect-SDK-Printer@7fca247: set license to AGPL 3
- Prusa-Connect-SDK-Printer@cc6b381: Fixed NoneType error in files.py
- Prusa-Connect-SDK-Printer@3a3d802: Add old values to error callbacks
- Prusa-Connect-SDK-Printer@38a10d4: Removed printer type, changed tests
- Prusa-Connect-SDK-Printer@b4d426d: Various fixes and corrections
- Prusa-Connect-SDK-Printer@afa93b6: Temporary-Code header changed to Code, added pri..
- Prusa-Connect-SDK-Printer@8922152: Filename and foldername exceptions rework
- Prusa-Connect-SDK-Printer@79a88b3: Unification of folder name
- Prusa-Connect-SDK-Printer@3890f2e: Added foldername length check
- Prusa-Connect-SDK-Printer@bb7aea1: Added filename length and forbidden characters c..
- Prusa-Connect-SDK-Printer@049c295: Added code attribute to Printer
- Prusa-Connect-SDK-Printer@5a4fe52: Added RegistrationStatus constants
- Prusa-Connect-SDK-Printer@3dec546: Flag checked replaced by prepared
- Prusa-Connect-SDK-Printer@d8363c0: release
- Prusa-Connect-SDK-Printer@0b961b4: Fix float timestamp
- Prusa-Connect-SDK-Printer@d514082: Transfer attribute completed change to transferred
- Prusa-Connect-SDK-Printer@9e08094: fix TRANSFER_INFO when no transfer
- Prusa-Connect-SDK-Printer@9fafaf7: Callbacks are attributes
- Prusa-Connect-SDK-Printer@8a768b9: Download finished callback
- Prusa-Connect-SDK-Printer@4d17f40: Implementation of START_URL_DOWNLOAD and START_C..
- Prusa-Connect-SDK-Printer@b93ac8c: refactor part 3 - tests fixed
- Prusa-Connect-SDK-Printer@c00ce2e: refactor part 2 - making values Optional
- Prusa-Connect-SDK-Printer@3d77f67: refactor part 1 - renaming functions, new function
- Prusa-Connect-SDK-Printer@acae212: fix download manager
- Prusa-Connect-SDK-Printer@4ff2f53: pylint fixes and pre-commit update
- Prusa-Connect-SDK-Printer@27772a8: Implemented suggestions from a code review
- Prusa-Connect-SDK-Printer@ccb4483: Download object replaced by Transfer object
- Prusa-Connect-SDK-Printer@1099813: Changed DOWNLOAD constants to TRANSFER
- Prusa-Connect-SDK-Printer@cfed203: Fixed import, added documentation to const, remo..
- Prusa-Connect-SDK-Printer@be1eec1: Added TransferInfo class and TransferType consta..
- Prusa-Connect-SDK-Printer@3f85553: fix DownloadManager
- Prusa-Connect-SDK-Printer@7df5447: command handlers use kwargs
- Prusa-Connect-SDK-Printer@3b0aa5e: kwargs for low level commands
- Prusa-Connect-SDK-Printer@4bf8599: Merge pull request #119 from prusa3d/pylint-fixes
- Prusa-Connect-SDK-Printer@3d2bcb0: fix compatibility pylint warnings
- Prusa-Connect-SDK-Printer@278cd2e: Updated code for pylint
- Prusa-Connect-SDK-Printer@58ee278: Added LOAD/UNLOAD filament constants
- Prusa-Connect-SDK-Printer@c8e926c: Fixed last_updated value for nested files, updat..
- Prusa-Connect-SDK-Printer@19192f0: Filesystem can mount directory to root
- Prusa-Connect-SDK-Printer@ad85ad9: Adapt Printer.set_connection for latest version ..
- Prusa-Connect-SDK-Printer@f176891: new develop version
- Prusa-Connect-SDK-Printer@5cbab3b: telemetry method use self.state instead of argum..
- Prusa-Connect-SDK-Printer@08becb9: SET_PREPARED fix
- Prusa-Connect-SDK-Printer@8880e3e: Remove m time (#112)
- Prusa-Connect-SDK-Printer@e524c37: Use `set_state` in `set_printer_prepared`
- Prusa-Connect-SDK-Printer@718d012: Add PREPARED state
- Prusa-Connect-SDK-Printer@e44e11c: next dev version
- Prusa-Connect-SDK-Printer@5ff5c05: PrusaLink release
- Prusa-Connect-SDK-Printer@f62b610: mypy fix
- Prusa-Connect-SDK-Printer@4ad9b09: Add a `RetryingSession` to amend situations wher..
- Prusa-Connect-SDK-Printer@229cf45: Make printer type optional
- Prusa-Connect-SDK-Printer@3565b62: command kwargs
- Prusa-Connect-SDK-Printer@0545e49: Progress is again 0.0
- Prusa-Connect-SDK-Printer@c14c708: Send progress as float in `Download.to_dict`
- Prusa-Connect-SDK-Printer@1468685: Format progress as `.3f`
- Prusa-Connect-SDK-Printer@2a28a6c: Also change progress to float in constructor
- Prusa-Connect-SDK-Printer@27ab68f: download.progress is now a float
- Prusa-Connect-SDK-Printer@5aa838a: Fix tests
- Prusa-Connect-SDK-Printer@8a68595: Better docs
- Prusa-Connect-SDK-Printer@3fc1a08: Infinity -> -1
- Prusa-Connect-SDK-Printer@e8d611b: Always send `download_bytes` in telemetry; progr..
- Prusa-Connect-SDK-Printer@d5ff123: Add download info event
- Prusa-Connect-SDK-Printer@cc4c2ed: Abort download on given conditions
- Prusa-Connect-SDK-Printer@0b4e725: fix travis linter
- Prusa-Connect-SDK-Printer@6f320c0: Added m_timestamp to dict, fixed comments and te..
- Prusa-Connect-SDK-Printer@dc06470: Increase verbosity for `parse_command`
- Prusa-Connect-SDK-Printer@24ac20e: fix invalid domain name
- Prusa-Connect-SDK-Printer@7f5fe14: Added m_timestamp to file attributes
- Prusa-Connect-SDK-Printer@74defb1: Error states iteration support
- Prusa-Connect-SDK-Printer@e795671: additional state attribute checked
- Prusa-Connect-SDK-Printer@ace47dc: Use an existing gcode to fix tests
- Prusa-Connect-SDK-Printer@b01b917: Fix `time_remaining` (which returned total time ..
- Prusa-Connect-SDK-Printer@ffca36c: Add `DownloadMgr.download_finished_db` and `DOWN..
- Prusa-Connect-SDK-Printer@929be41: Feedback from review
- Prusa-Connect-SDK-Printer@19a4b96: Fixes resulting from integration of downloads in..
- Prusa-Connect-SDK-Printer@e655a37: Implement review suggestions
- Prusa-Connect-SDK-Printer@5f5272b: Add `destination` to Download class and related ..
- Prusa-Connect-SDK-Printer@43b9679: Add throttling
- Prusa-Connect-SDK-Printer@244f636: s/total/size/
- Prusa-Connect-SDK-Printer@0dd9cbb: Fix tests
- Prusa-Connect-SDK-Printer@164c9e5: Implement changes from review
- Prusa-Connect-SDK-Printer@7d50579: cleanup
- Prusa-Connect-SDK-Printer@255117c: Cleanup and speedup tests
- Prusa-Connect-SDK-Printer@4ae1a12: Increase timeout so the test passes on travis, h..
- Prusa-Connect-SDK-Printer@5502386: Abort download if the downloaded file is the sam..
- Prusa-Connect-SDK-Printer@3f3a145: Fix travis tests
- Prusa-Connect-SDK-Printer@3367970: Fix circular import
- Prusa-Connect-SDK-Printer@19411b0: Fix pylint's problem with `finally` statement
- Prusa-Connect-SDK-Printer@7cb1203: Until download finished it is stored as hidden f..
- Prusa-Connect-SDK-Printer@9d3bc2d: Introduce `DOWNLOAD_ABORTED` event
- Prusa-Connect-SDK-Printer@ae4c817: Add REJECT for concurrent downloads
- Prusa-Connect-SDK-Printer@f80cc79: Factorize `run_loop`
- Prusa-Connect-SDK-Printer@fd3987e: Move download loop to the DownloadMgr
- Prusa-Connect-SDK-Printer@7494ad9: Add responses to the packages to be installed.
- Prusa-Connect-SDK-Printer@87b5445: Add DOWNLOAD, DOWNLOAD_INFO and DOWNLOAD_STOP co..
- Prusa-Connect-SDK-Printer@7370fb3: Telemetry sends download progress
- Prusa-Connect-SDK-Printer@c50bed0: Send `Token` header when downloading from Connect
- Prusa-Connect-SDK-Printer@4f3c10d: Add tests for download stuff
- Prusa-Connect-SDK-Printer@771f6ad: WIP: initial functionality for downloads
- Prusa-Connect-SDK-Printer@82b4123: Added additional network info
- Prusa-Connect-SDK-Printer@5f3531a: Speed up parsing of supported files (15MB/30s ->..
- Prusa-Connect-SDK-Printer@1dbc41f: Speed up parsing of supported files (15MB/30s ->..
- Prusa-Connect-SDK-Printer@6ecb5a9: free_space to FILE_CHANGED
- Prusa-Connect-SDK-Printer@8841f86: disable annotations, python3.6 support
- Prusa-Connect-SDK-Printer@a298e1e: release version
- Prusa-Connect-SDK-Printer@09cca49: estimated_to_seconds do not need seconds
- Prusa-Connect-SDK-Printer@dc0f1cf: Merge pull request #87 from prusa3d/job_id_fix
- Prusa-Connect-SDK-Printer@71cc8bb: better Event repr
- Prusa-Connect-SDK-Printer@945f583: new CONNECTION_TIOMEOUT constant set to 30s
- Prusa-Connect-SDK-Printer@da4f51f: new testing release
- Prusa-Connect-SDK-Printer@534c01a: fingerprint in INFO event
- Prusa-Connect-SDK-Printer@5ee8457: `get_file_info` raises a ValueError for dirs
- Prusa-Connect-SDK-Printer@6a8cc9d: inotify_handler is not call in Printer.loop
- Prusa-Connect-SDK-Printer@3587f6f: new stop_loop method
- Prusa-Connect-SDK-Printer@6622668: Added last_updated attribute to Mount class
- Prusa-Connect-SDK-Printer@53952c6: Added free_space attribute for FILE_CHANGED event
- Prusa-Connect-SDK-Printer@9ab2b88: Added free_space attribute for MEDIUM_INSERTED e..
- Prusa-Connect-SDK-Printer@d9ea80e: Added free_space attribute for INFO event
- Prusa-Connect-SDK-Printer@f825d55: estimated_to_seconds can returns None
- Prusa-Connect-SDK-Printer@64c3ccb: Add callbacks to error state changes
- Prusa-Connect-SDK-Printer@3a49678: Check for system clock adjustments
- Prusa-Connect-SDK-Printer@af4c0b8: Added function for check free space of storage
- Prusa-Connect-SDK-Printer@fc57030: estimated_to_seconds function
- Prusa-Connect-SDK-Printer@6507426: layer_height added to FDM metadata
- Prusa-Connect-SDK-Printer@8aa76e0: Don't throw exception on processing invalid meta..
- Prusa-Connect-SDK-Printer@767a797: new develop version
- Prusa-Connect-SDK-Printer@55154bd: SDK ignores files in hidden folders
- Prusa-Connect-SDK-Printer@46e2e02: SDK ignores hidden files .<filename>
- Prusa-Connect-SDK-Printer@83f4087: filesystem ignores hidden files .<filename>
- Prusa-Connect-SDK-Printer@a75c67b: inotify ignore hidden files .<filename>
- Prusa-Connect-SDK-Printer@1dd265e: create/delete cache using inotify handler
- Prusa-Connect-SDK-Printer@06097e5: No communication without token
- Prusa-Connect-SDK-Printer@a5de909: No notification handler
- Prusa-Connect-SDK-Printer@201389d: cache name modification, empty cache not created
- Prusa-Connect-SDK-Printer@1f98317: new dev version for image
- Prusa-Connect-SDK-Printer@339960c: load() and test_metadata modification
- Prusa-Connect-SDK-Printer@487e23f: typed package
- Prusa-Connect-SDK-Printer@ae4feec: STOPPED state
- Prusa-Connect-SDK-Printer@b67a3f7: fix event data structure
- Prusa-Connect-SDK-Printer@14ebab3: Added save/load cache functions to metadata
- Prusa-Connect-SDK-Printer@6eccb17: Added save/load cache functions to metadata
- Prusa-Connect-SDK-Printer@ab61cb2: Added save/load cache functions to metadata
- Prusa-Connect-SDK-Printer@eff730f: Added save/load cache functions to metadata
- Prusa-Connect-SDK-Printer@7d6174f: Added save/load cache functions to metadata
- Prusa-Connect-SDK-Printer@ec4e971: fix m_time and tests
- Prusa-Connect-SDK-Printer@aa729ef: Compute size for directories
- Prusa-Connect-SDK-Printer@2f25337: add meta data
- Prusa-Connect-SDK-Printer@5a019ac: format change by yapf
- Prusa-Connect-SDK-Printer@ac65418: Introduce a new error state `TOKEN`
- Prusa-Connect-SDK-Printer@6a4b349: Introduce basic ErrorState instances in errors.p..
- Prusa-Connect-SDK-Printer@c536e61: Connect response can has encode in mime-type
- Prusa-Connect-SDK-Printer@43870a7: Don't try to extract metadata from non-existing ..
- Prusa-Connect-SDK-Printer@99602ca: create gcode extension constant
- Prusa-Connect-SDK-Printer@584166c: Rename filename to path
- Prusa-Connect-SDK-Printer@c220966: Merge pull request #51 from prusa3d/connect-347-..
- Prusa-Connect-SDK-Printer@b9fa4a7: Merge branch 'master' into connect-347-rework
- Prusa-Connect-SDK-Printer@d65aee8: rework create , delete
- Prusa-Connect-SDK-Printer@1fd159e: Implement feedback from review
- Prusa-Connect-SDK-Printer@da3a3eb: Add error.ErrorState - chained error State infra..
- Prusa-Connect-SDK-Printer@0aeb6e0: fix update FileSystem
- Prusa-Connect-SDK-Printer@05664fd: JobState enum class
- Prusa-Connect-SDK-Printer@f6260f1: Add RESET_PRINTER command
- Prusa-Connect-SDK-Printer@93dc967: new develop version record
- Prusa-Connect-SDK-Printer@6ad21c9: testing release
- Prusa-Connect-SDK-Printer@ca45d75: Fix tests for latest changes in `printer.loop()`
- Prusa-Connect-SDK-Printer@5b61161: loop did not raise exception
- Prusa-Connect-SDK-Printer@41c2034: comment out developing debug
- Prusa-Connect-SDK-Printer@f9c2b58: Add thumbnail to get_file_info()
- Prusa-Connect-SDK-Printer@df754ee: Send metadata in get_file_info()
- Prusa-Connect-SDK-Printer@212fecf: api-key in INFO event
- Prusa-Connect-SDK-Printer@55dd22c: get_token in loop
- Prusa-Connect-SDK-Printer@3c16060: new testing release
- Prusa-Connect-SDK-Printer@656d30d: Revert ability to use any Command class as it se..
- Prusa-Connect-SDK-Printer@d05b226: Move warning about initialization to the constru..
- Prusa-Connect-SDK-Printer@d774826: Fix test_parse_command_no_fingerprint
- Prusa-Connect-SDK-Printer@b13b2f9: Add command-id to REJECT (for not initialised pr..
- Prusa-Connect-SDK-Printer@33e3ded: 0.1.3-dev
- Prusa-Connect-SDK-Printer@3ec3e56: Add more tests
- Prusa-Connect-SDK-Printer@3321dd4: Printer without sn and server
- Prusa-Connect-SDK-Printer@29371a2: Complain if Fingerprint and/or SN is not set
- Prusa-Connect-SDK-Printer@5c82727: 0.1.2 relase for testing
- Prusa-Connect-SDK-Printer@cf00371: Add MINI to PrinterType
- Prusa-Connect-SDK-Printer@c0efbd5: Add constants for JOB_INFO
- Prusa-Connect-SDK-Printer@3c35e94: Send the "state" value alongside the STATE_CHANG..
- Prusa-Connect-SDK-Printer@2d24e36: Re-add USER source
- Prusa-Connect-SDK-Printer@51e3bc5: Fix mount_for() method
- Prusa-Connect-SDK-Printer@76c690b: to_inotify -> use_inotify, fix weakref, remove s..
- Prusa-Connect-SDK-Printer@37c827b: Fix tests
- Prusa-Connect-SDK-Printer@f0ba483: Pylint whines about a getter not having a docstr..
- Prusa-Connect-SDK-Printer@715f047: Support getting file paths out of connect paths
- Prusa-Connect-SDK-Printer@18be504: File.path was renamed to File.name
- Prusa-Connect-SDK-Printer@588f3fc: Break loop refs preventing File garbage collection
- Prusa-Connect-SDK-Printer@8887ecb: Make Inotify be optional per mountpoint
- Prusa-Connect-SDK-Printer@2087e69: requirements fix
- Prusa-Connect-SDK-Printer@aebfc15: Support the "Force" header
- Prusa-Connect-SDK-Printer@9cab052: Change from a method to an argument
- Prusa-Connect-SDK-Printer@6f31f39: Use properties for sn and fprint to better suppo..
- Prusa-Connect-SDK-Printer@73912f2: Fix overlooked test handlers
- Prusa-Connect-SDK-Printer@6721fc8: Pass only the command, not the args
- Prusa-Connect-SDK-Printer@04a3695: Pylint whines, let's give it, what it wants
- Prusa-Connect-SDK-Printer@defad93: Pass the command instance to handlers
- Prusa-Connect-SDK-Printer@95d2a72: Use Event as a way to notify about a new command..
- Prusa-Connect-SDK-Printer@d26cf34: exception concept
- Prusa-Connect-SDK-Printer@df3a1b8: Add SEND_FILE_INFO handler
- Prusa-Connect-SDK-Printer@ac7f839: Add `fs` object to Printer along w. `mount()` an..
- Prusa-Connect-SDK-Printer@c68a0c3: rename Printer to PrinterType
- Prusa-Connect-SDK-Printer@d1e153d: Proofreading incl. fixes.
- Prusa-Connect-SDK-Printer@73de3cd: Examples
- Prusa-Connect-SDK-Printer@93ab3ad: Debug statements used while developing the Simul..
- Prusa-Connect-SDK-Printer@c2f5fc4: Create events and telemetry via Printer methods.
- Prusa-Connect-SDK-Printer@64ee691: Format by YAPF
- Prusa-Connect-SDK-Printer@6a3b53a: Apply feedback from review.
- Prusa-Connect-SDK-Printer@c3566b5: Add metadata parsers. Integrate yapf in precommit.
- Prusa-Connect-SDK-Printer@bbff169: fix typos
- Prusa-Connect-SDK-Printer@fcd9bef: Events and Telemetry are manage via Queue
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

No branches or pull requests

2 participants