-
Notifications
You must be signed in to change notification settings - Fork 0
Work babystep page #9
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HugoCLSC
added a commit
that referenced
this pull request
Aug 25, 2025
* Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * pull request changes --------- Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC
added a commit
that referenced
this pull request
Aug 25, 2025
* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * Refactor: Deleted unused dev debt code * Refactor: prepare for pull request * Work babystep page (#9) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * pull request changes --------- Co-authored-by: Roberto Martins <[email protected]> * del: Unused files * Fix: wrong signal name for runnign gcode on babystep * Work babystep page (#10) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * FIX: fixed an problem where the variable _z_offset was getting the value of the text * ADD: added an label with the first z value before changing it * Fixed bug due to incorrect run gcode signal name * Refactor: babystep page, run gcode signal nameing --------- Co-authored-by: Roberto Martins <[email protected]> * Work loading screen (#11) * ADD: added loading screen widget * UPD: updated loadpage with the popup system (appear on top) * ADDED: added the option to load an gif into loadpage widget instead of an circle animation * ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading] * Refactor address for websocket and rest connections * Refactor unused imports, code, deleted print methods used for debugging * Refacto: fix the default animation type when instantiating the class --------- Co-authored-by: Roberto Martins <[email protected]> * Work network styling (#12) * add: networks sytle first version * ADD: add line edit , list button (new version) and ScrollBar (new version) widgets * update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it * Fix: Toggle button animation bug The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method. * add: added funcionality and logic for network panels (bug fixes needed) * Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method * Refactor: deleted unusedcode, inheritance QObject to integrate into the application * Refactor: UI button types --------- Co-authored-by: Roberto Martins <[email protected]> * Work cancel popup (#13) * ADD: added dialog page in this case to comfirmate if the user want to cancel the print * Refactor unused imports --------- Co-authored-by: Roberto Martins <[email protected]> * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * fix merging issues * last-fix merging issues * fix ListCustomButton inheritance parent * Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself --------- Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC
added a commit
that referenced
this pull request
Aug 25, 2025
* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * Refactor: Deleted unused dev debt code * Refactor: prepare for pull request * Work babystep page (#9) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * pull request changes --------- Co-authored-by: Roberto Martins <[email protected]> * del: Unused files * Fix: wrong signal name for runnign gcode on babystep * Work babystep page (#10) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * FIX: fixed an problem where the variable _z_offset was getting the value of the text * ADD: added an label with the first z value before changing it * Fixed bug due to incorrect run gcode signal name * Refactor: babystep page, run gcode signal nameing --------- Co-authored-by: Roberto Martins <[email protected]> * Work loading screen (#11) * ADD: added loading screen widget * UPD: updated loadpage with the popup system (appear on top) * ADDED: added the option to load an gif into loadpage widget instead of an circle animation * ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading] * Refactor address for websocket and rest connections * Refactor unused imports, code, deleted print methods used for debugging * Refacto: fix the default animation type when instantiating the class --------- Co-authored-by: Roberto Martins <[email protected]> * Work network styling (#12) * add: networks sytle first version * ADD: add line edit , list button (new version) and ScrollBar (new version) widgets * update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it * Fix: Toggle button animation bug The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method. * add: added funcionality and logic for network panels (bug fixes needed) * Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method * Refactor: deleted unusedcode, inheritance QObject to integrate into the application * Refactor: UI button types --------- Co-authored-by: Roberto Martins <[email protected]> * Work cancel popup (#13) * ADD: added dialog page in this case to comfirmate if the user want to cancel the print * Refactor unused imports --------- Co-authored-by: Roberto Martins <[email protected]> * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * fix merging issues * last-fix merging issues * fix ListCustomButton inheritance parent * Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself --------- Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC
added a commit
that referenced
this pull request
Aug 26, 2025
* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * Refactor: Deleted unused dev debt code * Refactor: prepare for pull request * Work babystep page (#9) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * pull request changes --------- Co-authored-by: Roberto Martins <[email protected]> * del: Unused files * Fix: wrong signal name for runnign gcode on babystep * Work babystep page (#10) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * FIX: fixed an problem where the variable _z_offset was getting the value of the text * ADD: added an label with the first z value before changing it * Fixed bug due to incorrect run gcode signal name * Refactor: babystep page, run gcode signal nameing --------- Co-authored-by: Roberto Martins <[email protected]> * Work loading screen (#11) * ADD: added loading screen widget * UPD: updated loadpage with the popup system (appear on top) * ADDED: added the option to load an gif into loadpage widget instead of an circle animation * ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading] * Refactor address for websocket and rest connections * Refactor unused imports, code, deleted print methods used for debugging * Refacto: fix the default animation type when instantiating the class --------- Co-authored-by: Roberto Martins <[email protected]> * Work network styling (#12) * add: networks sytle first version * ADD: add line edit , list button (new version) and ScrollBar (new version) widgets * update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it * Fix: Toggle button animation bug The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method. * add: added funcionality and logic for network panels (bug fixes needed) * Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method * Refactor: deleted unusedcode, inheritance QObject to integrate into the application * Refactor: UI button types --------- Co-authored-by: Roberto Martins <[email protected]> * Work cancel popup (#13) * ADD: added dialog page in this case to comfirmate if the user want to cancel the print * Refactor unused imports --------- Co-authored-by: Roberto Martins <[email protected]> * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * fix merging issues * last-fix merging issues * fix ListCustomButton inheritance parent * Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself --------- Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC
added a commit
that referenced
this pull request
Aug 26, 2025
* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * Refactor: Deleted unused dev debt code * Refactor: prepare for pull request * Work babystep page (#9) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * pull request changes --------- Co-authored-by: Roberto Martins <[email protected]> * del: Unused files * Fix: wrong signal name for runnign gcode on babystep * Work babystep page (#10) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * FIX: fixed an problem where the variable _z_offset was getting the value of the text * ADD: added an label with the first z value before changing it * Fixed bug due to incorrect run gcode signal name * Refactor: babystep page, run gcode signal nameing --------- Co-authored-by: Roberto Martins <[email protected]> * Work loading screen (#11) * ADD: added loading screen widget * UPD: updated loadpage with the popup system (appear on top) * ADDED: added the option to load an gif into loadpage widget instead of an circle animation * ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading] * Refactor address for websocket and rest connections * Refactor unused imports, code, deleted print methods used for debugging * Refacto: fix the default animation type when instantiating the class --------- Co-authored-by: Roberto Martins <[email protected]> * Work network styling (#12) * add: networks sytle first version * ADD: add line edit , list button (new version) and ScrollBar (new version) widgets * update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it * Fix: Toggle button animation bug The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method. * add: added funcionality and logic for network panels (bug fixes needed) * Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method * Refactor: deleted unusedcode, inheritance QObject to integrate into the application * Refactor: UI button types --------- Co-authored-by: Roberto Martins <[email protected]> * Work cancel popup (#13) * ADD: added dialog page in this case to comfirmate if the user want to cancel the print * Refactor unused imports --------- Co-authored-by: Roberto Martins <[email protected]> * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * fix merging issues * last-fix merging issues * fix ListCustomButton inheritance parent * Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself --------- Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC
added a commit
that referenced
this pull request
Sep 1, 2025
* Fix: fixed reload button not fetching files list * Add: initial configfile support dev * Add: get methods, with typing annotations * Refactor: clarified copyright notice * Refactor file parsing & loading * Add: support for adding sections and options to configparser * Fix: error on internal config tracking while adding new sections and options * Added support for saving changed configurations to file, does not preserve comments * Work babystep page (#10) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * FIX: fixed an problem where the variable _z_offset was getting the value of the text * ADD: added an label with the first z value before changing it * Fixed bug due to incorrect run gcode signal name * Refactor: babystep page, run gcode signal nameing --------- Co-authored-by: Roberto Martins <[email protected]> * Work loading screen (#11) * ADD: added loading screen widget * UPD: updated loadpage with the popup system (appear on top) * ADDED: added the option to load an gif into loadpage widget instead of an circle animation * ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading] * Refactor address for websocket and rest connections * Refactor unused imports, code, deleted print methods used for debugging * Refacto: fix the default animation type when instantiating the class --------- Co-authored-by: Roberto Martins <[email protected]> * Work network styling (#12) * add: networks sytle first version * ADD: add line edit , list button (new version) and ScrollBar (new version) widgets * update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it * Fix: Toggle button animation bug The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method. * add: added funcionality and logic for network panels (bug fixes needed) * Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method * Refactor: deleted unusedcode, inheritance QObject to integrate into the application * Refactor: UI button types --------- Co-authored-by: Roberto Martins <[email protected]> * Work cancel popup (#13) * ADD: added dialog page in this case to comfirmate if the user want to cancel the print * Refactor unused imports --------- Co-authored-by: Roberto Martins <[email protected]> * Work filelist styling (#14) * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * Refactor: Deleted unused dev debt code * Refactor: prepare for pull request * Work babystep page (#9) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * pull request changes --------- Co-authored-by: Roberto Martins <[email protected]> * del: Unused files * Fix: wrong signal name for runnign gcode on babystep * Work babystep page (#10) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * FIX: fixed an problem where the variable _z_offset was getting the value of the text * ADD: added an label with the first z value before changing it * Fixed bug due to incorrect run gcode signal name * Refactor: babystep page, run gcode signal nameing --------- Co-authored-by: Roberto Martins <[email protected]> * Work loading screen (#11) * ADD: added loading screen widget * UPD: updated loadpage with the popup system (appear on top) * ADDED: added the option to load an gif into loadpage widget instead of an circle animation * ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading] * Refactor address for websocket and rest connections * Refactor unused imports, code, deleted print methods used for debugging * Refacto: fix the default animation type when instantiating the class --------- Co-authored-by: Roberto Martins <[email protected]> * Work network styling (#12) * add: networks sytle first version * ADD: add line edit , list button (new version) and ScrollBar (new version) widgets * update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it * Fix: Toggle button animation bug The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method. * add: added funcionality and logic for network panels (bug fixes needed) * Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method * Refactor: deleted unusedcode, inheritance QObject to integrate into the application * Refactor: UI button types --------- Co-authored-by: Roberto Martins <[email protected]> * Work cancel popup (#13) * ADD: added dialog page in this case to comfirmate if the user want to cancel the print * Refactor unused imports --------- Co-authored-by: Roberto Martins <[email protected]> * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * fix merging issues * last-fix merging issues * fix ListCustomButton inheritance parent * Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself --------- Co-authored-by: Roberto Martins <[email protected]> * Fix: fixed reload button not fetching files list * fix rebase problems * Work filelist styling (#14) * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * Refactor: Deleted unused dev debt code * Refactor: prepare for pull request * Work babystep page (#9) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * pull request changes --------- Co-authored-by: Roberto Martins <[email protected]> * del: Unused files * Fix: wrong signal name for runnign gcode on babystep * Work babystep page (#10) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * FIX: fixed an problem where the variable _z_offset was getting the value of the text * ADD: added an label with the first z value before changing it * Fixed bug due to incorrect run gcode signal name * Refactor: babystep page, run gcode signal nameing --------- Co-authored-by: Roberto Martins <[email protected]> * Work loading screen (#11) * ADD: added loading screen widget * UPD: updated loadpage with the popup system (appear on top) * ADDED: added the option to load an gif into loadpage widget instead of an circle animation * ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading] * Refactor address for websocket and rest connections * Refactor unused imports, code, deleted print methods used for debugging * Refacto: fix the default animation type when instantiating the class --------- Co-authored-by: Roberto Martins <[email protected]> * Work network styling (#12) * add: networks sytle first version * ADD: add line edit , list button (new version) and ScrollBar (new version) widgets * update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it * Fix: Toggle button animation bug The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method. * add: added funcionality and logic for network panels (bug fixes needed) * Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method * Refactor: deleted unusedcode, inheritance QObject to integrate into the application * Refactor: UI button types --------- Co-authored-by: Roberto Martins <[email protected]> * Work cancel popup (#13) * ADD: added dialog page in this case to comfirmate if the user want to cancel the print * Refactor unused imports --------- Co-authored-by: Roberto Martins <[email protected]> * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * fix merging issues * last-fix merging issues * fix ListCustomButton inheritance parent * Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself --------- Co-authored-by: Roberto Martins <[email protected]> * Revert file (deleted on merge #14) * Fix merge problems from merge #14 where file content was lost * Work filelist styling (#14) * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * Refactor: Deleted unused dev debt code * Refactor: prepare for pull request * Work babystep page (#9) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * pull request changes --------- Co-authored-by: Roberto Martins <[email protected]> * del: Unused files * Fix: wrong signal name for runnign gcode on babystep * Work babystep page (#10) * Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * FIX: fixed an problem where the variable _z_offset was getting the value of the text * ADD: added an label with the first z value before changing it * Fixed bug due to incorrect run gcode signal name * Refactor: babystep page, run gcode signal nameing --------- Co-authored-by: Roberto Martins <[email protected]> * Work loading screen (#11) * ADD: added loading screen widget * UPD: updated loadpage with the popup system (appear on top) * ADDED: added the option to load an gif into loadpage widget instead of an circle animation * ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading] * Refactor address for websocket and rest connections * Refactor unused imports, code, deleted print methods used for debugging * Refacto: fix the default animation type when instantiating the class --------- Co-authored-by: Roberto Martins <[email protected]> * Work network styling (#12) * add: networks sytle first version * ADD: add line edit , list button (new version) and ScrollBar (new version) widgets * update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it * Fix: Toggle button animation bug The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method. * add: added funcionality and logic for network panels (bug fixes needed) * Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method * Refactor: deleted unusedcode, inheritance QObject to integrate into the application * Refactor: UI button types --------- Co-authored-by: Roberto Martins <[email protected]> * Work cancel popup (#13) * ADD: added dialog page in this case to comfirmate if the user want to cancel the print * Refactor unused imports --------- Co-authored-by: Roberto Martins <[email protected]> * Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code * BUG FIX: centered thumbnail position * fix merging issues * last-fix merging issues * fix ListCustomButton inheritance parent * Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself --------- Co-authored-by: Roberto Martins <[email protected]> * Added config / gui integration, some cleanup on other files * Added: default configuration file * Clean prints --------- Co-authored-by: Roberto Martins <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Styling for the babystep page, reacheable during a print job