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/src
AgeCommit message (Collapse)Author
2019-02-27Small refactoring in Bed3D and GLShaderEnrico Turri
2019-02-27Merge branch 'master' of https://github.com/prusa3d/Slic3r into ↵Enrico Turri
et_multivolume_models
2019-02-27Fixed Linux build, the old GCC compiler does not supportbubnikv
std::defaultfloat yet
2019-02-27Fixed an assert from PrusaDoubleSliderYuSanka
2019-02-27Attempt to fix rendering of printbed svg textures on MacEnrico Turri
2019-02-27Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-02-27Fix of Model is marked as defective after opening project #1863bubnikv
Fixes SPE-613
2019-02-27Fixed shortcut for [M]ove gizmo (accidentally overridden by a shortcut for ↵Lukas Matena
[M]anual changes of SLA support points)
2019-02-27Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-02-27Improvement of automatic SLA supports: Don't put support pointsbubnikv
on vertical walls.
2019-02-26Fixed "color print" issues (SPE-836)YuSanka
2019-02-26Fix of #1853 (Translation of volumes in side view)Enrico Turri
2019-02-26Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-02-26Yet another fix of keyboard / mouse focus on the 3D scene.bubnikv
2019-02-26Added tooltips for mode buttons.YuSanka
+ some clean of an unused code + fix of #1861
2019-02-25imgui: Take orange color radiance down a notchVojtech Kral
2019-02-25Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-02-25Workaround for mouse events sent out of orderbubnikv
(mouse button down being sent before mouse enter)
2019-02-25Merge branch 'tm_colldetection_upgr'tamasmeszaros
This branch is unfinished but it is better compared to current state.
2019-02-25Pad "tilt" changed to "slope"tamasmeszaros
2019-02-25Renamed the SLA output file to ".sl1"bubnikv
2019-02-25Merge branch 'master' into tm_colldetection_upgrtamasmeszaros
2019-02-25Tiny cosmeticstamasmeszaros
2019-02-25SLA support gizmo hotkeys added (A,M,Esc,Enter)Lukas Matena
2019-02-25Disabling pad edge radius and adding the "wall tilt" parameter.tamasmeszaros
2019-02-25Attempt to fix 3D scene popup menu on LinuxVojtech Kral
2019-02-25Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-02-25Restart background processing for all steps on G-code export and send tobubnikv
octoprint for SLA if the slicing for a single object only is active.
2019-02-25Fixed wrong updating of the editable ComboBox under OSXYuSanka
2019-02-22Removed unnecessary saving of slicer.inibubnikv
2019-02-22Merge remote-tracking branch 'origin/ys_bf_updating'bubnikv
2019-02-22Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-02-22Fix of SPE-832bubnikv
Workaround for a wxWidget bug, where the mouse down event comes before mouse enter event after a pop-up menu is closed.
2019-02-22Firmware Updater: Handle messages in non-UTF-8 encoding on WindowsVojtech Kral
2019-02-22Firmware Updater: Log avrdude argumentsVojtech Kral
2019-02-22Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-02-22Split the external infill pattern to separate top / bottom config values.bubnikv
Based on https://github.com/prusa3d/Slic3r/commit/f9344a00e37e179e44f970edd65fd124a9370a96 thanks @supermerill Implements #475, #479, #1133, #1474
2019-02-22imgui: Fix assert in new_frame()Vojtech Kral
2019-02-22PresetUpdater: Offer update even if bundle not found in indexVojtech Kral
2019-02-22Fix string conversion in ObjectListVojtech Kral
2019-02-22SLA: Changed default value of the faded_layers to the current one. This ↵YuSanka
information is used for export config.ini
2019-02-22Renamed the "lambda-" prefix for the generic modifiers to "Generic-"bubnikv
Refactored ModelVolume::Type to enum class ModelVolumeType to be able to forward declare it. Refactored UI to use the ModelVolumeType instead of the untyped int.
2019-02-22Some fixes for the last commitYuSanka
2019-02-22Replaced the static text control in error dialog with HTML control,bubnikv
which supports copying of the text into clipboard. Removed the "copy to clipboard" button from the error dialog.
2019-02-22Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-02-22Show wait cursor when exporting an STL.bubnikv
Fix of SLA gizmo picking by rectangle: point is occluded only if an object is half its radius away from the point center. Don't show the temp G-code file name in the status bar when exporting.
2019-02-22Fixed bug with update (part of #1801)YuSanka
2019-02-22Fixed conflicts after merge with masterEnrico Turri
2019-02-21Scaling in PrintHostDialogs, FirmwareDialog, UpdateDialogsVojtech Kral
2019-02-21More input handling fixesVojtech Kral