068a254ef0
configuration wizard: added Checked information to sorting algortihm on filaments page. Fix of #4922
2020-10-20 10:35:48 +02:00
f04d9c1806
Tech ENABLE_GCODE_APP_CONFIG as default
2020-10-12 12:38:34 +02:00
c94fb13369
AppConfig modified to generate a separate config file for the standalone gcodeviewer
2020-10-05 15:42:35 +02:00
878fac4c44
filament selection: bug fix - * sign is again visible at profiles
2020-10-05 09:48:55 +02:00
43f122b5ee
Filament selection in configuration wizard:
...
compatible printers in html window, bug fixes.
2020-10-01 09:28:17 +02:00
46eb96e84f
Added two missing icons to fix build on Linux
2020-09-01 23:26:08 +02:00
6033e69906
filaments selecting: sorting via printer, showing printers for filament
2020-09-01 18:00:12 +02:00
f9e47b2702
Code refactoring: AppConfig.cpp(hpp) are removed from the GUI to libslic3r
2020-08-08 17:03:20 +02:00
19c4f32604
Preset and PresetBundle are moved to the _libslic3r_ folder
2020-06-16 17:03:06 +02:00
1713142670
Imperial units selection is added to the ConfigWizard
2020-06-10 11:18:11 +02:00
d9b764bd10
Removed obsolete LambdaObjectDialog.cpp/hpp, more include cleanups:
...
BedShapeDialog.hpp (needs not include) OptionsGroup.hpp
Tab.hpp GUI_App.hpp
2020-05-27 14:01:48 +02:00
a3ded8fa95
Reworked filaments / SLA materials in installation wizard:
...
1) When the wizard is initialized, filament and SLA profile names
are verified and current names of renamed profiles are resolved.
Fixes "Add/Remove Filaments is not hiding all of the un-checked filaments #3835 "
2) When adding a printer model, default materials are installed in case
the printer model has no default material installed.
3) When leaving the Filaments or SLA materials page, and some printer models
have no material installed, those Printer Models are listed
in a message box and only for those printer models the default
materials are installed.
2020-03-14 18:35:42 +01:00
76fecc91a5
Improved error reporting and error handling when loading
...
vendor config bundles into installation wizard.
2020-03-07 16:31:14 +01:00
e571181c54
config wizard: enable finish button if only custom printer is selected
2020-02-17 15:57:16 +01:00
904263d231
ENABLE_CONFIGURABLE_PATHS_EXPORT_TO_3MF_AND_AMF set as default
2020-02-13 11:25:34 +01:00
536514ff03
Added default filament(resin) in wizard for selected printers
...
Added default_materials field to "Vendor".ini
2020-01-15 09:34:21 +01:00
abd432e7a8
Configurable paths export (fullpath or not) to 3mf and amf
2020-01-08 11:11:38 +01:00
9f529e86cc
Fixed filaments/materials preset list updating from ConfigWizard
...
if list of printers was changed but filaments/sal_materials page wasn't activated
2020-01-02 12:18:30 +01:00
cc4026cfc5
Fixed Wizard material configuration check
2019-12-10 13:47:10 +01:00
e2f859c3b2
Fixed filament/material sorting in the lists of ConfigWizard
2019-12-05 14:22:06 +01:00
7aea0ceff3
ConfigWizard improvements - added check for printers and filaments/matelials selection
2019-12-03 18:31:07 +01:00
5bf1c02303
Implemented aliase for sla_materials
2019-11-22 10:42:30 +01:00
cb395460c4
Implemented aliases for filaments
2019-11-21 13:12:06 +01:00
eda01341d0
ConfigWizard: Fix a memory access issue between PageMaterial instances
2019-10-07 11:10:18 +02:00
107ff6fd36
Materials: Cleanup
2019-09-17 17:16:15 +02:00
cb1ee5ce55
ConfigWizard: Add view mode setting page
2019-09-17 15:52:26 +02:00
c5a67ff931
WIP: filament/material filtering per selected printers
2019-09-17 13:20:06 +02:00
270008a3fd
Add material_type config option for SLA materials, use in Wizard
2019-09-17 13:20:06 +02:00
235b659cf9
WIP: ConfigWizard: 3rd party bundle installation roughly done
2019-09-17 13:20:06 +02:00
dba9925c4e
Move ConfigWizard instance in GUI_App, lazy-initialized,
...
add filament/material installation item in Sidebar combo boxes
2019-09-17 13:20:06 +02:00
87b7b1cc1d
Load default filament/material selections from vendor profiles
2019-09-17 13:20:06 +02:00
34b3548102
Filaments and materials selection/installation
2019-09-17 13:20:06 +02:00
9d67804d10
ConfigWizard: Finish DPI resizing (MSW)
2019-04-29 12:22:44 +02:00
708037158e
Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW
2019-04-25 15:09:12 +02:00
065448e9e5
Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
...
- cleaned code from commented parts
- rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00
be60f0a53c
Merge remote-tracking branch 'origin/ys_msw_dpi'
2019-04-24 23:09:50 +02:00
cfa7802a8a
ConfigWizard: Attempt to fix width hint
2019-04-24 16:03:32 +02:00
e97e8c6af6
Overrided on_dpi_changed() for some Dialogs:
...
BedShapeDialog, KBShortcutsDialog, ConfigWizard, Preferences
2019-04-18 02:03:40 +02:00
cfe0bd6ce1
ConfigWizard: Cap width, clarify select buttons
2019-02-12 11:01:15 +01:00
94dc86ec72
ConfigWizard: Cap width on large screens
2019-02-12 10:11:00 +01:00
7d969a6f36
ConfigWizard: Bugfixes
2019-02-12 10:11:00 +01:00
b0f54e5709
ConfigWizard refactoring
2019-02-12 10:11:00 +01:00
0558b53493
WIP: Moved sources int src/, separated most of the source code from Perl.
...
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
2018-09-19 11:02:24 +02:00