Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-24OptionsSearcher improvements: Fixed a key for option() and ↵YuSanka
groups_and_categories. It contains "preset_type;opt_key" now. This key helps to avoid a collisions by using a same options key from different type presets. Example: Option "elefant_foot_compensation" is in Print presets and SLA_printer presets
2021-03-15ConfigOptions: GUI type as enum, not string.Vojtech Bubnik
Fixing compilation error in the new Platform code. Fixing one issue in FDM support after splitting the top/bottom interface layers.
2021-02-24Fix of Add option to change support interface pattern #1197Vojtech Bubnik
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-24Squash merge of pull request Raft enhancements #6003Vojtech Bubnik
thanks @nemart69
2021-02-10Squashed commit of the following:Vojtech Bubnik
commit 61b3ca0b4b4a0b4cfbbc706ede94ef7ccec4c91f Author: Vojtech Bubnik <bubnikv@gmail.com> Date: Wed Feb 10 15:42:27 2021 +0100 Fix of fuzzy skin commit d971ed51a5bb65e8bdfd326bc41b9d7ab2e20834 Author: Vojtech Bubnik <bubnikv@gmail.com> Date: Wed Feb 10 14:12:51 2021 +0100 CMake adjustment of MINIMUM_BOOST_VERSION commit 5d8aa2c59ecf7e32456f2e43e07dedc7d24eb21c Author: Vojtech Bubnik <bubnikv@gmail.com> Date: Wed Feb 10 14:12:33 2021 +0100 Fix of debug compilation after warning removal. commit 5e339b3078f0c9d75b6fac28ed3c295ae9fbbef5 Author: Vojtech Bubnik <bubnikv@gmail.com> Date: Wed Feb 10 14:11:34 2021 +0100 Fuzzy Skin changes: 1) Moved the parameters to region 2) Removed experimental code. 3) Allowed fuzzyfication of both outer perimeter and holes.
2021-02-08Fixing Clang warnings 3Lukas Matena
2021-02-08Fixing Clang warnings 1Lukas Matena
2021-02-03Squash merge of lh_brim_rework,Vojtech Bubnik
brim separated to Brim.cpp,hpp Refactored accessors to PrintObjectPtrs, PrintRegionPtrs, LayerPtrs, SupportLayerPtrs for const correctness.
2021-01-29Fixing GCC warnings 2Lukas Matena
2021-01-27Commented out fuzzy_skin_shape for now, the parameter may be usedVojtech Bubnik
in the future, but for now we don't want the parameter to be stored into configuration files.
2021-01-26WIP: Initial Fuzzy Skin implementaiton #2010Vojtech Bubnik
Based on pull request Experimental fuzzy skin mode #4611 by @etet100 and on CuraEngine implementation of perimeter fuzzyfication void FffPolygonGenerator::processFuzzyWalls(SliceMeshStorage& mesh)
2020-12-08Changed layout for for the Preferences Dialog (related to #5381)YuSanka
+ Fixed #5312 + Deleted unused now EVT_TAB_VALUE_CHANGED and EVT_TAB_PRESETS_CHANGED
2020-12-07Added "G-code thumbnails" parameter to the Printer Settings tabYuSanka
2020-11-26Refactoring:YuSanka
1. Use C++ style cast instead of C style 2. Deleted unused code from Search
2020-11-18Changed layout of the "Machine limits" settings tabYuSanka
2020-11-12Custom controls : The width for full_width fields is updated according to ↵YuSanka
the custom control width (thanks to the @supermerill for the mention on it, https://github.com/prusa3d/PrusaSlicer/pull/5135/commits/6acf6bdf2110b3a8b7c54a0450ae1437176d2027) + Deleted redundant background color, as mentioned in the #5062
2020-11-02Big code cleaningYuSanka
Deleted all unused code
2020-11-02Custom control: Fixed bitmaps layout under OSXYuSanka
+ Implemented hyperlinks for parameters labels to the help page
2020-11-02Custom control : Implemented blinking iconYuSanka
2020-11-02Custom control : Action buttons are "alive" nowYuSanka
- show tooltips for buttons - LBtnClick invokes revert functions for the field
2020-11-02Custom control : fixed re-scaling for MSWYuSanka
2020-11-02Custom control : Implemented update items visibility in respect to the modeYuSanka
2020-11-02Fixed position for all controls from the settings tabsYuSanka
2020-11-02Custom control: first implementationYuSanka
2020-10-16Add info for the removed "Print host upload" groupYuSanka
2020-10-07Fixed redundant call of Tab::select_active_page(),YuSanka
when printer technologist is changed + Some code cleaning:The code commented as experimental and unused is deleted
2020-10-06Fixed non_MSW buildYuSanka
+ fixed some warnings
2020-10-02Limiting the application of Machine Limitsbubnikv
https://github.com/prusa3d/PrusaSlicer/issues/1212 WIP: The hints do not rescale when switching the "usage" combo box. The new g-code time estimator needs to be updated to not read the machine limits if not enabled.
2020-10-01Merge branch 'vb_optgroup_refact'Vojtech Bubnik
2020-09-29Cancellation of parameter page build process.bubnikv
2020-09-24Page class is used as a container of option groupsYuSanka
and doesn't inherited from wxScrolledWindow now
2020-09-24Fixed highlighting of the searched optionYuSanka
+ Create controls only on the shown and active tab + Line class : deleted unused sizer + In GUI_Utils added TaskTimer class for the print a time of some task duration + BedShapeDialog:: activated options_groups + commented some unused code
2020-09-24New class ModelConfig wrapping DynamicPrintConfig and a timestampVojtech Bubnik
to help with detecting "not changed" event when taking Undo/Redo snapshot or synchronizing with the back-end. Converted layer height profile and supports / seam painted areas to the same timestamp controlled structure.
2020-09-23Merge remote-tracking branch 'origin/master' into ys_optgroup_refactYuSanka
2020-09-22Fixed scaling on MSW for new OptionsGroupYuSanka
2020-09-22Code refactoring of the OptionsGroup class:YuSanka
Controls are created only for the active page now
2020-09-14WIP Refactoring of exceptions:Vojtech Bubnik
1) All slicer's exceptions are now derived from Slic3r::Exception. 2) New exceptions are defined for slicing errors. 3) Exceptions are propagated to the Plater to show. It remains to modify the slicing back-end to throw the new SlicingError exceptions instead of std::runtime_error and to show the other exceptions by a message dialog instead of a notification.
2020-09-08Added networking support for SL1 Digest authorization.Vojtech Bubnik
Renamed login/password/authorization_type to printhost_user/printhost_password/printhost_authorization_type. Added initialization of physical printer preset with default values.
2020-08-17Fixed UI changing update for "Ramming" parameterYuSanka
2020-06-25PhysicalPrinter. PhysicalPrinterDialog improvementsYuSanka
2020-05-27Includes cleanup:Lukas Matena
GUI_App.hpp (should not include) MainFrame.hpp MainFrame.hpp Plater.hpp ModelArrange.hpp Model.hpp Slicing.hpp PrintConfig.hpp FillBase.hpp PrintConfig.hpp GUI_App.hpp PrintConfig.hpp OptionsGroup.hpp GUI_App.hpp
2020-05-22Added missed icons for the dark mode.YuSanka
Fixed typos from the previous commit
2020-05-22Reworked sys_color_changed() functionsYuSanka
Fixed OSX specific bugs: - toolbar flashing for some mainframe sizes (Retina specific) - size of mainframe when settings layout in slNew mode Added missed icons to the "white" folder
2020-05-04New Layouts: There 3 mode of a layout of the settings tabpanel :YuSanka
1. Old mode, as it was always. 2. New mode, when Settings Tabs are hidden on the Plater. Use "cog" icon for the switching to the settings tabs 3. Dlg mode, when Settings Tabs are extracted to the Settings dialog. Use "cog" icon for Show or Focus the Settings Dialog The "Collapse sidebar" toolbar appearance is set in the Preferences.
2020-04-29Merge remote-tracking branch 'origin/master' into ys_searchYuSanka
2020-04-16Completed a search list cleaning (deleted unused options).YuSanka
+ Implemented BlinkingBitmap + Options, that doesn't have related controls, are highlighted near the widgets.
2020-04-14WIP: Ironing over top surfaces.bubnikv
2020-04-13Added map for save Group and Category values for each optionYuSanka
+ Some code refactoring in Tab (the translation of the titles moved to the OptionGroups) and Search + Fixed assert in fts_fuzzy_match
2020-04-07Implemented blinking icon to highlight a searched fieldYuSanka
2020-03-05Fixed 2 bugs :YuSanka
1. "Revert" buttons on the bar don't work for a "Compatible printers" and a "Compatible prints profiles". And cause a crash if they are pressed in Print(SLA) Settings. 2. A label of a "Compatible printers" option is always black in Filament(Materials) Settings Tab