Ocraftyone
585a04a7d5
Fix linux crashing when opening EditGcodeDialog
2024-01-21 00:40:52 +00:00
Ocraftyone
391c6a3979
Remove Resizeable Border
...
Helps with previous commit
DataView currently doesn't resize vertically
Also, at the moment, the resize grabber is not respecting dark mode and this solves that too.
2024-01-11 06:46:04 -05:00
Ocraftyone
525ac275de
Hardcode Location of Add Button
...
Hardcoding it prevents the add button from jumping around when switching between parameters with single-line and multi-line descriptions
2024-01-11 06:03:20 -05:00
Ocraftyone
40c0adbdc4
Append extra parameters from preset
...
If an option is not under a category in the tab but is part of the preset, it is added to the dataview.
2024-01-10 21:33:53 -05:00
Ocraftyone
4fe6d3dd6e
Add search term highlighting to EditGCodeDialog
...
Now leaves text stored in ParamsNode un-formatted and uses flags to determine the formatting. The GetFormattedText function now returns the markup text.
2024-01-10 07:22:36 -05:00
Ocraftyone
76275a5334
Implement Search for GCode DataView
2024-01-08 18:00:32 -05:00
Ocraftyone
5f08f28266
fix linux compilation
2024-01-05 21:01:45 -05:00
Ocraftyone
87dad990cf
Remove unused code
2024-01-05 06:03:34 -05:00
Ocraftyone
b2dd075fce
Override full config defs in non-preset categories
2024-01-05 05:58:44 -05:00
Ocraftyone
01571e58aa
Add the rest of the param defs
...
Also added temperatures category to handle them
2024-01-05 05:24:53 -05:00
Ocraftyone
258426aebb
Subgroup presets by page
2024-01-01 10:58:26 -05:00
Ocraftyone
33507d3c15
Don't show option if defined with type coNone
2024-01-01 10:58:24 -05:00
Ocraftyone
4594c00cb4
Make Compatible with wx 3.1.5
...
This should be reverted when wxWidgets 3.2.1 is re-implemented
2024-01-01 10:58:22 -05:00
Ocraftyone
c79bb78d16
Update Icons
...
Add new icons from PS and update to use Orca color scheme
Original Commit: prusa3d/PrusaSlicer@37afe79
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:21 -05:00
Ocraftyone
bd0d4b49d6
Fix duplicate else statement
2024-01-01 10:57:19 -05:00
Ocraftyone
f30115ae2f
Add fix for linux
...
Original Commit: prusa3d/PrusaSlicer@361ef22
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:17 -05:00
Ocraftyone
d7942c268f
Add wrapping description
...
Original Commit: prusa3d/PrusaSlicer@83b8988
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:14 -05:00
Ocraftyone
132e9541ce
Edit Custom G-Codes Improvements
...
Orca: Added option to use CMake config option ORCA_CHECK_GCODE_PLACEHOLDERS to check custom gcode placeholders rather than using debug
Original Commit: prusa3d/PrusaSlicer@b8bb7f2
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:13 -05:00
Ocraftyone
f03496aaba
Add parameter description
...
Original Commit: prusa3d/PrusaSlicer@d652f15
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:11 -05:00
Ocraftyone
68b2a4d445
Implemented new grouping for the params
...
Original Commit: prusa3d/PrusaSlicer@b2bd7f5
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:10 -05:00
Ocraftyone
a54c1ab385
Partial Automation of getting Gcode placeholders
...
Included pre-generated files specific to Orca rather than PS provided files
Original Commit: prusa3d/PrusaSlicer@55d5921
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:09 -05:00
Ocraftyone
e81a80ccab
Improved ParamsViewCtrl
...
Original Commit: prusa3d/PrusaSlicer@59af551
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:07 -05:00
Ocraftyone
dfd5afb75f
Implement ParamsViewCtrl
...
+ GUI_App : Fixed update of the dark mode, when DataViewCtrl doesn't have header
-Orca: currently doesn't seem to display dataview labels properly. TBD if it continues to be an issue.
Original Commit: prusa3d/PrusaSlicer@c577b7f
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:06 -05:00
Ocraftyone
99092d3255
Add first impl of EditGCodeDialog
...
Only current issue is that the grabber for the resizeable window is currently white (ongoing issue for Orca)
Original Commit: prusa3d/PrusaSlicer@a8307bf
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:05 -05:00