thewildmage
a6de577cf0
Merge remote-tracking branch 'upstream/main' into feature/pressure-advance-pattern-method
2023-07-14 10:39:02 -06:00
thewildmage
34c6122fed
Give value of config to const m_initial_config, not ref
2023-07-13 21:33:49 -06:00
thewildmage
13ac7c84e4
Clean up
2023-07-13 17:16:24 -06:00
thewildmage
f7216d3bdb
Bugfix: Shouldn't need to move handle to see pattern
2023-07-13 17:07:10 -06:00
thewildmage
b806476159
Remove asserts which limited life of key/value set
2023-07-13 12:28:41 -06:00
thewildmage
6f346c9ce1
Make sure set_key_value operates on existing keys
2023-07-13 11:33:54 -06:00
thewildmage
7e1156c68d
Remove unused lines, formatting clean up
2023-07-13 11:33:34 -06:00
thewildmage
03f7686aca
Don't hard-code print config settings
2023-07-12 17:25:04 -06:00
thewildmage
097a60d02e
Use correct model
2023-07-11 20:53:52 -06:00
thewildmage
a1f558e544
Use clearer function names
2023-07-11 17:44:03 -06:00
thewildmage
9883cee7c1
Make pattern actually move with handle
2023-07-10 21:56:34 -06:00
thewildmage
e11d409455
Re-generate pattern on reslice
2023-07-10 18:15:58 -06:00
thewildmage
b8728e7921
Pass model into generate_gcodes to improve consistency
2023-07-10 18:14:55 -06:00
SoftFever
e3a85e2b33
use smaller font for codes
2023-07-08 14:48:07 +08:00
thewildmage
3378aaff4e
Improve/fix pattern writer and config
2023-07-07 01:27:28 -06:00
SoftFever
bdf8c8d5b1
Merge remote-tracking branch 'remote/v1.6.0'
...
# Conflicts:
# .github/workflows/build_ubuntu.yml
# src/libslic3r/Print.cpp
# version.inc
2023-07-07 00:38:54 +08:00
SoftFever
c3c6bbc4e5
Port PrusaSlicer staggered_inner_seams
2023-07-06 21:08:39 +08:00
thewildmage
8be41ba2f4
Move pattern when handle moves
2023-07-05 21:20:16 -06:00
thewildmage
89df84a810
Formatting adjustments
2023-07-05 21:19:49 -06:00
thewildmage
e35a8a162f
Store CalibPressureAdvancePattern with model
2023-07-05 21:18:38 -06:00
thewildmage
67989cd134
Use Vec3d instead of Vec2d for m_starting_point and m_last_pos
2023-07-05 21:14:55 -06:00
thewildmage
f159e34998
Use correct bounding box
2023-07-05 21:06:02 -06:00
thewildmage
719f9c27c4
Consolidate m_starting_point and pattern_start functions
2023-06-28 09:04:55 -06:00
thewildmage
4bda8904e4
Move logic to Plater
...
Modifications to model in GCode cancelled _do_export from within itself
2023-06-27 22:36:11 -06:00
thewildmage
aa55c3bd7c
Use cube primitive as positioning handle
2023-06-26 12:16:19 -06:00
Scott Mudge and SoftFever
8e4a43ea5c
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
thewildmage
669047890a
New strategy for adding custom G-code
2023-06-20 16:48:21 -06:00
thewildmage
e5d8e25e4f
Reorganize Plater::calib_pa()
2023-06-19 12:02:44 -06:00
thewildmage
1dbc417387
Use new scaling method
2023-06-18 18:58:13 -06:00
thewildmage
6d57b56a5e
Proof of concept: Adding custom G-Code at layer
2023-06-12 10:01:33 -06:00
thewildmage
665a6c1f9a
Rearrange and clean up
2023-06-11 21:59:28 -06:00
thewildmage
c642fab703
Use placeholder STL to create needed layers
2023-06-11 21:12:45 -06:00
thewildmage
45ba09c70b
Handle top-level dialog changes, consolidate params definitions
2023-06-05 17:11:26 -06:00
thewildmage
1b59f517ed
Fix incorrect default step value
2023-06-05 14:39:10 -06:00
thewildmage
01ec1ed139
Fix invalid comparison
2023-06-04 18:11:21 -06:00
thewildmage
7b94e112b2
Reuse PA Line STL
2023-06-04 11:47:24 -06:00
Branden Cash
c675d979a7
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
8b0e307941
infill_anchor #500 #136
2023-05-27 17:39:48 +08:00
SoftFever
aa4704a6db
Decrease default PETG temp for temp tower test #1117
2023-05-27 10:17:49 +08:00
thewildmage
a384bab885
Add pattern method to Pressure Advance dialog
2023-05-22 16:04:24 -06:00
SoftFever
7fc16d8774
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
938d25ef50
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
cf8c6e22bd
Orca Tolerance Test
2023-05-13 18:22:55 +08:00
Scott Mudge
e23b600239
Fix build warnings, update deprecated boost headers ( #1035 )
...
Fix build warnings, update deprecated boost headers.
2023-05-11 23:46:15 +08:00
SoftFever
35f8dba5ab
fine tune retraction test
2023-05-10 22:32:51 +08:00
Scott Mudge
884041960e
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
c81ca8c9d7
profile cover image reorg
2023-05-07 23:52:11 +08:00
SoftFever
c9b20a0e10
fix a regression in layer time(log) view
2023-05-07 23:52:11 +08:00
SoftFever
da90e22b9f
Support interface fan speed
2023-05-07 23:52:11 +08:00
SoftFever
be4373583f
Number of slow layers #796
2023-05-07 23:52:11 +08:00