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
AgeCommit message (Collapse)Author
2020-08-19Code refactoring for last commitYuSanka
2020-08-19GCodeViewer -> Modified shape of printbed for the unknown size caseenricoturri1966
2020-08-19Follow-up of eca4f0a4cd31279fa27f84490dfb15f72c5d10e3. Fixed preview ↵enricoturri1966
background on all platforms
2020-08-19BedShape is extracted to the separate structureYuSanka
2020-08-19GCodeViewer -> Changed layout of sliders in previewenricoturri1966
2020-08-19GCodeViewer -> Use only white texts in legendenricoturri1966
2020-08-19ENABLE_GCODE_VIEWER -> Removed options_120_solid shaderenricoturri1966
2020-08-18UnsavedChangesDialog : improvementsYuSanka
* Processed changes in options with nullable values * Processed changes on the extruders count
2020-08-18Extended hover capability in DoubleSlider::Controlenricoturri1966
2020-08-18GCodeProcessor -> Calculate per layer time estimateenricoturri1966
2020-08-18Renamed FacetSupportType to EnforcerBlockerTypeLukas Matena
So it's not misleading if we use it for seam painting
2020-08-18Gizmos can be shown depending on current modeLukas Matena
2020-08-18Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-08-18#4639 - ImGuiWrapper: fixed calls to ImGui::Text() and ImGui::TextColored()enricoturri1966
2020-08-17Code cleanupenricoturri1966
2020-08-17Fixed UI changing update for "Ramming" parameterYuSanka
2020-08-17GCodeViewer -> Use rounded values for toolpaths height, width and volumetric ↵enricoturri1966
rate to reduce the number of generated paths
2020-08-17GCodeProcessor -> Added debug code to check toolpaths data extracted from ↵enricoturri1966
gcode, as mm3 per mm, height and width
2020-08-14Unsaved Changes : improvement for the GUI_App::check_unsaved_changes()YuSanka
Added use of UnsavedChangesDialog
2020-08-14Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-08-13Merge remote-tracking branch 'origin/master' into ys_unsaved_changesYuSanka
2020-08-13Unsaved Changes : implemented "move" and improved "save"YuSanka
UnsavedChangesDialog : some code refactoring SavePresetDialog : processed empty name for the preset
2020-08-13Show description for disabled elevation when pad or pad around is offtamasmeszaros
Follow-up fix for 830d89
2020-08-13Added description line for the disabling of "Object elevation"YuSanka
Deleted mirrored parameter "pad_around_object" from "Support" category
2020-08-13GCodeProcessor -> Extract toolpaths height from gcode movesenricoturri1966
2020-08-13Fixed build under GTKYuSanka
2020-08-12UnsavedChangesDialog : implemented "Save" functionYuSanka
2020-08-12Fixed scaling of the SavePresetDialog under MSWYuSanka
+ fixed misunderstanding typo in PlaterPresetComboBox
2020-08-12ENABLE_GCODE_VIEWER -> Drag and drop for non .gcode files while gcode viewer ↵enricoturri1966
mode is active
2020-08-12Fixed rescaling under MSWYuSanka
2020-08-12Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-08-11Merge remote-tracking branch 'origin/master' into ys_unsaved_changesYuSanka
2020-08-11Fixed a crashYuSanka
appeared when we try to update PlaterPresetComboBox for empty selected preset.
2020-08-11ENABLE_GCODE_VIEWER -> More general drag and drop for .gcode filesenricoturri1966
2020-08-11ENABLE_GCODE_VIEWER -> Drag and drop .gcode files into gcode viewerenricoturri1966
2020-08-11GCodeProcessor -> Fixed time estimate for stealth modeenricoturri1966
2020-08-11Fixed color update under GTKYuSanka
+ FullCompareDialog : Use SetStile instead of SetForegroundColour for the wxTextCtrls
2020-08-11Fixed GTK buildYuSanka
2020-08-10Implemented FullCompareDialog for show long string valuesYuSanka
+ fixed build under GTK
2020-08-10Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-08-10Fixed Linux buildYuSanka
2020-08-10GTK specific: Use the wxDataViewIconTextRenderer instead of the ↵YuSanka
DataViewBitmapRenderer for "Old/NewValue" columns too. + update ofthe enabling for the "Save/Move" buttons
2020-08-10Use the wxDataViewIconTextRenderer instead of the DataViewBitmapTextRenderer ↵YuSanka
under GTK
2020-08-08Code refactoring: AppConfig.cpp(hpp) are removed from the GUI to libslic3rYuSanka
2020-08-07GCodeProcessor -> Fixed export of estimated time to gcode filenameenricoturri1966
2020-08-07UnsavedChangesDialog: Fixed get_string_from_enum() in respect to the ↵YuSanka
InfillPattern
2020-08-07Fix build on GCC (missing forward declaration)Lukas Matena
2020-08-07UnsavedChangesDialog :: Toggle column is on first place nowYuSanka
2020-08-07Merge remote-tracking branch 'origin/master' into ys_unsaved_changesYuSanka
2020-08-07PhysicalPrinterDialog : Incompatible presets extracted to the separate groupYuSanka