ole00
|
df0751716c
Added resources and settings for Anycubic Photon Mono X SLA printer
|
3 years ago |
ole00
|
7685e70743
SLA: added pwmx format exporter
|
3 years ago |
enricoturri1966
|
0835e117d5
Refactoring in GLCanvas3D::LayersEditing::render_volumes()
|
3 years ago |
enricoturri1966
|
7979ebdeb3
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
|
3 years ago |
enricoturri1966
|
5089d1460d
Removed obsolete member variable GLCanvas3D::m_color_by
|
3 years ago |
YuSanka
|
a1ff2bb7d7
Fix for #6364 - MacOS / Minimize window / Shortcut CMD + M
|
3 years ago |
enricoturri1966
|
0c74081f7d
Follow-up of afcac6e2ea306fbbb12428e360c0fe70b2a3f12d - Fixed GLGizmoSlaSupports::render_points()
|
3 years ago |
YuSanka
|
5ac0e124e4
Fix for #6364 - MacOS / Minimize window / Shortcut CMD + M
|
3 years ago |
Filip Sykala
|
ff713c23ac
Remove warning
|
3 years ago |
enricoturri1966
|
c9ff260d13
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - SLA caps rendered using GLModel
|
3 years ago |
enricoturri1966
|
aa4714a239
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed OpenGL legacy calls from GLCanvas3D::init()
|
3 years ago |
enricoturri1966
|
a28dea0617
Follow-up of 6b041429f6f137add530c900c3160d431286366f - Fixed uvmapping of printbed texture
|
3 years ago |
Filip Sykala
|
1fa3a236a5
Fix hollowing mouse click
|
3 years ago |
enricoturri1966
|
fa1ff1c357
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Another refactoring to simplify client code of GLModel::Geometry
|
3 years ago |
Filip Sykala
|
46044a210f
Fix SLA supports partialy
|
3 years ago |
enricoturri1966
|
cca1454c38
Tech ENABLE_VOLUMETRIC_RATE_TOOLPATHS_RECALC - Recalculate toolpaths when switching to/from volumetric rate visualization
|
3 years ago |
enricoturri1966
|
1d0af50a94
GCodeProcessor - Added processing of gcode line M220
|
3 years ago |
Filip Sykala
|
74cf6649f3
Merge branch 'master' into fs_mouse
|
3 years ago |
Filip Sykala
|
576a63cd20
Fix for cut gizmo during move of object
|
3 years ago |
enricoturri1966
|
be6922795d
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: MeshClipper::m_vertex_array
|
3 years ago |
Vojtech Bubnik
|
443a42c6d8
Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer
|
3 years ago |
Vojtech Bubnik
|
5ed364910b
Follow-up to 199dc121a55c0aa0723e5f58417bb2fad1dfc690
|
3 years ago |
Filip Sykala
|
5f51811a3c
Fix dragging out of window
|
3 years ago |
enricoturri1966
|
df3d670357
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GLPaintContour from GLGizmoPainterBase.hpp/.cpp and replaced with GLModel
|
3 years ago |
Lukáš Hejl
|
9b9f93ca07
Make unit test 'fff_print_tests' to pass when a memory leak is detected.
|
3 years ago |
Lukáš Hejl
|
81e9582761
Changed how the libasan library path is determined for Perl unit tests to work also on the build server.
|
3 years ago |
enricoturri1966
|
8916a00821
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel:
|
3 years ago |
YuSanka
|
d52807ccaf
Localization: Updated POT.
|
3 years ago |
enricoturri1966
|
4d2d77e99c
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Adapt GLModel::Geometry index format in dependence of data size, where possible
|
3 years ago |
enricoturri1966
|
be6b6590be
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring to simplify client code of GLModel::Geometry
|
3 years ago |
enricoturri1966
|
ffa3a1d8fc
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel - GLGizmoFlatten::PlaneData::vbo
|
3 years ago |
YuSanka
|
d0b694daff
Linux specific: Fixed a bug focusing of the some settings tabs
|
3 years ago |
enricoturri1966
|
a74bea5a2d
Follow-up of 6b041429f6f137add530c900c3160d431286366f - Fixed typo due to missing code edit after copy and paste
|
3 years ago |
enricoturri1966
|
8ada191e91
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
|
3 years ago |
enricoturri1966
|
92aa6540f5
Tech ENABLE_SHOW_TOOLPATHS_COG - Show toolpaths center of gravity
|
3 years ago |
Filip Sykala
|
0c40e2f8c8
Merge branch 'master' into fs_mouse
|
3 years ago |
Lukas Matena
|
1a2120a43e
Changed config folder to -alpha, version increased to 2.5.0-alpha0
|
3 years ago |
Vojtech Bubnik
|
199dc121a5
Quantization of G-code export to achieve more precise extrusion
|
3 years ago |
Lukáš Hejl
|
a4ecf2f2a6
Replaced smooth_outward in multi-material segmentation with a function that removes duplicate points with angle threshold. It should fix #7838 and #6892.
|
3 years ago |
YuSanka
|
9ea7427ce7
Fix for #7887 - [UI] Add Settings > Layers and Perimeters - some options have non distinct labels
|
3 years ago |
YuSanka
|
a1746e3e66
Fix for #7849 - "Save Project" command doesn't work properly
|
3 years ago |
Lukáš Hejl
|
1138c563b2
Added preload of library libasan.so for Perl unit tests.
|
3 years ago |
Vojtech Bubnik
|
7989b72298
Fixing Perl unit tests: Fixed crash in calc_max_layer_height()
|
3 years ago |
enricoturri1966
|
f6c7fefec2
Follow-up of 6b041429f6f137add530c900c3160d431286366f - Fixed warning
|
3 years ago |
Lukáš Hejl
|
e20d041fc9
Fixed an issue with a gap in brim when inner brim was used.
|
3 years ago |
enricoturri1966
|
6b041429f6
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GeometryBuffer from 3DBed.hpp and replaced with GLModel
|
3 years ago |
Vojtech Bubnik
|
1d7f4a081b
G-code thumbnails in other than PNG format: Fixing Perl unit tests.
|
3 years ago |
YuSanka
|
874da0281d
Fixed SPE-1192
|
3 years ago |
Vojtech Bubnik
|
960913bada
Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer
|
3 years ago |
Lukáš Hejl
|
b88fc2896e
Merge branch 'lh_leak'
|
3 years ago |