Commit Graph

2216 Commits

Author SHA1 Message Date
SoftFever
3a09cb46ef Improve seams:
1. Turn off wipe_on_loops by default
2. Change default wipe distance to 1 mm
2023-07-06 21:11:55 +08:00
SoftFever
a404bc2085 Port PrusaSlicer staggered_inner_seams 2023-07-06 21:08:39 +08:00
SoftFever
ee2ee478b6 optimize gcode generation 2023-07-06 00:01:06 +08:00
SoftFever
3494a2de8b update doxygen setting 2023-06-30 13:59:41 +08:00
Dylan
dff39ab000 Fix check multi filament valid (#1433)
* no need to check different filaments if using a multi-head printer

* bed temperatures warning
2023-06-29 12:03:34 +08:00
igiannakas
0a83db0b90 Optimise sandwich wall mode when perimeters are shared with multiple islands(Arachne only) (#1352)
* Update PerimeterGenerator.cpp

* PerimeterGenerator updated with improved Sandwich infill handling

Cleaned up code

* Beautified syntax

* Optimise the logic

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-06-29 12:02:07 +08:00
Scott Mudge
83a46a7853 Add option for skirt-speed override (#1371)
Add skirt speed option.

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-06-26 20:53:17 +08:00
Dylan
870e4e0290 fix is_extruder_used (#1422) 2023-06-25 15:18:56 +08:00
Scott Mudge
28ea2ff4a4 Bugfix for zero-width tree supports (#1367)
fix bug with zero width tree supports throwing exception.
2023-06-25 13:38:29 +08:00
Scott Mudge
a45cec054e Fix tooltip referencing "Studio" (#1370)
Fixed language with reference to "Studio"
2023-06-25 13:32:47 +08:00
Maciej Lisiewski
4972fc8710 Fix building with GCC13 (required to build on Arch and Fedora) (#1220)
* Backport TBB fix to allow building on GCC13

* Fix OpenEXR build with GCC13

* Fix Clipper2 build with GCC13

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-06-11 11:36:33 +08:00
Branden Cash
a819ba7ba5 fix(macos): disable App Transport Security (#1157)
* feat(webview): enable context menu

This enables the ability (at least on MacOS) to reload the webview.

* fix(webview): add handler for webview error

Adding this un-covered the following error when trying to load a the printer page using http and hostname:
```
OnError: error loading page about:blank  wxWEBVIEW_NAV_ERR_OTHER The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

```

* fix(macos): disable App Transport Security policy

Disables the [App Transport Security](https://developer.apple.com/documentation/bundleresources/information_property_list/nsapptransportsecurity) policy that blocks loading http urls (via hostname...ip addresses were fine because ip addresses can't have certs, so they would be excluded from the ATS restriction).

Resolves #791
2023-06-01 00:14:47 +08:00
SoftFever
d25ab16ba4 Add more PrusaSlicer compatible placeholder #1142 #1148 2023-05-27 19:38:14 +08:00
SoftFever
8bea2275d9 1. Add run_gettext.sh
2. Update locale
2023-05-27 19:08:42 +08:00
SoftFever
8f9b475ce3 infill_anchor #500 #136 2023-05-27 17:39:48 +08:00
SoftFever
8354815184 Decrease default PETG temp for temp tower test #1117 2023-05-27 10:17:49 +08:00
SoftFever
7b0421908c Fixed an issue that project file(.3mf) can't be loaded if plate name contains illegal characters like & #1141 2023-05-26 23:43:34 +08:00
SoftFever
48a83f0abd Skip checking Repetier server name #1116 2023-05-24 00:27:29 +08:00
SoftFever
d98eb65c17 tiny code clean up for Improve bridge_density commit 2023-05-22 21:14:11 +08:00
SoftFever
6d7dff937a Improve bridge_density #1043 2023-05-22 20:35:20 +08:00
SoftFever
3da5b316fc Update locale
1. include PhysicalPrinterDialog.cpp in the list.txt
2. Update Chinese translation
3. Add handy models to the translation list
2023-05-14 12:50:43 +08:00
SoftFever
7bca034563 Fixed an issue that Orcaslicer didn't jumping to device tab after sending job #520 #567 #1044 #1047 2023-05-14 00:31:31 +08:00
SoftFever
b964d86041 Orca Tolerance Test 2023-05-13 18:22:55 +08:00
SoftFever
def0d25e2b optimized M106 command
write down integer number instead of float
2023-05-12 23:12:50 +08:00
Scott Mudge
4737703e87 Fix build warnings, update deprecated boost headers (#1035)
Fix build warnings, update deprecated boost headers.
2023-05-11 23:46:15 +08:00
SoftFever
45bcef0d89 minor changes
1. when default hotend model
2. apply speed change for current path
2023-05-10 22:32:51 +08:00
SoftFever
b3b5cb7a9f fine tune retraction test 2023-05-10 22:32:51 +08:00
Mike Constantino
6f5fb1c936 Fix acceleration being set when disabled in PA line calibration (#1011)
Update GCode.cpp

Fixed issue where acceleration was being set on PA line calibration even when disabled in settings
2023-05-09 20:50:08 +08:00
Scott Mudge
33bb038bd1 Fixed double-label for fan speed-up time, fixed label to include hyphen (#996)
Fixed double-label for fan speed-up time, fixed label to include hyphen.
2023-05-08 22:24:39 +08:00
SoftFever
30b933e39d profile cover image reorg 2023-05-07 23:52:11 +08:00
SoftFever
91c50935c7 fix a regression in layer time(log) view 2023-05-07 23:52:11 +08:00
SoftFever
063cb978be Support interface fan speed 2023-05-07 23:52:11 +08:00
SoftFever
63699c5e5a Number of slow layers #796 2023-05-07 23:52:11 +08:00
SoftFever
cfaee98817 support full_fan_speed_layer 2023-05-07 23:52:11 +08:00
SoftFever
32f5c4d377 Uncheck print number for PA tower #975 2023-05-07 23:52:11 +08:00
SoftFever
889890c543 Calibration: retraction test 2023-05-07 23:52:11 +08:00
Heiko Liebscher
7a41deeb61 Fix german hotkey #950 (#984)
* fix empty label

* many typos fixed

* Magic Hotkey fix

* Typo in initial Setup Wizard #982
2023-05-07 22:00:00 +08:00
SoftFever
7a9d99f16d Fix an issue that OrcaSlicer can't open previously generated gcode/.3mf file #712 #958 2023-05-06 20:13:58 +08:00
SoftFever
bd6a4aea20 Improve bridging for one top perimeter when classical wall generator is used. 2023-05-06 13:46:06 +08:00
SoftFever
6e7cae4a02 remove duplicated bridge_angle 2023-05-06 13:46:06 +08:00
Scott Mudge
d3c3140073 Fan Speed Delay + Fan Kickstart Feature (#910)
Initial commit for fan speed delay, required some changes when porting from SuperSlicer.

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-05-06 13:41:47 +08:00
Scott Mudge
277d305f26 Dependency Update: add support for Visual Studio 2022, update Boost to 1.78, improve wxWidgets patch (#911)
* Changed wxWidgets to use forked version with patch applied to 3.1.5, rather than patching at build. Updated boost to 1.78 for VS2022 support, and fixed boost compat issue.

* Boost update to 1.78 only for Windows, fixed wxWidgets re-patching issue for Windows, corrected wxWidgets webview nuget hash.

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-05-05 23:01:10 +08:00
Dylan
81f2e1cda7 Add a new placehoder is_extruder_used for IDEX printers (#951)
* add placeholder 'is_extruder_used' for IDEX

* fix code_font using fixed-width font

* fix cmd+shift+g
2023-05-04 22:18:44 +08:00
SoftFever
5922a9f766 Fix regressions in calibrations after merging upstream changes #930 2023-05-04 20:17:07 +08:00
Heiko Liebscher
da7206ce47 fix 2 script windows (#926)
* fix 2 script windows

* fix #928
2023-05-03 20:57:38 +08:00
SoftFever
bcf1301b8f Fix thumbnail background 2023-05-02 22:25:29 +08:00
SoftFever
3bd9d42a86 User definable retraction length for filament change #903 2023-05-02 22:25:29 +08:00
SoftFever
b703dd0bed Merge branch 'master-remote' 01.06.00.66
# Conflicts:
#	.github/workflows/build_ubuntu.yml
#	bbl/i18n/OrcaSlicer.pot
#	bbl/i18n/de/OrcaSlicer_de.po
#	bbl/i18n/en/OrcaSlicer_en.po
#	bbl/i18n/es/OrcaSlicer_es.po
#	bbl/i18n/fr/OrcaSlicer_fr.po
#	bbl/i18n/hu/OrcaSlicer_hu.po
#	bbl/i18n/it/OrcaSlicer_it.po
#	bbl/i18n/ja/OrcaSlicer_ja.po
#	bbl/i18n/nl/OrcaSlicer_nl.po
#	bbl/i18n/sv/OrcaSlicer_sv.po
#	bbl/i18n/zh_cn/OrcaSlicer_zh_CN.po
#	resources/i18n/zh_cn/BambuStudio.mo
#	version.inc
2023-05-01 10:21:08 +08:00
SoftFever
0b118a1b34 fix thumbnail camera 2023-04-29 16:56:03 +08:00
SoftFever
ab0940807f fix typo 2023-04-29 10:30:42 +08:00