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-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.
2018-06-20Added machine evelope configuration parametersbubnikv
(the MachineEnvelopeConfig class). Added localization support for libslic3r through a callback (the callback is not registered yet, so the localization does nothing). Localized the Print::validate() error messages.
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
2018-06-19Merge remote-tracking branch 'remotes/origin/fix_model_by_win10'bubnikv
2018-06-18Object updated by scale gizmoEnrico Turri
2018-06-15Rotate gizmo interaction with mouseEnrico Turri
2018-06-15Scale gizmo interaction with mouseEnrico Turri
2018-06-14Partial perl code cleanupEnrico Turri
2018-06-14Hover on gizmo grabbers renderingEnrico Turri
2018-06-14Keep selection when panning/rotating 3D viewEnrico Turri
2018-06-14Use mipmaps for bed texturesEnrico Turri
2018-06-14Rotate gizmo renderingEnrico Turri
2018-06-13Scale gizmo renderingEnrico Turri
2018-06-13Selection on gizmo overlayEnrico Turri
2018-06-13Hovering on gizmo overlayEnrico Turri
2018-06-13Fixed compile on LinuxEnrico Turri
2018-06-131st installment of gizmosEnrico Turri
2018-06-12C++ code cleanupEnrico Turri
2018-06-12Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-06-12Bumped up the version number to a final.version_1.40.0bubnikv
2018-06-12Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-06-12Fixed typo bugYuSanka
2018-06-12Attempt to workaround bug in wxWidgets IsShownOnScreen() methodEnrico Turri
2018-06-12Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
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-11Use a single gl context created in c++Enrico Turri
2018-06-11GLCanvas3D volumes as a stack variableEnrico Turri
2018-06-11Removed 3DScene volumes from perlEnrico Turri
2018-06-11Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-06-11Fixed selection and rendering in object settings dialogEnrico Turri
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-11Added bed texture for Prusa printersEnrico Turri