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
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
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
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
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
e200493740
Delete lockfile at shutdown on linux and mac.
...
Passing lockfile on mac by sending message .
2021-02-24 09:31:51 +01:00
15fb39948d
config wizard - hide logo if small height
2021-02-24 09:21:40 +01:00
0a1811d047
Added a single perimeter to the first layer of support or raft.
...
Fixes [Request] Add optional perimeter to raft #756
Fixes First support layer does not stick to bed #2101
New parameters raft_first_layer_density and raft_first_layer_expansion
to influence the 1st layer of raft or support.
Fixes Allow to disable raft under support structures. #3772
Fixes raft is larger than necessary #2568
Fixes Supports on the build plate should have a solid bottom interface for better adhesion #1165
Changed the 1st layer infill to rectilinear even for soluble materials.
Fixes first layer of support for multi filament support oddly spaced #1445
Fixes Full Soluble Materials interfacing into Models + Soluble material noise on Bed #684
2021-02-24 08:48:40 +01:00
96a0654c47
Implemented Auto Color Print
2021-02-23 18:46:05 +01:00
9762804663
Partial revert of 204714d566 -> Alternate fix for crash on printer presets switching between MM and SM printers
2021-02-23 12:00:23 +01:00
87746c91ee
Fix of #6110 - Preview: View Menu/List placement incorrect
...
Use wxComboBox with wxCB_READONLY flag instead of wxChoice
2021-02-23 10:04:43 +01:00
9b5eb7fc41
ObjectList: After deleting volumes from the object, update the extruder color for the object from the last and only volume
2021-02-22 18:50:38 +01:00
9f155a4d21
Fix a crash on printer presets switching between MM and SM printers:
...
1. DoubleSlider::Control : Update extruder colors before another updates for layers slider
2. GCodeViewer : Control count of extruders during the legend updating
2021-02-22 17:08:03 +01:00