Vojtech Bubnik
|
f033a79a2a
Bumped up version number.
|
3 years ago |
Spencer Owen
|
2bba01f482
Merge branch 'master' into ender2-pro
|
3 years ago |
Lukáš Hejl
|
3fd7a5a4b1
Fixed typo in GLGizmoPainterBase::get_projected_mouse_positions() after 7bb38840e18ecc435ad3acca07828dee526499f8.
|
3 years ago |
rtyr
|
c3f144c7ea
Ender2 Pro resources
|
3 years ago |
Vojtech Bubnik
|
121bb260db
Fix of disabling thick bridges adds unnecessary support interfaces #7260
|
3 years ago |
YuSanka
|
080e80a4d6
Localization: Next improvements: CS, IT, ES, DE, ES, FR
|
3 years ago |
YuSanka
|
14749d3c73
Code refactoring for ObjectList::get_selection_indexes().
|
3 years ago |
Vojtech Bubnik
|
baee1671ef
Fix of Bug in First Layer Expansion: Support material base layer intersects/overlaps with interface layer
|
3 years ago |
Vojtech Bubnik
|
cad459c6ad
Fix of "solid_infill_every_layers = 1" does not generate valid infill for some geometries #6736
|
3 years ago |
YuSanka
|
102ef9a024
Follow-up https://github.com/prusa3d/PrusaSlicer/commit/ea796aaa68a2948058d02711cc25a0a0fcfcee30
|
3 years ago |
Lukas Matena
|
c21950c07b
Merge branch 'et_reload_from_disk_fixes'
|
3 years ago |
enricoturri1966
|
1ba189b3a8
Follow-up of 450e430ca1b5169ab59d39a62cc84c4db3b0a8fa - Fixed wrong if() conditions into Plater::priv::reload_from_disk()
|
3 years ago |
enricoturri1966
|
8df5202e74
#7429 - Fixes in reload from disk command
|
3 years ago |
Vojtech Bubnik
|
26008adfa1
Trying to fix #7176:
|
3 years ago |
Vojtech Bubnik
|
63a3971091
Windows specific: Fixes layout issues on plater, short BitmapComboBoxes
|
3 years ago |
Spencer Owen
|
a6d6f9af8b
Add extra tab
|
3 years ago |
David Kocik
|
590f187370
Merge branch 'dk_msg'
|
3 years ago |
David Kocik
|
ea796aaa68
Changed message about copying another configuration folder.
|
3 years ago |
YuSanka
|
f1429f026c
RichMessageDialog on non-MSW platforms: Set escape ID to wxID_CANCEL
|
3 years ago |
YuSanka
|
27883caa08
Follow-up https://github.com/prusa3d/PrusaSlicer/commit/b3074ad2cce49ab9ca929faf42ad5721f1b76849
|
3 years ago |
David Kocik
|
7880c20330
wider SLA material type in conf wizard
|
3 years ago |
Spencer Owen
|
7e453380d6
Merge branch 'prusa3d:master' into ender2-pro
|
3 years ago |
Vojtech Bubnik
|
f697ede19a
The default SLA material speed was set to fast.
|
3 years ago |
YuSanka
|
77e8429eae
Fix for #7146 - Reset settings for spiral vase mode is inconsistent
|
3 years ago |
Lukas Matena
|
06fd732b57
Fixed behaviour of float sliders in SLA gizmos,
|
3 years ago |
Lukas Matena
|
e9b9c48cae
Fixed rear seam option, which was not always respected,
|
3 years ago |
Lukáš Hejl
|
5b56adba59
Added a missing include (GCC11.1 without PCH).
|
3 years ago |
Lukáš Hejl
|
66d11bd198
Changed OpenGL buffer type to GL_ELEMENT_ARRAY_BUFFER for vertex array indices in GLPaintContour. The previous type GL_ARRAY_BUFFER was used by mistake.
|
3 years ago |
Vojtech Bubnik
|
981e249927
Follow-up to c9727b5a57d0e78c386130c1eee5bb330d3b7cee
|
3 years ago |
Vojtech Bubnik
|
fe0d7691c1
Fixed incorrect case in include
|
3 years ago |
YuSanka
|
3d23907056
Fix of the position of "PrusaSlicer: Open hyperlink" Dialog
|
3 years ago |
Vojtech Bubnik
|
c9727b5a57
Fix of Random placment of top fill throughout model #7442
|
3 years ago |
Justin Schuh
|
175a6369fd
build_win.bat: MSVC version selection and minor fixes (#7450)
|
3 years ago |
Spencer Owen
|
b81964be0f
grid looking good
|
3 years ago |
Spencer Owen
|
976beb6154
improved logo
|
3 years ago |
YuSanka
|
9cd1df97d6
Fixed #7446 - Removed 'support' label makes the terms in the support selector confusing.
|
3 years ago |
YuSanka
|
488eb51282
Fix for InfoDialog, when Info about in-recognized loaded config values is shown.
|
3 years ago |
YuSanka
|
1ff7214532
Fix for endless loop dialog - see https://github.com/prusa3d/PrusaSlicer/issues/7419#issuecomment-986325432
|
3 years ago |
Vojtech Bubnik
|
89eabec582
Bumping up patched wxWidgets SHA after fixing a Win32 dark mode specific
|
3 years ago |
Vojtech Bubnik
|
7f0fcd1354
Fix of infill_only_where_needed for complex objects:
|
3 years ago |
YuSanka
|
940690ecdb
Follow-up https://github.com/prusa3d/PrusaSlicer/commit/d8ecc191da71f34b584681ee21f4ebae96016241 - Remove from code a condition which has opposite effect effect now.
|
3 years ago |
YuSanka
|
d8ecc191da
Added a check that first layer height is not expressed as a percentage (related to https://github.com/prusa3d/PrusaSlicer/issues/7418)
|
3 years ago |
Spencer Owen
|
1e63467bc9
improved logo
|
3 years ago |
Spencer Owen
|
091a2181e3
Update image
|
3 years ago |
Spencer Owen
|
dc30198d4f
Add ender2 pro logo
|
3 years ago |
David Kocik
|
091585076c
Followup on 6490456ec401f05036289897f14dc82e27714ceb
|
3 years ago |
David Kocik
|
6490456ec4
Do not perform config check if conf folder is redefined
|
3 years ago |
enricoturri1966
|
00c86b2b7f
Follow-up of 2ed57d1ba5091bade713e7924d9cd5d5b4f5b867 - Removed unneeded sort
|
3 years ago |
Vojtech Bubnik
|
d6bb8eead9
Fixed 3mf unit tests to pass on ARM 64bit
|
3 years ago |
Vojtech Bubnik
|
2ed57d1ba5
Further optimization of G-code viewer: Replaced std::set<RenderPaths>
|
3 years ago |