2a300c2b2b
config wizard bugfix: changed order of creating pages
2020-02-05 13:58:13 +01:00
486b35fab2
Select first printer for 3rd vendor.
...
+ fixed typo in output message
2020-01-21 16:34:07 +01:00
19e9d3ce03
Added default filament(resin) in wizard for selected printers
...
Added default_materials field to "Vendor".ini
2020-01-15 09:34:21 +01:00
d5099f23e4
Follow - up of abd432e7a8f91bba876a29c857844c93dab4b762->Set default as non fullpath export
2020-01-13 08:47:11 +01:00
0fe7a3efa8
Configurable paths export (fullpath or not) to 3mf and amf
2020-01-08 11:11:38 +01:00
8977bb858b
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
af8b70447f
Fixed Wizard material configuration check
2019-12-10 13:47:10 +01:00
cdad432669
Localization improvements
2019-12-06 16:20:59 +01:00
52905631aa
Localization improvements: Text correction
2019-12-06 13:58:23 +01:00
48ede4e47d
Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
2019-12-05 15:04:59 +01:00
eb5ec8fb0d
System profiles and profiles derived from system profiles are now
...
compatible with the profiles of the same vendor only.
2019-12-05 14:48:11 +01:00
245024a46a
Fixed filament/material sorting in the lists of ConfigWizard
2019-12-05 14:22:06 +01:00
cb5289c1f9
Localization improvements:
...
* added wrapper to SliderFloat in imgui
* fixed localized text in Mouse3DController
* added take_snapshot for extruder change in object list
* fixed text typos in AppConfig.cpp, ConfigWizard.cpp and ConfigManipulation.cpp
2019-12-04 16:11:10 +01:00
61cfdb27f5
ConfigWizard improvements - added check for printers and filaments/matelials selection
2019-12-03 18:31:07 +01:00
e75822dc82
Focused "Next" or "Finish" button according to the selected page.
...
Moved update_materials function call
2019-12-02 14:19:13 +01:00
ae60e13c38
Added code for next step of a preset's aliasing
2019-11-25 10:40:36 +01:00
b6cad01798
Show _Finish_ button
2019-11-25 09:33:54 +01:00
41162aafaf
Implemented aliase for sla_materials
2019-11-22 10:42:30 +01:00
6387284356
Implemented aliases for filaments
2019-11-21 13:12:06 +01:00
ae7a17dc9f
Added wxEXPAND flag to Filament and SLA Materials pages
2019-11-18 13:26:52 +01:00
5d3e8e2ba3
Added MINI and Creality Ender to ConfigWizard
2019-11-14 14:04:02 +01:00
3e833a2849
ConfigWizard: Fix printer pre-selection on fresh config
2019-10-07 17:21:45 +02:00
b7a3795772
ConfigWizard: Fix a memory access issue between PageMaterial instances
2019-10-07 11:10:18 +02:00
b5f1f6ea2f
Merge branch 'master' into materials
2019-09-30 16:12:48 +02:00
a127568500
Fixed localization for "Configuration Wizard" menu item
2019-09-23 16:29:07 +02:00
e346bdae2b
Materials: Cleanup
2019-09-17 17:16:15 +02:00
92ce446f8e
ConfigWizard: Add view mode setting page
2019-09-17 15:52:26 +02:00
a56f92b61d
WIP: filament/material filtering per selected printers
2019-09-17 13:20:06 +02:00
3af3f73997
Add material_type config option for SLA materials, use in Wizard
2019-09-17 13:20:06 +02:00
340263933a
WIP: ConfigWizard: 3rd party bundle installation roughly done
2019-09-17 13:20:06 +02:00
4ff970ac6e
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
9b71862885
Load default filament/material selections from vendor profiles
2019-09-17 13:20:06 +02:00
1f5048731c
Filaments and materials selection/installation
2019-09-17 13:20:06 +02:00
079270f2ff
ConfigWizard: Fix: Snapshot not being taken on user-requested Wizard run
...
If the user launched Wizard from the menu and checked the reset
checkbox, snapshot was not taken in case no new bundles were
to be installed from resources (ie. most of the time).
Snapshot is now taken as appropriate.
2019-08-20 12:00:23 +02:00
0425cb77b3
Added selection of custom bed model to bed shape dialog
2019-07-18 12:56:52 +02:00
dfb9d127d4
Added selection of custom bed texture to bed shape dialog
2019-07-18 11:12:11 +02:00
5353f8bae5
Refactoring of BedShapePanel and BedShapeDialog
2019-07-17 14:53:02 +02:00
0acf2dd513
Warnings cleanup in BonjourDialog, ConfigWizard, FirmwareDialog,
...
GLGizmoCut, ImGuiWrapper
2019-06-25 18:16:53 +02:00
972f0960bf
Changed the wizard to generate explicit extrusion widths
...
for the custom profile (not the zeros).
Changed the default values for filament_diameter and nozzle_diameter.
2019-05-14 12:35:19 +02:00
e324b0e930
Further renaming to PrusaSlicer
2019-05-13 12:42:40 +02:00
ece30c27ee
Wizard: on first execution, only select the first FDM printer, not
...
the first SLA printer.
2019-05-10 14:58:58 +02:00
8ce342cff5
Application will pick translation dictionaries based on the system default language
...
on first start of Slic3r.
Updated help menu (removed reference to the upstream manual)
Fixed some OpenGL assert due to glOrtho being called with zero Z span.
2019-05-10 14:43:35 +02:00
820200be67
Some more localization improvmenets.
2019-05-09 18:18:21 +02:00
b4fc2d59b4
Added ConfigDef::get_default_value<>() template,
...
refactored calling code to use it.
2019-05-03 18:30:58 +02:00
6ae851ff90
Implemented the "Support for support enforcers only" quick selection.
...
Reduced some memory leaks due to the ConfigDef::default_value pointer.
2019-05-03 18:01:39 +02:00
47fbf78abd
ConfigWizard: Finish DPI resizing (MSW)
2019-04-29 12:22:44 +02:00
5fd94f1f90
ConfigWizard: Select an appropriate printer based on the bundle order
2019-04-29 11:36:00 +02:00
2b39a4df96
Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW
2019-04-25 15:09:12 +02:00
bae3868f63
ConfigWizard: Fix app name interpolation
2019-04-25 10:47:15 +02:00
0da12d08fd
Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
...
- cleaned code from commented parts
- rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00