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/src
AgeCommit message (Collapse)Author
2018-07-12Fixed crash on MAC when selecting system infoEnrico Turri
2018-07-05Bumped up the version number to final.version_1.40.1bubnikv
2018-07-03Bumped up the version number.version_1.40.1-rc2bubnikv
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-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-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-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-26Fixed crash when slicing from Layers tabEnrico Turri
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-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-20avrdude: Line noise prevention on MK3 xflash bootVojtech Kral
2018-06-20Fixed crash at startup on OpenGL 1.1 cardsEnrico Turri
2018-06-19avrdude: Fix error handling in arduino, fix various outputsVojtech Kral
2018-06-19Firmware updater: Add support for l10n firmware imagesVojtech Kral
2018-06-19avrdude: add file offset to update operation spec, refactoringVojtech Kral
2018-06-19Firwmare updater for the Einsy external flash memory,bubnikv
to be used as a storage for localization strings. Hacked into the avrdude Arduino STK500 (not STK500v2) protocol.
2018-06-19FirmwareDialog: Fix progress displayVojtech Kral
2018-06-19Firmware updater: Fix filename encoding on WindowsVojtech Kral
2018-06-19avrdude: Reduce retries to make timeout time more reasonableVojtech Kral
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-19Merge remote-tracking branch 'remotes/origin/3mf_io'bubnikv
2018-06-19Merge remote-tracking branch 'remotes/origin/scene_manipulators'bubnikv
Disabled the gizmos.
2018-06-19Merge remote-tracking branch 'remotes/origin/opengl_to_cpp'bubnikv