Vojtech Bubnik
123fc13123
Fixing perl tests.
2022-01-12 11:46:51 +01:00
YuSanka
090a424c1a
Fix for detection of the DoubleSlicer mode
2022-01-12 11:21:57 +01:00
YuSanka
5a2925466d
Follow-up to 1dffc40f32
- Fixed a message text.
...
+Improved context of the MessageDialogs. We can use hyperlinks now.
2022-01-12 11:19:59 +01:00
Filip Sykala
2c3477d3d7
Dynamic skew not only for linux
2022-01-12 09:48:53 +01:00
YuSanka
1dffc40f32
Follow-up to 010fbded1a
- Save app_config before a place of potential crash + fixed non-MSW build
2022-01-11 14:22:40 +01:00
Filip Sykala
310d53c1b9
Duplicate font item GUI
2022-01-11 14:07:38 +01:00
YuSanka
010fbded1a
Added "Restore window position on start" option to the "Preferences > General"
...
+ added crash detection for the cases, when PrusaSlicer is started from secondary display
Possible fix for part of:
#2939 - PrusaSlic3r freezing at startup (Win 10)
and
#5573 - PrusaSlicer won't launch on secondary monitor. Nahimic?
2022-01-11 13:53:25 +01:00
tamasmeszaros
cbcda3b0b5
Merge branch 'tm_ui_job_rework_3' into dev
2022-01-11 11:41:58 +01:00
tamasmeszaros
3a1eee0f21
Clarify comments for thread safe queue
...
Cleanup
2022-01-11 11:26:26 +01:00
tamasmeszaros
0fbe700140
Add timeout for plater stopping the UI jobs.
2022-01-11 11:26:26 +01:00
tamasmeszaros
43f5e61b5f
Add possibility to wait for current job to stop.
2022-01-11 11:26:26 +01:00
tamasmeszaros
4d0088e72f
Replace std::variant with boost::variant
...
Unavailable on MacOS < 1.14
2022-01-11 11:26:26 +01:00
tamasmeszaros
e367ef8011
Fix job tests on Win, don't use usleep()
2022-01-11 11:26:26 +01:00
tamasmeszaros
583c123c97
Rename start_next() to push
...
PlaterJob refinements
2022-01-11 11:26:26 +01:00
tamasmeszaros
7e070d393e
Fix issue with non atomic transition to running state
...
After popping a job from input queue
2022-01-11 11:26:26 +01:00
tamasmeszaros
7352e1a01a
Basic tests for BoostThreadWorker
...
Separate job tests
2022-01-11 11:26:26 +01:00
tamasmeszaros
17f4b1bea3
Avoid issue with invisible status indication.
2022-01-11 11:26:26 +01:00
tamasmeszaros
3be7d5f0dc
Make a PlaterWorker to handle PlaterJobs
2022-01-11 11:26:26 +01:00
tamasmeszaros
a802bdc764
Prevent accidental stopping of BoostThreadWorker before destruction
2022-01-11 11:26:18 +01:00
tamasmeszaros
2b25c6fab2
Clarify doc comment for replace_job
2022-01-11 11:26:18 +01:00
tamasmeszaros
b53ff75cf4
Rework UI jobs to make them more understandable and flexible.
2022-01-11 11:26:18 +01:00
enricoturri1966
7274d2bb6e
Fixed warning
2022-01-11 09:43:43 +01:00
enricoturri1966
acd225cee2
Techs ENABLE_NEW_CAMERA_MOVEMENTS_XXXX - 1st installment - Modified camera manipulation and selection by mouse
2022-01-11 09:09:09 +01:00
rtyr
a6d280bd9e
Sync with PrusaSlicer-settings
2022-01-11 07:18:53 +01:00
Vojtech Bubnik
a591d9e9fe
Implemented new placeholders for output file name:
...
1) "initial_filament_type", "printing_filament_types" - really useful
for multi-material prints
the two other are not so useful, they may become useful once
the output file name template will support not yet defined
vector variables:
2) "initial_tool", "initial_extruder" - zero based index of first extruder
3) "num_printing_extruders" - number of printing extruders.
Fixes Filename incorrect when exporting G-Code with MMU. Always refers filament type in extruder 1 #5300
Fixes Export Filename nicht richtig #7673
Fixes wrong filename - always Filament in from the first extruder #7684
2022-01-10 17:57:03 +01:00
Vojtech Bubnik
4ebfe58352
Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer
2022-01-10 15:24:27 +01:00
Vojtech Bubnik
07d0484e32
Fix of Empty G1 before starting bridging perimeter #7714
2022-01-10 15:24:19 +01:00
David Kocik
411acf7332
followup on 16fd7cd5d1d291c24f76c2147005c3cf1c3c9f98
...
cleanup
2022-01-10 14:38:58 +01:00
David Kocik
16fd7cd5d1
Fix of conversion of strings in Print host queue dialog
2022-01-10 14:34:35 +01:00
Filip Sykala
734026bf96
Reorder font list by draging font
2022-01-10 13:30:42 +01:00
Lukas Matena
4898787aa5
Merge branch 'lm_pr7347'
2022-01-10 12:57:17 +01:00
Lukas Matena
da8e4b6fda
Some more beautifications
2022-01-10 12:56:03 +01:00
Lukas Matena
85f98b880a
Hide min feedrate from machine limits page for RRF (which does not use them)
2022-01-10 12:52:21 +01:00
Lukas Matena
b3726f1f88
Fixed RRF time estimate,
...
so it does not use min feedrate limits from previously selected printer (RRF itself does not support them)
2022-01-10 12:52:21 +01:00
Lukas Matena
f3e14865e5
Minor tweaks in machine limits handling:
...
- renamed some variables so the names are not misleading
- improved readability a bit
- disabled silent mode for RRF (it was apparently enabled by mistake)
- set default value of machine_limits_usage to TimeEstimateOnly
2022-01-10 12:52:21 +01:00
n8bot
bfb721f302
Add compatibility for Machine Limits and RRF (PR #7347 )
2022-01-10 12:52:21 +01:00
Filip Sykala
3e0bc4a529
Only unique name of font item
...
Add FontListSerializable for store/load font list from AppConfig
2022-01-10 10:59:10 +01:00
Vojtech Bubnik
5d7901c2f3
Fixed typo in CMake comment, thanks @n8bot
2022-01-10 08:43:15 +01:00
Vojtech Bubnik
c5d1e2449c
Fix of #7583 : Wizard crashes due to accessing undefined AppConfig section.
2022-01-10 08:26:33 +01:00
Filip Sykala
ef6860d4ee
Move font property inside of font item to store together with font
2022-01-07 18:50:57 +01:00
tamasmeszaros
f5e2beeaf4
Fix wxWidgets zip sha
2022-01-07 15:09:40 +01:00
tamasmeszaros
cac2a9f117
clean up obsolete includes
2022-01-07 14:27:43 +01:00
rtyr
8636ec8b47
Resources for Artillery Hornet
2022-01-07 13:22:42 +01:00
tamasmeszaros
ac6611e374
Performance optimization for SLA rasterization step
...
Do not use a gamma function (a pow call for every pixel) if exponent is near 1.0
2022-01-07 10:18:39 +01:00
tamasmeszaros
ce81c02049
Fixing corrupted SLA pad
...
fixes SPE-1157
2022-01-07 10:09:20 +01:00
Filip Sykala
ce1df3eada
Fix assertation in linux by comment finalizing operation of font contig
2022-01-06 17:48:49 +01:00
Filip Sykala
a9bfef6ca6
Remove bad pracise to move const data for emboss
2022-01-06 17:44:53 +01:00
Filip Sykala
5800d21ad6
add skew for linux italic without italic inside font
2022-01-06 16:19:29 +01:00
Filip Sykala
4ec4bafe19
Create Emboss::Font as unique ptr not optional
...
Reason: Job need pointer on font until finished
2022-01-06 16:12:15 +01:00
David Kocik
27ee53b9e3
Merge branch 'dk_mac_msg_send'
2022-01-06 15:01:03 +01:00