-
Notifications
You must be signed in to change notification settings - Fork 0
DevLog Week3
SBrennan1506 edited this page May 14, 2025
·
4 revisions
- 14-04-25 – Merge remote-tracking branch 'origin/UI' into feature/doing/obud/screenshots
- 14-04-25 – removed obselete test.py file
- 14-04-25 – added stl file and gcode attributes
- 14-04-25 – Minor changes
- 14-04-25 – Basic UI, css, html, and logger
- 14-04-25 – Add init PrinterSnapshotter class and constructor
- 14-04-25 – Merge UI branch into develop branch
- 14-04-25 – Merge branch 'develop_feat' into develop
- 14-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 14-04-25 – Merge remote-tracking branch 'origin/UI' into feature/obud/screenshots
- 14-04-25 – added gcode reading and layer height reading
- 14-04-25 – Implement fetch_snapshot function to download JPEG images from a printer's URL
- 14-04-25 – Add main execution blocj to start snaps capturing
- 14-04-25 – Add fetch_snapshot docstring
- 14-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 14-04-25 – Merge branch 'feature/doing/obud/screenshots' into develop
- 14-04-25 – fixed accidental second hdf5 file
- 14-04-25 – Add small comments in main block
- 14-04-25 – Add start_capturing with docstring to save snapshots and timestamps in HDF5
- 15-04-25 – Merge branch 'feature/doing/jjzf/docker' into develop
- 15-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 15-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 15-04-25 – Merge branch 'feature/doing/jjzf/simulator-generator' into develop
- 15-04-25 – Moved the while loop and logic into a function log_printer_data
- 15-04-25 – Modified start_capturing logic to create snapshot on each new detected layer, using log_printer_data
- 15-04-25 – fixed merge error
- 15-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 15-04-25 – Further clarification
- 15-04-25 – extract_snapshot.py is moved to UI folder. Need to be fixed. Issue with retrieving variable layer_num for taking screenshots.
- 15-04-25 – moved ip and paths to inputs on run_logger method
- 15-04-25 – Refactor(Pipfile): Update the Pipfile
- 15-04-25 – Merge remote-tracking branch 'origin/feature/doing/obud/screenshots' into feature/doing/obud/screenshots
- 15-04-25 – Code Clarification
- 15-04-25 – Feat(simulator): Update the Run instruction
- 15-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 15-04-25 – Refactor(pullFromPrint.py): Modify relevant file path
- 15-04-25 – Moved HDF5 structure initialization logic in a separate hdf_structure_init() method
- 15-04-25 – Feat(Docker): Add Dockerfile for the simulator
- 15-04-25 – Add docstring and comments for clarity
- 15-04-25 – added probe data to pullFromPrint
- 15-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 15-04-25 – Moved the while loop and logic into a function log_printer_data
- 15-04-25 – ignore update
- 15-04-25 – Added HTML reading and Parameter Group in preprint
- 15-04-25 – Moved HDF5 structure initialization logic in a separate hdf_structure_init() method
- 15-04-25 – removed dot print and made pullFromPrint paths relative
- 15-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 15-04-25 – added a interval_time to run_logger
- 15-04-25 – Code Clearing and removing unnecessary groups
- 15-04-25 – removed old hdf5 and added comment to layer change
- 15-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 15-04-25 – Hotfix
- 15-04-25 – updated logger.py to include STL metadata
- 15-04-25 – removed dot print and added comments to pullFromPrint paths
- 15-04-25 – Add docstring and comments for clarity
- 15-04-25 – Modified start_capturing logic to create snapshot on each new detected layer, using log_printer_data
- 15-04-25 – Data exclusion and filter
- 16-04-25 – Merge
- 16-04-25 – Changed global varaibles
- 16-04-25 – Feat(simulator): Further modularize and refactor file structure for maintainability
- 16-04-25 – Merge branch 'develop' of https://github.com/zholvin/CS3300-Project into develop
- 16-04-25 – Nth
- 16-04-25 – made start button not work without required files
- 16-04-25 – Refactoring into smaller pieces. Add save_snapshot_hdf() function.
- 16-04-25 – Feat(simulator): Further modularize and refactor file structure for maintainability
- 16-04-25 – Checkboxes for UI
- 16-04-25 – Refactored code structure. Make it more reusable.
- 16-04-25 – Live logs on UI
- 16-04-25 – Feat(simulator): Improve the simulator with
main.py - 16-04-25 – added uploadBox + uploaded files with clearbutton
- 16-04-25 – cleaned up webapp, css and js a bit
- 17-04-25 – added printer IP textForm
- 17-04-25 – New Improved Live Log Window
- 17-04-25 – Merge branch 'feature/doing/jjzf/simulator-generator-swagger' into develop
- 17-04-25 – Feat(simulator): Develop a
swagger data generator - 18-04-25 – Update(Pipfile): Add bs4, beautifulsoup5