Commit Graph

10033 Commits

Author SHA1 Message Date
1c79b9b01e Further ChromeOS support: Detect removable media mounted through ChromeOS 2021-03-15 09:55:57 +01:00
8452977379 Disable multi-sampling with virgl (VirtualGL) on Linux.
Namely, on ChromeOS virgl flips red/blue channels at least on some computers with multi-sampling enabled.
It seems it is sufficient to disable multi-sampling after the OpenGL context is created.
2021-03-15 09:55:57 +01:00
025581b95c Allowing ints with open enums in combo boxes. 2021-03-15 09:55:57 +01:00
7f371d35fc Splitting FDM support gap to top / bottom, introducing
support_material_bottom_contact_distance
Fixing Crash in support generation after fcb714c (repro attached) #6195
2021-03-15 09:55:57 +01:00
7f7675142d WIP: Splitting the number of top / bottom support interface layers.
If the new support_material_bottom_interface_layers is left at default -1,
then support_material_interface_layers is used for both top and bottom
interface layers.
If support_material_interface_layers == 0, then neither top nor bottom
interface layers are being extruded.
2021-03-15 09:55:56 +01:00
784e3c45b5 WIP: Refactored bridging flow from normal flow, new config value
'thick_bridges' to switch between the Slic3r vs. S3D/Cura/Ideamaker
way of printing 1st object layer over supports.
Simplified the PresetHints.
2021-03-15 09:55:56 +01:00
4021f63f25 Auto color change: Fixed show/hide for the notification. 2021-03-15 09:54:24 +01:00
ac80e1b2b2 typo correction 2021-03-14 18:35:36 +01:00
812bb51bbd preventing hidden notification to show when updated and close them correctly. 2021-03-14 18:01:10 +01:00
91e836a502 Implemented suggestion of the auto color change, if model looks like sign 2021-03-12 16:35:07 +01:00
20f5df34fb Added a missing include (gcc)
Removed several includes, hopefully they're not needed on any other platform.
2021-03-12 11:31:05 +01:00
31bfa025f2 Commented Print host upload notification until its tested 2021-03-12 10:32:26 +01:00
9a2b47f5da Print host upload notification with more info and cancel button 2021-03-12 10:32:26 +01:00
f6eecf861f progress bar notification - percentage text 2021-03-12 10:32:26 +01:00
5f4b67463f Printhost upload progress bar notification 2021-03-12 10:32:26 +01:00
21b8600887 notifications - minor changes in logic 2021-03-12 10:32:26 +01:00
e0b3035e76 cleanup 2021-03-12 10:32:26 +01:00
4cb203f5ec cleanup 2021-03-12 10:32:26 +01:00
32cb5b3d64 request frame change in notification 2021-03-12 10:32:26 +01:00
1a4319c015 notification time correction 2021-03-12 10:32:26 +01:00
945499fb29 Notifications management and rendering refactoring.
With warning notification Model out of bed reworked to not show after dismiss.
2021-03-12 10:32:26 +01:00
3d4fcc879f Added a missing includes 2021-03-12 10:30:06 +01:00
549809f662 print host upload queue dialog - precision in size column 2021-03-11 16:32:20 +01:00
8ddc23f1ae saving size and position of print host queue dialog, added size column, sorting 2021-03-11 13:36:36 +01:00
ca81fdfa0d Fix Gizmo preview with hollowed mesh 2021-03-08 17:38:10 +01:00
f3eb7699b9 Fix stl export with hollowed mesh 2021-03-08 17:38:10 +01:00
4bd4301725 Fixed #6182 - First line custom gcode not aligned left in the tool tip 2021-03-08 14:19:58 +01:00
4f8535e890 Tech ENABLE_GCODE_WINDOW_USE_MAPPED_FILE merged into ENABLE_GCODE_WINDOW 2021-03-08 10:20:07 +01:00
af0d4bcff7 Code cleanup 2021-03-08 09:29:47 +01:00
1390083844 Follow-up of 0472c84525 - Fixed syntax errors 2021-03-08 09:01:15 +01:00
cdbb1672a8 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_window 2021-03-08 08:35:49 +01:00
e17a8f579e G-code window uses file mapping 2021-03-08 08:35:32 +01:00
b8bd29cf42 Adjustable wipe tower brim 2021-03-05 16:41:02 +01:00
41688d4c8a Added a missing include for gcc 2021-03-05 11:27:25 +01:00
f1fecd7d80 Added progress dialog for adding parts from files 2021-03-04 15:09:50 +01:00
88b808e3e6 Fixed layout of loading file progress dialog 2021-03-04 13:36:07 +01:00
84c3833247 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_window 2021-03-04 13:24:08 +01:00
2cb0eba0f3 G-code window optimization: parse g-code lines only when needed 2021-03-04 13:23:24 +01:00
7c4eeddbd8 Show an error notification when attempting to save 3MF while editing SLA support points
The notification disappears when it is no longer valid.
2021-03-04 09:35:41 +01:00
2c197570b2 Add a notification when custom support enforcers are not used due to supports being off
It is now emitted from Print::validate and has a hyperlink to enable supports
2021-03-04 09:35:22 +01:00
82ec1519dc Vertically center text in G-code window 2021-03-04 08:37:21 +01:00
1f562c13fb Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_window 2021-03-03 09:07:28 +01:00
3df7216843 Fit G-code window between preview legend and view toolbar 2021-03-03 09:03:07 +01:00
4f48002fdb Custom G-code validation - Do not veto setting tab switch when invalid g-code is found 2021-03-02 17:00:11 +01:00
f9f0a29373 Follow-up 409849d238:
Added check for visibility for all loaded presets.
Added notification about this action.
 + PresetComboBox: Fixed update() function for physical printers, when some of related presets are invisible.
2021-03-02 12:19:49 +01:00
33126a0717 1st installment of g-code window in preview 2021-03-02 10:01:06 +01:00
07e72f45bc Linux specific issue: DiffViewCtrl: Fixed scaling of the columns width 2021-03-01 16:01:53 +01:00
29c0f9fdd1 Follow-up of 86d7e1fb90 -> Fixed update after switching tab after editing custom g-code in settings tabs 2021-03-01 13:03:43 +01:00
4e0eb9210b Fix build against wxWidgets older than 3.1.1 2021-03-01 10:03:49 +01:00
ba502f54cd Added an empty category icon for Fuzzy Skin to prevent crashes in ObjectList
The icon should later be replaced by a proper one.
2021-02-26 16:08:51 +01:00