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
f81ca55d41
#4402 - Review and merge of #6106 Temperature visualization in preview and G-code Viewer by combolek
2021-02-26 14:17:53 +01:00
85a92d166d
Follow-up of 86d7e1fb90 -> Fixed update after editing custom g-code in settings tabs
2021-02-26 13:56:51 +01:00
c2866d435b
Tech ENABLE_CUSTOMIZABLE_FILES_ASSOCIATION_ON_WIN set as default
2021-02-26 10:18:16 +01:00
fbd663469b
Tech ENABLE_CTRL_M_ON_WINDOWS set as default
2021-02-25 15:22:12 +01:00
ff5b98a19e
Tech ENABLE_HACK_CLOSING_ON_OSX_10_9_5 set as default
2021-02-25 14:28:53 +01:00
bce0816471
Tech ENABLE_OPENGL_ERROR_LOGGING set as default
2021-02-25 13:38:52 +01:00
de2da15e4b
Fix of #5152 assert ""HasFlag(0x0020)"" failed in GetSelection(): must be single selection listbox
...
This assert was invoked by list_printer->GetSelection() because of list_printer was created with wxLB_MULTIPLE flag.
2021-02-25 04:03:26 -08:00
d8655821c6
Fix of #5510 : ctrlsub.cpp(231): assert "IsValid(n)" failed in GetClientData(): Invalid index passed to GetClientData()
...
BitmapComboBox: Use virtual OnSelect() on wxEVT_COMBO event
Don't save information about preset combobox type to the evt.SetInt(). This information can be received from BitmapComboBox::get_type() now.
2021-02-25 12:55:28 +01:00
c7f69edd10
Tech ENABLE_WX_3_1_3_DPI_CHANGED_EVENT set as default
2021-02-25 12:40:42 +01:00
ae665e60d8
Fixing some compiler warnings
2021-02-24 19:53:50 +01:00
cda9ecc6d7
Fix of Add option to change support interface pattern #1197
...
New config field for switching the support interface pattern between
default (rectilinear for non-soluble interface, concentric for soluble interface),
explicit rectilinear and explicit concentric.
Also the config layer was reworked a bit to reduce some switch statements
on ConfigOptionEnum<> templates.
2021-02-24 15:59:18 +01:00
f2e56bb63e
Some code refactoring follow-up 33aa6be7b7 and 92b1302a08
2021-02-24 15:50:18 +01:00
a8414597bf
OSX specific: Fix of f11e81517d
2021-02-24 15:03:34 +01:00
4f5d8d6458
Merge remote-tracking branch 'origin/ys_auto_cp'
2021-02-24 14:33:31 +01:00
a09070439c
Follow-up of 86d7e1fb90 -> Validation of custom g-code added using vertical slider in preview
2021-02-24 14:17:46 +01:00
bfdcb6f2d8
Squash merge of pull request Raft enhancements #6003
...
thanks @nemart69
2021-02-24 11:59:22 +01:00