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 (Expand)Author
2021-02-24Some code refactoring follow-up https://github.com/prusa3d/PrusaSlicer/commit...YuSanka
2021-02-24Merge remote-tracking branch 'origin/ys_auto_cp'YuSanka
2021-02-24Follow-up of 86d7e1fb907d9841a1d0cf516415fea84e8b5280 -> Validation of custom...enricoturri1966
2021-02-23Implemented Auto Color PrintYuSanka
2021-02-17Tech ENABLE_ARROW_KEYS_WITH_SLIDERS set as defaultenricoturri1966
2021-02-16#5611 - Added option to show gcode line number on horizontal slider in previewenricoturri1966
2021-02-08Fixing Clang warnings 3Lukas Matena
2021-01-29Fixing GCC warnings 3Lukas Matena
2021-01-22OSX specific, related to the wxWidgets 3.1.4: Fixed wrong UI-scalingYuSanka
2020-12-11Fix of #5315 - Height Slider heights are too squishedYuSanka
2020-12-10Removed unused variables in DoubleSlider::Controlenricoturri1966
2020-12-09Fixed debug assert, when add ColorChange on DoubleSliderYuSanka
2020-12-09Added info notification, when Color Change G-code is empty and user try to ad...YuSanka
2020-12-09Fix for #5142YuSanka
2020-12-04Localization: Fixed some phrases. Updated POT and NL dictionary.YuSanka
2020-12-01#5333 - Reworked navigation of preview's sliders using the keyboardenricoturri1966
2020-11-26Fixed bug introduced with 4d483f323f732ceccf6e581e160b962aa49d09f5enricoturri1966
2020-11-26GCode Viewer -> Show extimated layer time on the vertical slider for gcode pr...enricoturri1966
2020-11-24DoubleSlider: Fixed ruler for the short objectsYuSanka
2020-11-24Do not show anything in vertical slider if estimated times are missingenricoturri1966
2020-11-24ENABLE_GCODE_VIEWER set as default in:enricoturri1966
2020-11-21Follow-up to 80e8b5e985b84a6a50215d383bad96657bae0b12Vojtech Bubnik
2020-11-20Font of the DoubleSliders is changes to default (#5121)YuSanka
2020-11-19Estimated printing time per layer for SLAPrintYuSanka
2020-11-18Ruler for DoubleSlider: Added estimated print timeYuSanka
2020-11-18DoubleSlider's ruler is implemented in respect to the use with sequential pri...YuSanka
2020-11-18Implemented ruler for the vertical DoubleSliderYuSanka
2020-11-11Removed the legacy PreviewData.cpp,hppenricoturri1966
2020-11-04Removed cog icon from the horizontal slider.YuSanka
2020-11-03"Sequential slider applied only to top layer" parameter from the Preferences ...YuSanka
2020-10-27Fixed build when ENABLE_GCODE_VIEWER is disabledenricoturri1966
2020-10-26Fixed editable lower thumb of sequential slider when changing settings in pre...enricoturri1966
2020-10-21DoubleSlider : Fixed motion of the upper thumb, when no one thumb is activeYuSanka
2020-10-20Fix of #4909YuSanka
2020-10-17Disabled icon to add color changes, print pauses and custom gcode in vertical...enricoturri1966
2020-10-08Allow to disable editing of lower thumb in DoubleSlider::Controlenricoturri1966
2020-10-08Fix in upgrade_text_entry_dialog()enricoturri1966
2020-10-08Follow-up of 3fdc48452e65290ccc40cb5b438ec8bbc35b573f -> Modified logic to di...enricoturri1966
2020-10-08Modified rendering of DoubleSlider::Control when disabledenricoturri1966
2020-10-07Skip invisible moves when moving horizontal slider thumb in previewenricoturri1966
2020-08-18Extended hover capability in DoubleSlider::Controlenricoturri1966
2020-06-12Fixed conflicts after merge with masterenricoturri1966
2020-06-09Fixed Editing of the Template custom GcodeYuSanka
2020-06-08Fixed export/import from/to amf and 3mf file.YuSanka
2020-06-07Editing of the custom GCodes like ColorChange and PausePrintYuSanka
2020-05-27Follow up of e77fa3512ac0c9d697b9ad9620a5e955cf35209e -> changed logic for Do...enricoturri1966
2020-05-27DoubleSlider::Control -> Shift and Ctrl used as accelerators for moving thumb...enricoturri1966
2020-05-27Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode...enricoturri1966
2020-05-27DoubleSlider::Control -> Fixed crash when pressing numpad [+] and [-] keys wh...enricoturri1966
2020-05-27Includes cleanup:Lukas Matena