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-07-17Added undo/redo snapshot for layers height editingEnrico Turri
2019-07-17Merge branch 'master' of https://github.com/prusa3d/PrusaSlicerEnrico Turri
2019-07-17Framework to serialize gizmos into undo/redo stackEnrico Turri
Serialization into undo/redo of Cut gizmo Refactoring of GLGizmosManager
2019-07-16Wipe tower fix (do not skip the first toolchange when printing without the ↵Lukas Matena
wipe tower) Also, test multi.t updated so it matches new logic of inserting custom gcodes
2019-07-16Fixed compilation issuebubnikv
2019-07-15Fixed a use-after-free problem in object listLukas Matena
this was uncovered by ASAN when attempting to Delete All objects with multiple instances
2019-07-15Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicerbubnikv
2019-07-15Fix of the SLA Undobubnikv
2019-07-15Merge branch 'master' into lm_warningsLukas Matena
2019-07-15Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicerbubnikv
2019-07-15Fix of the merge - missing Undo / Redo toolbar buttons.bubnikv
2019-07-15Updated tooltips on custom gcodes to match actual PrusaSlicer behaviour to ↵Lukas Matena
reflect recent changes
2019-07-15Merge remote-tracking branch 'remotes/origin/vb_undo_redo'bubnikv
2019-07-15Merge branch 'lm_improving_wipe_tower'. Summary of changes:Lukas Matena
- wipe tower respects max volumetric flow, slowing down with PVA etc is not hardcoded anymore - wipe tower is now allowed for multiple-extruder printers. single extruder stuff is not used in that case (ramming, cooling, etc.) - start/end filament and toolchange custom gcodes are now inserted differently than before - see 41164a9 - some refactoring, e.g. the abstract WipeTower class was eradicated
2019-07-13Fix of #2621YuSanka
2019-07-12Merge branch 'master' of https://github.com/prusa3d/PrusaSlicerEnrico Turri
2019-07-12#2616 - Added Recent projects item to File menuEnrico Turri
2019-07-12Finally fix for settings item selectionvb_undo_redoYuSanka
2019-07-12Some code refactoring for settings itemsYuSanka
2019-07-12Add take_snapshot for layers range editing actionsYuSanka
2019-07-12Merge branch 'lm_drop_to_bed'Lukas Matena
2019-07-12GCodeAnalyzer now recognizes tool-changing commands with MakerWare and ↵Lukas Matena
Sailfish flavor These firmwares use M135 Tn and M108 Tn commands for changing active tool, which the analyzer did not recognize. The toolpaths were then rendered in wrong color, extruder offset etc. This surfaced in issue https://github.com/prusa3d/PrusaSlicer/issues/2566
2019-07-12Tech ENABLE_SVG_ICONS set as defaultEnrico Turri
2019-07-12Follow-up of 4c6c608342e92d6769205ea8b68bde7ebbef04d6 -> refactoringEnrico Turri
2019-07-11Merge remote-tracking branch 'origin/vb_undo_redo' into ys_undo_redoYuSanka
2019-07-11Added suppress_snapshots() and allow_snapshots() for avoid of excess ↵YuSanka
"snapshoting"
2019-07-11GLToolbar and GLToolbarItem refactored to allow two different actions when ↵Enrico Turri
left/right clicking on items. Stack dialog for undo and redo items is now shown on right click only
2019-07-11Deactivate undo/redo toolbar items by pressing Esc keyEnrico Turri
2019-07-11Deactivate undo/redo toolbar items when leaving the 3D scene or clicking into itEnrico Turri
2019-07-10FreqChangedParams : workaround for right border alignmentYuSanka
2019-07-10Fixed margins for FreqChangedParamsYuSanka
2019-07-10GLToolbar::m_imgui_hovered_pos replaced with ↵Enrico Turri
GLCanvas3D::m_imgui_undo_redo_hovered_pos
2019-07-10Imgui dialogs for undo/redo centered on their toolbar item iconEnrico Turri
2019-07-10Disable remaining toolbar items when one of them is toggable and pressedEnrico Turri
2019-07-10Merge remote-tracking branch 'origin/vb_undo_redo' into ys_undo_redoYuSanka
2019-07-10Added take_snapshot() for adding of settingsYuSanka
2019-07-10Modified toolbar to call RenderCallback only when the item is toggable and ↵Enrico Turri
pressed
2019-07-10Fixed redo_to() function and code cleaning from redundant optionsYuSanka
2019-07-09Completed undo/redo from a toolbarYuSanka
2019-07-09Merge remote-tracking branch 'origin/vb_undo_redo' into ys_undo_redoYuSanka
2019-07-09Next improvements of an undo/redo from a toolbarYuSanka
2019-07-09Added color number in legend texture for color printsEnrico Turri
2019-07-09Reverder order of rendering of color print time estimatesEnrico Turri
2019-07-09Merge branch 'et_color_print_times' of https://github.com/prusa3d/PrusaSlicerEnrico Turri
2019-07-09Merge branch 'master' into tm_builtin_padtamasmeszaros
2019-07-09Fixing broken SLA slicing: SPE-984tamasmeszaros
2019-07-09Modified logic to add snapshots to undo/redo stack using ↵Enrico Turri
GLCanvas::do_xxxxxx() methods
2019-07-09Fixed reset of bed 3d modelEnrico Turri
2019-07-08Added undo/redo icons. Fist step to implementation Undo/Redo list for toolbarYuSanka
2019-07-08Refactoring of functions thick_lines_to_indexed_vertex_array() to reduce the ↵Enrico Turri
amount of produced vertices while reducing visual artifacts in gcode toolpaths due to averaged normals