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-07-03Merge branch 'master' into amf_activate_existing_presetsamf_activate_existing_presetsbubnikv
2018-07-03Enabled "delete preset" button after current profile savingYuSanka
2018-07-02Fix ofbubnikv
"Slic3r 1.40.1-rc fails to retain the filament list on" https://github.com/prusa3d/Slic3r/issues/1020
2018-07-02Fix: Leak in Tab.cpp in serial port testVojtech Kral
2018-07-02Bug-fixes of the OSX crashingYuSanka
2018-06-29bumped up the version numberversion_1.40.1-rcbubnikv
2018-06-28Merge branch 'master' into amf_activate_existing_presetsbubnikv
2018-06-28gcc / clang did not like backslashes inside commentsbubnikv
2018-06-28Renamed the "compatible_printers_condition" and "inherits" vectorsbubnikv
to "compatible_printers_condition_cummulative" and "inherits_cummulative" when storing to AMF/3MF/Config files. Improved escaping of strings stored / loaded from config files.
2018-06-28Final Fix of tooltips on OSX showing on the first page of a parameter tab.YuSanka
2018-06-28Merge branch 'for_merging'bubnikv
2018-06-28Fix of tooltips on OSX showing on the first page of a parameter tab.YuSanka
2018-06-28Merge remote-tracking branch ↵bubnikv
'remotes/origin/lm_ultimate_wipe_tower_rotation_fix'
2018-06-28Merge remote-tracking branch 'remotes/origin/vk-octoprint'bubnikv
2018-06-28Wipe tower fix - incorrect start/end position reported to the GCode ↵Lukas Matena
generator when the tower was rotated
2018-06-27Octoprint: Improve error reportingVojtech Kral
2018-06-27Simplified handling of the "compatible_printers_condition" andbubnikv
"inherits" configuration values. Implemented correct setting of the "inherits" flag for the profiles loaded from AMF/3MF/Config files.
2018-06-27Fix: Http: Body size limit not properly initializedVojtech Kral
2018-06-27ConfigWizard: Mark the first variant of each printer as default in the GUIVojtech Kral
2018-06-27PresetUpdater: Fix double update detection (had_config_update)Vojtech Kral
2018-06-27ConfigWizard: Fix default printer selectionVojtech Kral
2018-06-27Fix format-security violation with croakChow Loong Jin
Missed one in https://github.com/prusa3d/slic3r/pull/802.
2018-06-27Code cleanupubuntu_opengl_fixEnrico Turri
2018-06-273rd attempt to fix opengl on ubuntuEnrico Turri
2018-06-272nd attempt to fix opengl on ubuntuEnrico Turri
2018-06-271st attempt to fix opengl on ubuntuEnrico Turri
2018-06-27Merge branch 'master' into amf_activate_existing_presetsbubnikv
2018-06-26Fixed integration tests.bubnikv
2018-06-26Fixed crash when slicing from Layers tabEnrico Turri
2018-06-26When loading an archive (AMF/3MF/Config), the original namebubnikv
of the profile is show in braces next to the file name.
2018-06-26Fixed panning in Layers viewEnrico Turri
2018-06-26Storing and recovering the "compatible_printers_condition"bubnikv
and "inherits" fields from / to the AMF/3MF/Config files. The "compatible_printers_condition" are collected over all active profiles (one print, possibly multiple filament, and one printer profile) into a single vector.
2018-06-26Fixed #998YuSanka
Added detection of gtk2/gtk3 GUI libraries required by Alien::wxWidgets. Added gtk2/gtk3 include paths, so we may call gtk2/3 API directly if needed for some workaround.
2018-06-25Fix of interaction between opengl contexts and main page notebookEnrico Turri
2018-06-25Fixed #994.YuSanka
Print double-type values according to "full" value instead of 2 digits after point
2018-06-25Fixed crashing-bug after language changing (detected under Debug)YuSanka
2018-06-25Fixed bug #995YuSanka
2018-06-25Fix of #999Enrico Turri
2018-06-22Forced render of 3D scene when changing tab in plater's notebookEnrico Turri
2018-06-22Activate existing projects after loading AMF/3MF/Config: Initial implementation.bubnikv
2018-06-21Wipe tower bugfix - the tower was printed incorrectly when the rotation ↵version_1.40.1-betauntagged-2b7490fa646089912913Lukas Matena
angle was close to 90 degrees
2018-06-21Http: Fix nowide fstream usageversion_1.40.1-alphaVojtech Kral
2018-06-21Octoprint: Fix unicode supportVojtech Kral
2018-06-21Octoprint: Add a dialog for setting the filename/pathVojtech Kral
and a "print now" option cf. #880, #245, #55, #87
2018-06-21Bed textures selection using config inheritanceEnrico Turri
2018-06-21Removed error dialog when texture file does not existEnrico Turri
2018-06-20Yet another fix for the OSX.machine-limits-configbubnikv
2018-06-20Fixed compilation on OSXbubnikv
2018-06-20Removed dependencies of libslic3r on Slic3r GUI library.bubnikv
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.