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
path: root/xs
AgeCommit message (Collapse)Author
2018-06-11ConfigWizard: Use scrollbars on smaller screenswipVojtech Kral
2018-06-11PresetUpdater: Fix of the fixVojtech Kral
2018-06-11Fix: PresetUpdater: Set bundle & index file permissions #962 (#970)Vojtech Kral
2018-06-11Merge remote-tracking branch 'origin/ys_master_bug_fixes'bubnikv
2018-06-11There is a bug related to Ubuntu overlay scrollbars, see ↵bubnikv
https://github.com/prusa3d/Slic3r/issues/898 and https://github.com/prusa3d/Slic3r/issues/952. The issue apparently manifests when Show()ing a window with overlay scrollbars while the UI is frozen. For this reason, we will Thaw the UI prematurely on Linux. This means destroing the no_updates object prematurely.
2018-06-11Fixed bug from issue #969YuSanka
2018-06-11Fix of a regression issue, which was certainly in 1.34.0, probablybubnikv
even longer. An infill / perimeter overlap was not applied when defined with absolute coordinates. Fixes https://github.com/prusa3d/Slic3r/issues/964
2018-06-07Fixed typos from the previous commit.bubnikv
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-07Fix: GCodeSender: Line number resynchronisationVojtech Kral
2018-06-06Fixed a bug reporting incorrect compatible_printers andbubnikv
compatible_printers_condition inside the Config Bundle.
2018-06-04Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2018-06-04Merge remote-tracking branch 'remotes/origin/wipe_tower_gcode_preview'bubnikv
2018-06-04Fixed issue #875 and updated Slic3rPE.potYuSanka
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-30Bugfix: first color of the wipe tower preview was incorrect with some modelsLukas Matena
2018-05-29Fix of previous commitLukas Matena
2018-05-29Analyzer tags for the wipe tower also generate layer height and line width ↵Lukas Matena
(so the priming lines+brim are visible and ramming lines are correct width)
2018-05-29Feedrate on the first layer of the wipe tower properly set (bugfix)Lukas Matena
2018-05-23Fix of a crash intruduced with e8247c5646d512da4c8060ecd7d0a6a3232a6c28bubnikv
2018-05-22Bumped up version numbers of the PrusaResearch.ini and the Slic3r itself.version_1.40.0-alpha2bubnikv
2018-05-22ErrorDialog: Fix size and message encodingVojtech Kral
2018-05-22Merge remote-tracking branch 'remotes/origin/scene_manipulators'bubnikv
2018-05-22When loading a config bundle, make sure a config value is not acceptedbubnikv
if it is placed in a wrong group (for example, max_print_height does not belong to print settings, but a printer settings, so Slic3r will now complain about it being in print settings, and it will remove the value from the print settings).
2018-05-22Fixed remember output directory default value set to trueEnrico Turri
2018-05-22Merge remote-tracking branch 'remotes/origin/brim_width_calculation'bubnikv
2018-05-22A fix to use correct spacing with multiloop skirtsbrim_width_calculationLukas Matena
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-21avrdude: Fix exit hook not being adapted properlyVojtech Kral
2018-05-21Serial port friendly name on LinuxVojtech Kral
2018-05-21Another fix for linux & osxbubnikv
2018-05-21Yet another fix for OSXbubnikv
2018-05-21Fixed compilation on Linux.bubnikv
2018-05-21Fix of previous commit, fix of compilation on OSX.bubnikv
2018-05-21Serial port fix, get description for serial ports on OSX.bubnikv
2018-05-21Added friendly names to serial ports, added automatic selection of Prusa's ↵bubnikv
printers in the firmware updater dialog
2018-05-21FirmwareDialog: Fix log clearingVojtech Kral
2018-05-21Firmware updater: rework cancellingVojtech Kral
2018-05-21avrdude: Fix serial I/O timeout on Windowsbubnikv
2018-05-21FirmwareDialog: Fix dialog sizingVojtech Kral
2018-05-21Firmware updater: Disable dictionary flashing menu entry for the time beingVojtech Kral
2018-05-21Firmware updater: Add cancelationVojtech Kral
2018-05-21Firmware updater: Perform work in a background threadVojtech Kral