Commit Graph
100 Commits
Author SHA1 Message Date
YuSanka 0198e71789 Implemented issue #1990 2019-03-21 09:37:52 +01:00
YuSanka 452eb62f11 Some code refactoring 2019-03-20 16:22:01 +01:00
YuSanka e2349bdd2e Added workaround for the non-editable wxBitmapComboBoxs under OSXDisableAllSmartSubstitutions
+ experiments with Linux
2019-03-20 12:04:18 +01:00
YuSanka b36e4fa512 Merge remote-tracking branch 'origin/ys_preset_edit_buttons' into ys_comboboxes 2019-03-20 10:33:50 +01:00
YuSanka 438010f0f8 Some code refactoring 2019-03-20 10:14:49 +01:00
YuSanka b7a1bd927a Some improvements 2019-03-19 14:36:32 +01:00
YuSanka bdaadcccd9 Implemented SPE-874
(Delete items from context menu for Simple mode)
2019-03-19 09:53:47 +01:00
YuSanka 8be8b604f5 Merge remote-tracking branch 'origin/vb_faster_tabs' into ys_comboboxes 2019-03-19 08:52:58 +01:00
YuSanka ba54ce0309 Added "Edit Preset" buttons on the sidebar.
+ fixed Filament presets updating for the multi-material Printer (inside update_compatible(...) function)
2019-03-18 15:10:40 +01:00
YuSanka fe91edc521 Set MinSize() in respect to em_unit 2019-03-18 10:38:21 +01:00
YuSanka e74bde858a Deleted imaginary optimization for the Preset comboboxes on sidebar. 2019-03-16 22:23:51 +01:00
YuSanka 6548a6d525 Fixed preset selection after ConfigWizard running 2019-03-15 14:21:53 +01:00
YuSanka 639b641722 Disabled DoubleBuffered for Tabs
+ set helper functions like a static (GUI_ObjectList.cpp)
2019-03-14 15:46:26 +01:00
YuSanka f02f24c4b7 Implemented set extruder number on multiple items at the same time (#1940) 2019-03-14 13:15:28 +01:00
YuSanka 7cced0613a Fixed crash after deleting of the part with no extruder options in configuration 2019-03-14 09:22:15 +01:00
YuSanka 5ecd78434c Fixed #1949 2019-03-14 09:19:21 +01:00
YuSanka 22fcf245c4 Fixed updating of the extruder value for last part in the object after deleting another parts (#1931) 2019-03-13 16:42:36 +01:00
YuSanka 46d19aa52d Added function for the updating of the Error icon after a fix through the NetFabb 2019-03-13 15:35:39 +01:00
YuSanka dec1c6ecfb Typo fixed 2019-03-13 13:37:36 +01:00
YuSanka a6dcbc8791 Set DoubleBuffered state for the Tabs (under MSW)
+ Some improvements/experiments for the presets selection from the Plater
+ Some fix of a sidebar layout
2019-03-13 13:13:46 +01:00
YuSanka 956b4bf4ff Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-03-12 11:59:59 +01:00
YuSanka 077b4cbfbc Fixed layout for the action buttons
+ Tried to use DoubleBuffered for the controls drawing on the Sidebar (under MSW only)
2019-03-12 11:51:45 +01:00
YuSanka a25853982c Added "Supports" on Sidebar for SLA mode
+ Checked scheduling process calling after change Support/Pad parameters from the Sidebar
2019-03-11 16:03:32 +01:00
YuSanka c77d15c98b Fixed OnWhile() function for the PrusaDoubleSlider (#1913)
Current behavior: Move selected thumb only. If no one thumb is selected, set selection to the thumb nearest to the current mouse position
2019-03-11 12:59:14 +01:00
YuSanka 40abbc7184 Fixed an updating of the button's show during SLA slicing 2019-03-11 10:23:59 +01:00
YuSanka b382ad1ffb Some improvements 2019-03-08 16:20:20 +01:00
YuSanka 063d812d64 Added case of a slicing cancellation 2019-03-08 15:40:28 +01:00
YuSanka 99e43d6b24 wxBitmapComboBoxes without bitmaps 2019-03-07 16:23:02 +01:00
YuSanka 0ec718a510 All wxComboBoxes are changed to the wxBitmapComboBoxes 2019-03-07 16:21:56 +01:00
YuSanka ef3482a427 Fixed a scrolling of the selected item in ObjectList (SPE-849) 2019-03-07 15:26:19 +01:00
YuSanka 000a60e198 Added "Export object as STL" menu item to the ObjectList context menu 2019-03-07 12:09:23 +01:00
YuSanka 8756a14557 Fixed crash on "stoi argument out of range" from SpinConrol (SPE-847) 2019-03-07 10:56:17 +01:00
YuSanka aa0737fa5e Fixed assert after try to add Part to Object with several Instances from the ObjectList.
+ Fixed selection on the 3DScene before a context menu showing
2019-03-07 10:08:21 +01:00
YuSanka f1f68cfd85 Fixed a crash after a printer preset changing with selected setting's item in an object list 2019-03-06 09:28:55 +01:00
YuSanka c1a24d2fbb Fixed message type and disabled "Split to parts" in toolbar for the SLA printer 2019-03-05 16:19:02 +01:00
YuSanka 2ddd2ed4c7 Fixed a preset selection after a config wizard running (SPE-841) 2019-03-05 15:36:14 +01:00
YuSanka 95ca670efb Fixed OSX and Linux build 2019-03-05 14:26:44 +01:00
YuSanka de0bd2ea44 Fixed SLA-parameters initialization with correct current values, not default (SPE-834) 2019-03-05 10:46:57 +01:00
YuSanka 6f0efd1168 Fixed a bug in a printer preset updating 2019-03-04 15:33:33 +01:00
YuSanka 7a38d83d03 Deleted no-needed string from the PrintExport data 2019-03-01 12:30:45 +01:00
YuSanka 247b70395b Merge remote-tracking branch 'origin/master' into ys_buttons 2019-03-01 12:13:33 +01:00
YuSanka 84a96d3ba0 Added a tooltip for the "Slice now" button and changed its behavior according to a hold of Shift
+ some code refactoring
2019-03-01 12:10:20 +01:00
YuSanka a123099f80 Implemented another behavior of the "Slice Now" / "Export/Send G-code" buttons (SPE-831) 2019-03-01 11:00:34 +01:00
YuSanka a76bd40c62 Fixed a preview mode selection after updating of a PrusaDoubleSlider 2019-02-27 13:39:25 +01:00
YuSanka 72986239ce Fixed an assert from PrusaDoubleSlider 2019-02-27 11:05:59 +01:00
YuSanka a398cbf24c Fixed "color print" issues (SPE-836) 2019-02-26 15:55:27 +01:00
YuSanka 5cc86c49b9 Added tooltips for mode buttons.
+ some clean of an unused code
+ fix of #1861
2019-02-26 10:50:00 +01:00
YuSanka 2ff9505443 Fixed wrong updating of the editable ComboBox under OSX 2019-02-25 10:15:44 +01:00
YuSanka 416411bd64 SLA: Changed default value of the faded_layers to the current one. This information is used for export config.ini 2019-02-22 13:22:13 +01:00
YuSanka 2f71c38221 Some fixes for the last commit 2019-02-22 11:59:40 +01:00
YuSanka 26833ee641 Fixed bug with update (part of #1801) 2019-02-22 09:38:56 +01:00
YuSanka 3ccfe7f53e Fixed OSX-build 2019-02-21 11:44:01 +01:00
YuSanka 882de2843e Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-02-21 10:18:37 +01:00
YuSanka 5bc20401cd Fix of #1801 2019-02-21 10:13:05 +01:00
YuSanka fb8c66f223 Merge remote-tracking branch 'origin/master' into ys_sla_time_estimation 2019-02-20 15:14:53 +01:00
YuSanka 98a551587c Improved used material estimation (take instances too) 2019-02-20 15:13:03 +01:00
YuSanka 84f22ed50b Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-02-20 15:07:43 +01:00
YuSanka 7a4a219f60 Some Ukrainian localization improvements 2019-02-19 15:07:26 +01:00
YuSanka 327114fa3e Added missed include for the OSX build 2019-02-19 13:47:40 +01:00
YuSanka 9e3434ecc1 Fixed calculation of the consumed material for the supports 2019-02-19 12:14:13 +01:00
YuSanka 9d0acc010d Added new options for SLAPrintSettings (faded_layers) and SLAPrinterSettings (fast/slow_tilt_time and area_fill) 2019-02-18 16:24:55 +01:00
YuSanka a690466dbf Fixed a typo for the last commit 2019-02-18 13:24:56 +01:00
YuSanka 2df069323c Time estimation improvement 2019-02-18 12:28:58 +01:00
YuSanka 8a31f9d658 Fixed scaling of the Ramming/Wiping dialogs 2019-02-14 14:21:50 +01:00
YuSanka 3f23bd5224 Save statistics values to the config.ini 2019-02-13 16:30:40 +01:00
YuSanka 88f04e0fae Added calculation of the material consumption 2019-02-13 15:35:41 +01:00
YuSanka 589ac889a3 Fixed OSX build 2019-02-13 08:44:42 +01:00
YuSanka c04be58648 Implemented estimated printing time for the SLA printing 2019-02-12 16:34:42 +01:00
YuSanka 290c6206cd Fix to last commit 2019-02-11 15:36:05 +01:00
YuSanka f899cf1c91 Added scaling for more some dialogs
+ Set size for mode buttons
2019-02-11 14:14:35 +01:00
YuSanka f0cee79170 Fix of #1768 2019-02-08 17:36:38 +01:00
YuSanka 3d731bc570 Fix of #1800 2019-02-08 09:05:06 +01:00
YuSanka 9021f84eac Fix of #1771 2019-02-07 16:33:14 +01:00
YuSanka 2e14f3456e Changed sidebar controls layout 2019-02-07 14:50:48 +01:00
YuSanka ef7512fc43 Added bitmap scaling 2019-02-06 15:29:13 +01:00
YuSanka 3fdabfd7d3 Fixed scale of the PrusaDoubleSlider and typo in SysInfoDialog 2019-02-06 12:17:06 +01:00
YuSanka b2410e0f23 Merge remote-tracking branch 'origin/master' into ys_hdpi 2019-02-06 11:12:44 +01:00
YuSanka 948f03067d Added scale for ObjectList 2019-02-06 11:07:32 +01:00
YuSanka 3c83fa17cc Fixed a scale for the LegendTexture in a Preview 2019-02-06 10:55:11 +01:00
YuSanka 46f32d091a Fixed scaling of the controls and InfoDialogs (Sys and About) 2019-02-06 10:13:27 +01:00
YuSanka 7cc3a95f53 Fixed flashing
+ Adde experiments with FromDIP function
2019-02-05 11:48:28 +01:00
YuSanka 1b5c118fd0 Merge remote-tracking branch 'origin/master' into ys_hdpi 2019-02-05 11:04:28 +01:00
YuSanka b1af538d72 Fixed assert from update_changed_tree_ui() 2019-02-04 12:57:39 +01:00
YuSanka b7f24aebe3 Fixed rounding of numbers for the controls width (Try to fix controls flashing on HDPI/linux) 2019-02-04 12:07:15 +01:00
YuSanka e2b8c3e33c Merge remote-tracking branch 'origin/master' into ys_hdpi 2019-02-04 10:38:23 +01:00
YuSanka 4005d06452 Fixed "hard_code" setting of the size for the Sidebar and Tabs
+ Fixed assert after config_wizard changing
2019-02-04 10:35:16 +01:00
YuSanka ba6206ab62 First experiment to fix layouts on hdpi 2019-01-31 15:55:09 +01:00
YuSanka 1605c23e25 Updated KBShortcutsDialog 2019-01-31 13:21:33 +01:00
YuSanka a5ec951180 Added menu item for the "Fix through the Netfabb" 2019-01-30 16:27:33 +01:00
YuSanka 5a28693ff4 Updated draw_colored_band() according to the new colors.
+ some code refactoring
2019-01-30 14:45:18 +01:00
YuSanka 7957675a97 Fix to my last commit 2019-01-30 13:26:16 +01:00
YuSanka 411c02fef3 Implemented object/part renaming under OSX, using popup_menu 2019-01-30 11:35:37 +01:00
YuSanka b6852d8bf2 Fixed first binding for "Split to parts" menu item in ObjectList 2019-01-30 10:06:10 +01:00
YuSanka e291172e24 Implemented "Color Print" for preview mode (without re-slicing) 2019-01-29 15:11:29 +01:00
YuSanka b0ecf07e9b Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-01-28 12:19:28 +01:00
YuSanka c5152d04f8 Set options value from edited preset instead of default preset, when call "Add Settings"
+ added code for custom editing of the frequently used settings bundle (it's commented for this moment)
+ some code refactoring
2019-01-28 12:13:53 +01:00
YuSanka 4dfcd49869 Added missing include 2019-01-25 17:21:45 +01:00
YuSanka 9ac9086e78 Updated mode value for some options 2019-01-25 16:57:44 +01:00
YuSanka 9a01e313ad Implemented function create_freq_settings_popupmenu()
to add bundles with frequently used settings
2019-01-25 16:57:44 +01:00
YuSanka 5a7061a7fb Updated settings menu according to the view mode
+ Created new class PrusaMenu, derived from wxMenu and contains pointers to the separators.
2019-01-25 16:57:44 +01:00