258426aebb
Subgroup presets by page
2024-01-01 10:58:26 -05:00
98d1ca142e
Add defs for custom gcode
2024-01-01 10:58:25 -05:00
33507d3c15
Don't show option if defined with type coNone
2024-01-01 10:58:24 -05:00
370cc25f37
Use proper config when checking for custom gcode
...
make sure that the local copy of the config is being used when checking if there is custom gcode otherwise it would be possible it doesn't get run during testing
2024-01-01 10:58:23 -05:00
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
2c862be564
Merge branch 'main' into enh-port-edit-gcode-dlg
...
# Conflicts:
# src/slic3r/GUI/OG_CustomCtrl.cpp
# src/slic3r/GUI/OG_CustomCtrl.hpp
2024-01-01 10:58:04 -05:00
d677dbcb41
Improve checking placeholders
...
Dialog now shows all issues within the same dialog
If a custom gcode value is not specified within the config, a testing value is added. This ensures that (most) of the custom gcode is parsed, and thus checked against the definitions.
2024-01-01 10:57:23 -05:00
df64824db7
Remove SlicingState Options that aren't in Orca
...
Also organized and added missing options to `s_CustomGcodeSpecificPlaceholders`
2024-01-01 10:57:22 -05:00
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
bd0d4b49d6
Fix duplicate else statement
2024-01-01 10:57:19 -05:00
5430f25c53
Remove extraneous options
2024-01-01 10:57:18 -05:00
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
329224b8aa
Update Labels
...
Original Commit: prusa3d/PrusaSlicer@7efdbec
Co-authored-by: Lukas Matena <lukasmatena@seznam.cz >
2024-01-01 10:57:15 -05:00
d7942c268f
Add wrapping description
...
Original Commit: prusa3d/PrusaSlicer@83b8988
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:14 -05:00
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
f03496aaba
Add parameter description
...
Original Commit: prusa3d/PrusaSlicer@d652f15
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:11 -05:00
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
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
e81a80ccab
Improved ParamsViewCtrl
...
Original Commit: prusa3d/PrusaSlicer@59af551
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:07 -05:00
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
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
c9f893a4e9
Implement Preparation for Edit Custom Gcode
...
Original Commit: prusa3d/PrusaSlicer@7db83d5
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:04 -05:00
1cf62e13a2
add UndoValueUIManager from PS
...
from prusa3d/PrusaSlicer@32ff20d
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:03 -05:00
16a7a9626a
remove P1P-P1S warning
2023-12-30 15:22:18 +08:00
207ffb6763
preset export small tweak
2023-12-30 10:29:32 +08:00
beb7511d6b
Feature/build target 10.15 ( #3252 )
...
* Set target to 10.15, make porter templates explicit
* CMAKE_OSX_DEPLOYMENT_TARGET refactor
* Update build_release_macos.sh
fix typo
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2023-12-30 09:12:06 +08:00
92ec8cacd1
Rename '.bbscfg/bbsflmt' to 'orca_printer/orca_filament' for clarity and to reduce user errors. Note: Configs may no longer be compatible with BS hence the change
2023-12-29 23:36:28 +08:00
bb94d3e3f7
create datadir folder if not exist
2023-12-29 22:49:45 +08:00
df70b05532
Changed Slic3r mentions ( #3344 )
2023-12-29 20:18:46 +08:00
2a80456da1
check for new version rework, support "check for stable updates only" mode
2023-12-29 12:04:40 +08:00
e48f2cc8ad
make exclude_object off by default
2023-12-29 09:21:49 +08:00
71d35f269c
Fixed typo ( #3331 )
...
* Fixed typo
* An other swtitch
* Main-i-fold(tm)
2023-12-29 00:02:45 +08:00
124b53965c
fix/update locale
2023-12-28 00:23:42 +08:00
64de19f51b
Fixed a regression bug that --datadir was broken
...
fixed #3191
2023-12-28 00:23:42 +08:00
63fe8e26ec
ENH: Port of "wipe inside before extruding an external perimeter" feature from super slicer ( #3287 )
...
* Wipe Inside at Start of perimeter
Co-Authored-By: Merill <6536403+supermerill@users.noreply.github.com >
* Cleaned up code and linked it to the wipe on loop parameter
* Trigger build
* Introduced wipe before external loop parameter.
* Removed redundant functions
---------
Co-authored-by: Merill <6536403+supermerill@users.noreply.github.com >
Co-authored-by: SoftFever <softfeverever@gmail.com >
2023-12-27 11:21:33 +00:00
88eef73efa
Fixed a bug that spiral_mode_max_xy_smoothing was not hiden when vase is not enabled
2023-12-26 23:41:57 +08:00
cb1c93c738
Fixed a regression that Turkish lang option was missing
...
Fixed #3278
2023-12-26 23:41:56 +08:00
a9db1ffbc3
Layer height can't be zero. Fixed #3268
2023-12-26 23:14:53 +08:00
552ea33c2a
Don't hide exclude_object option for Marlin/RRF firmwares as Orca now support these firmwares
...
Fixed #3267
2023-12-25 12:00:32 +08:00
9c047a9df1
Show used filament length and weight per line type ( #3246 )
...
Show used filament length and weight per feature
Co-authored-by: SoftFever <softfeverever@gmail.com >
2023-12-24 11:54:55 +08:00
2d8830b339
Fixed an issue that bed texture was not reset when switching to a new printer model that don't have a valid bed texture.
...
also fix/tweak some printer's bed texture
2023-12-24 11:41:55 +08:00
1bf0b1bfdf
Trigger task progress update on paint event as well ( #3237 )
2023-12-23 22:35:07 +08:00
bbf7cdb1af
use ankerl::unordered_dense instead of std::unordered_set/map
2023-12-23 19:29:10 +08:00
d8a2c3c827
Fixed asserts and calculations in calculateExtrusionAreaDeviationError.
...
The previous method worked just for near collinear edges. But it was also used for sharp corners, and for those sharp corners, there was an overflow in the computation of weighted width.
Also, the computation of deviation error was wrong for those sharp corners.
(cherry picked from commit 89b9f702d6cd59bc64c93687bc086f17a206cd0b)
2023-12-23 19:29:10 +08:00
d4b859f099
Revert to WxWidgets 3.1.5 ( #3249 )
...
* revert to WxWidgets 3.1.5
* update nanosvg unicode path
2023-12-23 17:44:09 +08:00
d4546bc59b
Add a new option "emit_machine_limits_to_gcode" ( #3236 )
2023-12-23 15:02:27 +08:00
0c886f6c75
Fix tutk logs location ( #3209 ) ( #3248 )
2023-12-23 15:02:06 +08:00
9a8a4ccbaf
Bug fix: VFA Test fix ( #3230 )
...
VFA Test fix
2023-12-22 21:10:36 +08:00
4527889250
Bug Fix: Fix crash when printing by object after 1.8.2 code merge. Fixed tool ordering not done based on flush volume on BBL printers ( #3223 )
...
* PR: Fix crash when printing by object after 1.8.2 code merge
* PR: Revert change in tool ordering - reorder_extruders_for_minimum_flush_volume to enable tool sequencing based on projected flush volumes
* Bumping up reordering to up to 12 different colors on same layer.
* Updated tool ordering to distinguish between bbl printers when reordering tools
* Update to code comment
* Updated population handling of is_bbl_printer variable
2023-12-22 21:09:42 +08:00
c0ceac0f9c
ENH: PR: Alternate extra wall ( #3196 )
...
* ENH: PR: Alternate extra wall
* Updated tooltip
* Tooltip spelling correction
* Introduce dialog box to disable ensure vertical shell thickness
* Alternate Extra Wall - automatically disable for Vase mode and revert vase mode toggles
* Corrected invalid push
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2023-12-22 08:54:03 +08:00