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
SoftFever
1054cf0c5f
Merge branch 'main' into enh-port-edit-gcode-dlg
2024-01-02 18:23:52 +08:00
SoftFever
25c87dad21
Fix boost download server issue
...
(cherry picked from commit b2ce4c18801fee19fe244059aa5915aca06a5819)
2024-01-02 16:26:01 +08:00
SoftFever
f08bdcf8a5
bump dev to 2.0.0-dev version
2024-01-02 16:02:51 +08:00
SoftFever
371baee5cb
Fix wrong option order
2024-01-02 16:02:51 +08:00
Noisyfox
d659301b9a
Fix issue that "Per-glyph" option not working when UI is in Chinese ( #3425 )
2024-01-02 16:01:05 +08:00
Ocraftyone
b34c3f2d3e
Merge remote-tracking branch 'origin/enh-port-edit-gcode-dlg' into enh-port-edit-gcode-dlg
2024-01-02 00:58:44 -05:00
Ocraftyone
2f3daceb50
Check if cmake option is truthy rather than defined
2024-01-02 00:56:30 -05:00
SoftFever
d36e35d961
Improve rendering quality when model color is pure black
2024-01-02 13:14:46 +08:00
SoftFever
bc09809a3b
Set CMAKE_OSX_DEPLOYMENT_TARGET properly on dev machine when calling build_release_mac.sh
2024-01-02 13:14:20 +08:00
Scott Mudge
fb861cda28
Add configurable short wall/perimeter cleaning for Arachne ( #2790 )
...
* add feature to add configurable value to clean/remove short un-closed walls/perimeters, to improve print times and reduce stringing (and generally lead to a cleaner print).
* fixes to short wall removal, which no longer affects bottom or top surfaces. allowed adjusting Top-surface threshold (renamed from One wall threshold for clarity) when short wall removal value is configured above default of 0.5.
* small fix for toggle_line for min_width_top_surface, to only be visible if min_length_factor > 0.5 and arachne is enabled.
* Use copy of input_params
* revert `One wall threshold"` string change
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-01-01 22:21:36 +00:00
Ocraftyone
c89aa495f5
Merge branch 'main' into enh-port-edit-gcode-dlg
2024-01-01 11:01:22 -05:00
Ocraftyone
bee540ffd6
fix spacing in tooltip
2024-01-01 10:58:27 -05:00
Ocraftyone
258426aebb
Subgroup presets by page
2024-01-01 10:58:26 -05:00
Ocraftyone
98d1ca142e
Add defs for custom gcode
2024-01-01 10:58:25 -05:00
Ocraftyone
33507d3c15
Don't show option if defined with type coNone
2024-01-01 10:58:24 -05:00
Ocraftyone
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
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
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
Ocraftyone
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
Ocraftyone
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
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
5430f25c53
Remove extraneous options
2024-01-01 10:57:18 -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
329224b8aa
Update Labels
...
Original Commit: prusa3d/PrusaSlicer@7efdbec
Co-authored-by: Lukas Matena <lukasmatena@seznam.cz >
2024-01-01 10:57:15 -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
Ocraftyone
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
Ocraftyone
1cf62e13a2
add UndoValueUIManager from PS
...
from prusa3d/PrusaSlicer@32ff20d
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-01-01 10:57:03 -05:00
Thomas
ee496ca59b
Added PAUSE command for change_filament_gcode on Elegoo Neptune 4 series ( #3411 )
...
Added PAUSE command for change_filament_gcode
on-behalf-of: @tomsbasement <tom@tomsbasement.shop >
2024-01-01 20:01:30 +08:00
SufficentMuffin
0925956dbe
Update 0.48mm Standard @BBL X1C 0.8 nozzle.json ( #3379 )
...
* Update 0.48mm Standard @BBL X1C 0.8 nozzle.json
Removed P1S 0.6mm nozzle from process profile.
* fix
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-01-01 19:42:53 +08:00
Thomas
c2a012a929
Updated French translations. ( #3410 )
...
on-behalf-of: @tomsbasement tom@tomsbasement.shop
2024-01-01 19:35:16 +08:00
SoftFever
955815e3dd
fix intermittent crashes caused by detect_overhang_wall
2024-01-01 19:30:55 +08:00
SoftFever
ad50e4ac83
Fxied a regression that wall order can't be set in height modifier
2024-01-01 18:21:19 +08:00
SoftFever
e80e2631ba
Fixed crashes caused by pressure eq when support is used ( #3407 )
...
Fixed crashed caused by pressure eq when support is used
2024-01-01 17:05:40 +08:00
Thomas
b08a5c44fe
Creality K1/K1 Max, Ender 3 V3 Series and Ender 5 S1 baseplates ( #3365 )
...
* Fixed retraction speed and added missing parameters.
* Fixes for manual filament change
* More tunings and fixes.
* Fixes and tunings
* Formatting
* Decrease z-hop for K1
* K1/K1 Max, Ender 3 V3 and Ender 5 S1 correct build platforms (Thanks Henlor !)
2024-01-01 15:08:56 +08:00
SoftFever
e625fc38fb
Revert "Improve ExtrusionLine::simplify, eliminating many very-short extrusion segments which led to blemishes in thin-wall models sliced with Arachne ( #3014 )"
...
This reverts commit 3ca290d503 .
Fixed #3340 #3375
2024-01-01 14:20:47 +08:00
Olcay ÖREN
712198b28d
Update OrcaSlicer_tr.po - TURKISH translation update ( #3396 )
...
* Update OrcaSlicer_tr.po - TURKISH translation update
* Update OrcaSlicer_tr.po - TURKISH translation update
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-01-01 13:47:25 +08:00
Vitalii Kutia
2dc45b698a
edit Ukrainian translation ( #3403 )
2024-01-01 13:47:04 +08:00
Lee Jong Mun
732420f1d1
kor translation update ( #3406 )
2024-01-01 13:46:53 +08:00
Noisyfox
232790aaa7
Fix crash when click the color paint gizmo when object part is selected ( #3405 )
...
Fix crash when click the color paint gizmo when object part is selected (#3404 )
Cherry-picked from bambulab/BambuStudio@1e99ce9535
Co-authored-by: liz.li <liz.li@bambulab.com >
2024-01-01 13:45:53 +08:00
Silence
c34e07acbb
Update README.md to provide alternative download links of webview2 runtimes ( #3384 )
...
Improve install and build instructions slightly.
2023-12-31 19:05:23 +08:00