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
2018-06-28Merge branch 'master' into amf_activate_existing_presetsbubnikv
2018-06-28Fix of tooltips on OSX showing on the first page of a parameter tab.YuSanka
2018-06-27Merge branch 'master' into amf_activate_existing_presetsbubnikv
2018-06-25Fixed crashing-bug after language changing (detected under Debug)YuSanka
2018-06-20Yet another fix for the OSX.machine-limits-configbubnikv
2018-06-20Fixed compilation on OSXbubnikv
2018-06-20Provide a callback to libslic3r to translate texts.bubnikv
Moved the "translate" functions to namespaces to avoid clashes between the code in libslic3r and Slic3r GUI projects.
2018-06-19Updating bugfixes (#973)Vojtech Kral
* ConfigWizard: Fix MM legacy profile detect * Remove Perl BedShapeDialog * PresetUpdater: Look for updates in resources as well * ConfigWizard: Startup condition based on printer profiles only rather than all profiles Previously wizard would not run if there was a leftover filament profile but no printer profiles * ConfigWizard: Fix button labels * ConfigWizard: Pick the very first printer variant by default
2018-06-11ConfigWizard: Use scrollbars on smaller screenswipVojtech Kral
2018-06-07Merge remote-tracking branch 'remotes/origin/vk-bugfixes'bubnikv
2018-06-07Fixed mangling of UTF characters when converted implicitely tobubnikv
wxString on Windows through the + operator.
2018-06-07Fix: Dialog initialization ordering on OS XVojtech Kral
Perform update_check after MainFrame is created
2018-06-04Merge branch 'master' of https://github.com/prusa3d/Slic3rEnrico Turri
2018-06-04Fixed preference dialog behaviorEnrico Turri
2018-06-04Beta bugfixes (#931)Vojtech Kral
* Fix: Function signature in avrdude * Fix: Remove mockup vendor bundles * Fix: Make ConfigWizard error handling more friendly * Fix: Opening the datadir in AppImage-based Slic3r
2018-05-22ErrorDialog: Fix size and message encodingVojtech Kral
2018-05-22One day I will fix it!bubnikv
2018-05-22Yet another fix of the previous commit.bubnikv
2018-05-21Fix of the previous commit: When asking the operating system to openbubnikv
the datadir using the platform specific file explorer, enquote and escape the path.
2018-05-21Moved the "Flash firmware" menu to "Configuration",bubnikv
removed the "Check for updates" from the "Configuration" menu, added an "Open file explorer at the datadir" item to the Help menu.
2018-05-21Fixed compilation on Linux.bubnikv
2018-05-21Added friendly names to serial ports, added automatic selection of Prusa's ↵bubnikv
printers in the firmware updater dialog
2018-05-21Firmware updater: Disable dictionary flashing menu entry for the time beingVojtech Kral
2018-05-21Firmware updater GUIVojtech Kral
2018-05-21avrdude: Compilation on Windows/MSVCVojtech Kral
2018-05-21avrdude integration basics (WIP)Vojtech Kral
2018-05-21Aligned frequently changing parameters according to presets settings on the ↵YuSanka
Plater tab. Fixed missing adding of the Filaments preset settings(for multy material case) to the right_panel
2018-05-03Save the Canonical Language Name instead of the Enumerator to the Slic3r.iniYuSanka
2018-05-02Preparations to the localization update & new Slic3rPE.potYuSanka
2018-04-30Merge branch 'updating' of https://github.com/prusa3d/Slic3r into updatingYuSanka
2018-04-30Added ability to change color of the labels of the system or modified valuesYuSanka
2018-04-30Add a new error dialogVojtech Kral
2018-04-27Fix & refactor legacy datadir dialogVojtech Kral
2018-04-26Merge remote-tracking branch 'origin/profile_changes_reset' into updatingYuSanka
2018-04-26Updated description preset line for each type of presets...YuSanka
Disabled m_btn_delete_preset for default and system presets. Enabled update of the current preset if it was modified and selected again.
2018-04-25Export of print config enabled as default in save file dialog when exporting ↵Enrico Turri
to amf and 3mf files
2018-04-25Merge remote-tracking branch 'origin/profile_changes_reset' into updatingYuSanka
2018-04-25Aligned printer settings on Plater tabYuSanka
2018-04-24Merge branch 'profile_changes_reset' into updatingVojtech Kral
2018-04-24PresetUpdater: Bundle incompatibility / Slic3r downgrade scnarioVojtech Kral
2018-04-20Added SnapshotDB::snapshot_with_vendor_preset() utility functionbubnikv
to find out whether there has ever been a snapshot taken with a given configuration version. Implemented an "on snapshot" flag, which indicates, whether the current state equals to some snapshot. If so, a new snapshot is not taken in upgrade / downgrade case.
2018-04-18Added some performance changesYuSanka
2018-04-18ConfigWizard: Add reset option, fixesVojtech Kral
Fix mock vendors
2018-04-17ConfigWizard & updating: Fixes & cleanupsVojtech Kral
2018-04-16Merge branch 'master' into updatingVojtech Kral
2018-04-16Merge branch 'config_snapshots' into updatingVojtech Kral
2018-04-16Updating: Detect legacy datadir, remove conflicting presetsVojtech Kral
2018-04-13Merge remote-tracking branch 'origin/profile_changes_reset'bubnikv
2018-04-13Merge remote-tracking branch 'remotes/origin/wipe_tower_improvements'bubnikv
2018-04-13Removed some obsolete Perl binding.bubnikv
Added Version Index "version" method. Implemented automatic selection of default_print_profile and default_filament_profile, when the print / filament profiles are not compatible with the selected printer profile. Fixed selection of a printer profile, if the currently selected printer profile becomes invisible.