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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-13Merge remote-tracking branch 'origin/ys_add_new_options' into ys_improvementsYuSanka
2020-03-11Implemented "Use unlimited skirt" optionYuSanka
2020-03-09Added "Filament spool weight" option to filament optionsYuSanka
2020-03-09Fix of Print settings dropdown list messed up after deleting an entry (#3800)bubnikv
2020-03-07Fixed localization of "Save preset as" dialog message.bubnikv
2020-03-07Polished the new "detach preset from the system preset" messages.bubnikv
2020-03-06Fixed update of UI values, related on parent preset, when preset is detached ↵YuSanka
from system
2020-03-06WIP Detaching of system profiles and user profiles derived from system profiles.bubnikv
2020-03-06Merge branch 'master' into ys_detach_btnbubnikv
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
2020-03-05Localization:YuSanka
- Deleted redundant whitespaces before semicolons. - All "\t" extracted from the phrases (The PhraseApp used to the translations "doesn't see" it, and as a result all translations missed them)
2020-03-04Implemented "Detach preset from system" buttonYuSanka
2020-03-03Fixing wxString::Format encoding mismatches (part 3)Lukas Matena
2020-03-02Promote max_bridges_on_pillar to be a runtime parameter.tamasmeszaros
This way the user greater control over support tree branching and the amount of pillars created.
2020-02-27Various changes in handling of profile compatiblilitiesbubnikv
and the "show incompatible profiles" option. It was not able to select the incompatible Print profile, which is possible now. (see Cannot select incompatible printer profile #3715) When the Printer profile derived from the Prusa3D system profile was active or a system Prusa3D profile was active, and when the Print profile with the removed "inherits" field was active (or any other profile derived from the "-- default --" profile was active), then the filament selector offered just the profiles with the removed "inherits" field (or any other profile derived from the "-- default--") profile. This behavior has been now changed, so that in this scenario the Filament selector will offer the Prusa3D vendor profiles compatible with the active Print and Printer profile as well as the user profiles. Slicer was also changed to keep an incompatible preset selected at its respective tab if its respective "Red flag" is enabled. For example, if an incompatible Print preset is selected and a Printer profile is switched to another one which is not compatible with the active Print preset that was red already, the active Print preset is not switched if the Print "Red flag" is active. However, if the Print profile was compatible before the Printer profile is switched and now the Print profile becomes incompatible, another compatible Print profile is selected. A likely bug in wxWidgets was worked around when switching a Print preset on Plater, if the last item in the Print preset was active and incompatible, and another Print preset was selected by the user. On Windows, an CBN_EDITCHANGE is sent just after combo box selection change event and the CBN_EDITCHANGE holds an index of the combo box item, which will be removed by the 1st event, therefore leading to an assert in wxWidgets on CBN_EDITCHANGE. The workaround is to disable processing of CBN_EDITCHANGE on Windows for the Plater preset selection combo boxes.
2020-02-21GUI::show_error() is now generalized for std::string and const char*bubnikv
Fixed return type of std::string translate_utf8() with context (incorrectly returned wxString, should return std::string). Fixed double translation of BackgroundSlicingProcess::validate() in Plater.
2020-02-21Fixed few more encoding issuesLukas Matena
All uncovered after disabling unsafe wxString conversions
2020-02-21Fix of Bug: Changing print settings resets filament settings #3675bubnikv
When switching a Print profile, the modifications of an active Filament profile were incorrecly dropped even if the active Filament profile was compatible with the newly selected Print profile.
2020-02-18Merge branch 'tm_sla_efc_SPE-1080'tamasmeszaros
2020-02-14DoubleSlider: Suppressed manipulation for sequential print.YuSanka
+ some code refactoring + experiment with alignment of several options inside the Line
2020-02-14Added new parameter elefant_foot_min_widthtamasmeszaros
2020-02-14Add elephant foot compensation to SLA printtamasmeszaros
Work in progress Convert efc input to the right scaling Apply EFC on the slice index to make it visible in the preview.
2020-02-12Fixed width of "printhost_apikey" and "printhost_cafile" fieldsYuSanka
2020-02-12Alignments of options in settings tabsYuSanka
+ msw_rescale() is overridden for PrinterTab to rescale of all the option Pages and not just a respect to current print technology + A Setting of the option.width in PrintConfig is no need anymore
2020-02-10Manually merged Korean translation by @ulsanetherYuSanka
+ updated MO for Korean translation + set small size for mode icons
2020-02-10Changed size of hexagons.YuSanka
+ ModeButton: Added another constructor
2020-02-07Updated mode iconsYuSanka
2020-02-05Implemented top_solid_min_thickness / bottom_solid_min_thickness.bubnikv
The two new config keys define a minimum vertical shell thickness. The top shell thickness is calculated as a maximum of sum over top_solid_layers * layer heights and top_solid_min_thickness, the bottom shell thickness is calculated as a maximum of sum over bottom_solid_layers * layer heights and bottom_solid_min_thickness. The results of the formula above are shown at the Print parameter page below the two new values to hint the user about the interaction of the old versus new config values. top_solid_min_thickness has no meaning if top_solid_layers is zero, bottom_solid_min_thickness has no meaning if bottom_solid_layers is zero.
2020-01-31To fix blurred icons under OSX there is implemented PresetBitmapComboBox, ↵YuSanka
derived from wxBitmapComboBox, which now will be used for preset choosers on sidebar a preset tabs. + for BitmapCache class added m_scale used for correct scaling of SVG images on Retina displays + some code clearing from unused functions or function's parameters
2020-01-23Merge branch 'master' into lm_tm_hollowingtamasmeszaros
2020-01-21Merge branch 'master' into upstream2Oleksandra Yushchenko
2020-01-21Merge branch 'master' into lm_tm_hollowingLukas Matena
2020-01-20Platter->Platerfoxox
2020-01-08Fixed update of "Cost" field in "Sliced Info" box after a change of any ↵YuSanka
material's options ("bottle_cost", "bottle_volume", "bottle_weight", "material_density")
2020-01-07Fixed density calculation is wrong for resin cost calculation (#3460)YuSanka
2019-12-12Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-05Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicerbubnikv
2019-12-05System profiles and profiles derived from system profiles are nowbubnikv
compatible with the profiles of the same vendor only.
2019-12-05Fixed mode icons rendering under OSX (MacOSX10.14.sdk)YuSanka
2019-12-04Grammar fixMatthias Urlichs
2019-12-04Don't show a confirmation dialog when saving a presetMatthias Urlichs
2019-12-03Added context to new saved preset nameYuSanka
2019-11-29Fixed function to get a profile name by alias for all preset collectionsYuSanka
2019-11-25Implemented use of aliases in Plater's preset comboboxesYuSanka
2019-11-18Merge branch 'master' into lm_tm_hollowingtamasmeszaros
2019-11-14Merge branch 'lm_low_wipe_tower'Lukas Matena
2019-11-08Merge remote-tracking branch 'origin/master' into ys_resin_costYuSanka
2019-11-08Enhanced hollowing scheme, closing distance working as expected.tamasmeszaros
2019-11-08hollowing params renamed, filtering generalizedtamasmeszaros
2019-11-07Hollowing params: accuracy and smoothnesstamasmeszaros