d9f13f1420
Fixed conversion to utf8 of strings entered using Custom G-code dialog
2021-04-16 09:48:22 +02:00
f19beec8f8
Project dirty state manager -> Improvements to management of gizmos dirty state
2021-04-16 09:36:19 +02:00
19bf72fdcf
Project dirty state manager -> management of gizmos dirty state WIP
2021-04-15 15:19:03 +02:00
8fa5a131f2
Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
2021-04-15 13:48:29 +02:00
d12bfef0a8
RemovableManager on OSX: Testing for dictionary values for nullness.
...
Hopefully it fixes Can not start slicer on mac Bigsur #5719
2021-04-15 13:48:20 +02:00
1ed9795340
Follow-up of 526233ca47 -> Take in account original instances scale factor
2021-04-15 08:41:20 +02:00
ffefa3625e
Modified version of automatic downscale on load of objects too big
2021-04-14 14:46:49 +02:00
e610102fa5
Fixed build against wxWidgets 3.0
2021-04-14 07:05:12 +02:00
05386e9b20
FDM snug supports: New parameter "closing radius", inspired by Cura's
...
support_join_distance
2021-04-12 14:56:36 +02:00
aad9aa112d
Fixed a typo in an error message (--sw_renderer -> --sw-renderer)
2021-04-12 09:15:28 +02:00
b486dcc7f8
Do not use custom gcode in out of bed detection
2021-04-10 11:07:08 +02:00
a9b3f6ed7a
Project dirty state manager -> current gizmo dirty state
2021-04-09 08:26:48 +02:00
f8d7c7684a
Configs should point to PrusaSlicer-alpha, not beta in alpha stage.
2021-04-09 08:11:40 +02:00
3b6e0b942c
Follow-up of 926ecd0585 -> Improved management of plater dirty state
2021-04-07 14:26:04 +02:00
2bea4ccf9d
Merge remote-tracking branch 'origin/tm_sl1_import_fix'
2021-04-07 13:56:14 +02:00
116a1c01aa
Project dirty state manager -> plater dirty state
2021-04-07 12:58:14 +02:00
bb9d1b3679
Remove right click menu item for "optimize orientation"
2021-04-07 12:51:02 +02:00
389a3d0a6a
Better naming of gui controls
2021-04-07 12:51:02 +02:00
a2be47a6e6
Allow rotation of multiple selected items. Disable auto positioning
2021-04-07 12:51:02 +02:00
d74c616905
Remove accuracy slicer
...
No practical use
2021-04-07 12:51:02 +02:00
6f04f1b1d9
Allow auto-rotation of objects not completely inside bed.
...
Don't use SLAPrintObject as the input for optimization. Use ModelObject and pass the print config to the optimization in RotoptimizeJob::prepare()
2021-04-07 12:51:02 +02:00
785c7e97ec
Change configuration bank name for SLA auto rotation
2021-04-07 12:51:02 +02:00
c8c9a4cf8b
Tolerate corrupted appconfig settings for auto rotation
2021-04-07 12:51:02 +02:00
cb3be22de1
Remove leftover debug message
2021-04-07 12:51:02 +02:00
f21e0ae0ff
Least supports optimization revived.
...
Fix missing include on Win32
Cleanup benchmarking code
2021-04-07 12:51:02 +02:00
97e7350911
Method selection implemented
2021-04-07 12:51:02 +02:00
c9b787af67
Unite cancel callback and status function
2021-04-07 12:51:02 +02:00
44076d12db
Reverting to old rotation optimizer object-function.
...
Keep the performance optimizations though
2021-04-07 12:51:02 +02:00
f5ba2a1441
Fix duplicated error message dialog from GUI jobs.
2021-04-07 12:41:52 +02:00
27c779cc16
Fix issue with importing sl1 files with non-ascii filenames.
2021-04-07 12:41:38 +02:00
424e1233fa
MSW specific: Fixed update of the UI after system color change.
...
Note: the wxEVT_SYS_COLOUR_CHANGED event works only for high contrast settings under MSW.
+ ConfigSnapshotDialog: Fixed UI colors for dark mode on all platforms
2021-04-06 22:25:35 +02:00
a23cfac53f
Project dirty state manager -> presets dirty state
2021-04-06 16:29:05 +02:00
0e8f871361
Implemented new acceleration control behaviour for the new Marlin firmware flavor:
...
- show extra travel acceleration settings in 'Machine limits' page in Printer Settings
when the new firmware flavor is selected
- updated tooltips on the config values (they were basically wrong even in the current version)
- 'Marlin (legacy)' firmware flavor behaviour should not change: it exports M204 Pa Rb Ta
(where a, b are the values from machine limits) at the beginning of gcode and it uses
M204 S... for feature type dependent acceleration settings (legacy variant of M204 P.. T..)
- new Marlin Firmware exports M204 Pa Rb Tc (where a,b,c are the values from machine limits).
Feature type dependent acceleration is set using M204 P..., not overriding the travel acceleration.
2021-04-06 15:45:49 +02:00
76de47ffca
Renamed the gcfMarlin enum value to gcfMarlinLegacy so we never mistake it for the new one
...
There should be no functional change.
2021-04-06 15:45:49 +02:00
25dd2452fa
Duplicated Marlin firmware flavor to 'Marlin (legacy)' and 'Marlin Firmware'
...
The two flavors should be identical after this commit, except that GCodeProcessor.cpp was not updated. This shall be done in a later step.
2021-04-06 15:45:49 +02:00
36afd411d6
Extended interface of project dirty state manager
2021-04-06 13:17:29 +02:00
614ba5deab
1st installment of project dirty state manager
2021-04-06 10:00:17 +02:00
c9912adeb3
Refactoring in GCodeViewer
2021-04-01 08:24:19 +02:00
ec498fd270
Auto color change: next improvements
2021-03-31 15:10:48 +02:00
7410928862
Added a missing include for gcc
2021-03-30 23:04:42 +02:00
3dd50c1373
Fixed rescale for nodes with itInstanceRoot | itLayerRoot types
2021-03-30 18:26:28 +02:00
85c9611ec3
Code refactoring to reduce switch statements on ConfigOptionEnum<> templates
2021-03-26 19:01:10 +01:00
a5f6f5ef13
DoubleSlider: fix for 1c2d264570
2021-03-26 13:34:37 +01:00
ac192a8325
Added "Printable" menu item for multiple selection
2021-03-24 20:26:31 +01:00
56df6f80aa
Suppress to show Search window on the Plater using Ctrl+F shortcut, when we are at Preview mode
2021-03-24 11:32:33 +01:00
acd4db4340
Follow-up of 908c48ae6a -> Fixed update after switching tab after editing custom g-code in settings tabs ( #6258 )
2021-03-24 11:20:57 +01:00
4cbddfaf36
OptionsSearcher improvements: Fixed a key for option() and groups_and_categories.
...
It contains "preset_type;opt_key" now. This key helps to avoid a collisions by using a same options key from different type presets.
Example: Option "elefant_foot_compensation" is in Print presets and SLA_printer presets
2021-03-24 11:14:07 +01:00
3f68ff963b
Updated version number,
...
alpha stores configs in alpha directory.
2021-03-23 13:50:53 +01:00
9babcb55f8
Preview and G-code viewer - Fixed synchronization between markers for pause print, color changes, custom g-code, retractions, deretractions and current line shown in g-code window
2021-03-23 12:46:04 +01:00
2be41645c5
Compilation fixes
2021-03-23 12:40:29 +01:00