jneilliii
16dc138e9f
change name from start_new_print to start_resume_print
2024-07-27 17:01:22 -04:00
Anton Skrypnyk
f42d3167c5
Fix file list update. Decouple filesystem from printer file structure.
2024-07-27 02:22:46 +03:00
Anton Skrypnyk
4ea98036e5
Improve ftp error logging. Update ftp tests.
2024-07-26 16:53:20 +03:00
Anton Skrypnyk
0d16732561
Fix ftp file list parsing
2024-07-26 16:11:09 +03:00
Anton Skrypnyk
ef305ee6ce
Fix bambu filesystem access from plugin class
2024-07-25 17:22:52 +03:00
Anton Skrypnyk
1f7eed6b23
Move all ftp operations to printer file system.
2024-07-25 16:51:15 +03:00
Anton Skrypnyk
55b78cea05
Fix reset print job after new file selected.
2024-07-24 17:15:47 +03:00
Anton Skrypnyk
f35f456eb2
Fix annotations
2024-07-24 17:15:47 +03:00
Anton Skrypnyk
42ba306e4f
Fix response messages. Fix filesystem name transformations.
2024-07-24 17:15:47 +03:00
Anton Skrypnyk
19cac21db6
Fix file info fetching
2024-07-24 17:15:47 +03:00
Anton Skrypnyk
4faa240b06
Fix sd card file access.
2024-07-24 17:15:47 +03:00
Anton Skrypnyk
38a6f58306
Fix bambu client connection.
2024-07-24 17:15:47 +03:00
Anton Skrypnyk
ed33fd8fb1
Fix state synchronization bugs. Fix unittests.
2024-07-24 17:15:47 +03:00
Anton Skrypnyk
53e1f88e1a
Fix serial io exception handling. Fix file system data fetch.
2024-07-24 17:15:47 +03:00
Anton Skrypnyk
8178dea15a
Fix unittest IO synchronization.
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
73f77ed659
Fix binary io flush logic.
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
a13a5a1e2a
Fix serial io read loop.
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
06c9d68390
Fix remote sd card mocks.
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
07f601694d
Fix serial IO synchronization.
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
98a1f59169
Implement idle state. Fix serial io
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
ba2eadb064
Add more mocks to printer unittests.
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
f5017b5631
Fix unittest mocks.
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
956a261a45
Fix refactoring artifacts. Add initial unittests.
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
155f3d2bd3
WIP Refactor printer logic into states and subsystem objects.
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
75b0a11fef
WIP Refactor sd card logic
2024-07-24 17:15:46 +03:00
Anton Skrypnyk
4da769da49
WIP Refactor gcode execution
2024-07-24 17:15:45 +03:00
Anton Skrypnyk
527ec9ef3c
Refactor plugin. Add typing
2024-07-24 17:15:45 +03:00
jneilliii
ad862d5ebd
Update README.md
2024-06-03 09:13:52 -04:00
jneilliii
b04202463d
add license file
2024-06-03 09:11:28 -04:00
jneilliii
8e3eb9c64b
0.0.23
...
* fix thumbnail url for avi based timelapse, #30
0.0.23
2024-05-24 23:37:51 -04:00
jneilliii
e1ea88dbae
0.0.22
...
* add file listing of avi files for non X1 devices, #29
0.0.22
2024-05-24 19:37:51 -04:00
jneilliii
ac7bb16a2b
0.0.21
...
add timelapses with thumbnail
0.0.21
2024-05-18 18:45:05 -04:00
jneilliii
112210a3f1
list timelapses on printer with thumbnail and download button
2024-05-18 14:31:03 -04:00
jneilliii
176154cfee
0.0.20 ( #27 )
...
* fixes issue related to printing a cloud print again and subtask_name including full path to file, #25
0.0.20
2024-05-14 13:33:37 -04:00
jneilliii
56e5fb4dd2
fixes issue related to printing a cloud print again and subtask_name including full path to file, #25
2024-05-12 17:21:53 -04:00
jneilliii
3e7708429d
0.0.19 ( #24 )
...
* attempt to fix A1 related print issues, #9
* flow rate increase logic for M220 from x1plus community
0.0.19
2024-05-12 13:39:25 -04:00
jneilliii
908173214f
adjust start print command for better A1 compatibility
0.0.18
2024-03-17 00:34:42 -04:00
jneilliii
df4bd6cf44
additional logging
2024-03-08 22:30:39 -05:00
jneilliii
bcb1e0f649
0.0.17
...
expose cloud connection options
0.0.17
2024-03-02 20:38:54 -05:00
jneilliii
f37eadf3ea
0.0.16
...
refresh file list if printing file not found in cached file list. potential fix for #9
0.0.16
2024-03-02 02:20:30 -05:00
jneilliii
48027f6008
update README.md
2024-03-02 01:07:19 -05:00
jneilliii
616fdf7a82
add TRANSFER_DONE event callback to relist files on SD card after upload, #2
2024-02-23 23:21:42 -05:00
jneilliii
c110fa140a
0.0.15
...
adjustments for differences with P1 and X1 file listing for cache folder, #7
0.0.15
2024-02-18 13:15:23 -05:00
jneilliii
3889efa67a
0.0.14
...
fix cache file list issues
optimize file listing to only update when retrieving file list and not while selecting or deleting a file
don't remove intermediary file on local storage
0.0.14
2024-02-18 01:57:28 -05:00
jneilliii
cb4b345aa7
0.0.13
...
use gcode_file instead of subtask_name if it doesn't have 3mf extension
0.0.13
2024-02-13 18:44:24 -05:00
jneilliii
3d0cc26147
0.0.12
...
fix issue with last PR that broke the ability to recognize currently printing file.
0.0.12
2024-02-12 21:35:09 -05:00
jneilliii
ff58636e41
0.0.11
...
support cache folder listing for P1 devices
add gcode command support
0.0.11
2024-02-12 19:14:10 -05:00
jneilliii
f54ab5c29f
Merge pull request #5 from Pavulon87/use-cache-folder
...
Allow use of cache folder and custom gcode commands
2024-02-12 18:33:27 -05:00
Pavulon87
7a4439c53e
allow use of cache folder and custom g-gcode commands
2024-02-12 16:17:17 +01:00
jneilliii
9eb8b0da65
0.0.10
...
fix cancel command, #4
0.0.10
2024-02-12 00:09:04 -05:00