Commit Graph

  • 0adbe9e032 Fix preview shell rendering Noisyfox 2023-10-26 16:28:10 +08:00
  • 03daf61862 Fix outline rendering Noisyfox 2023-10-26 15:06:46 +08:00
  • 83cb9433dd Fix outline rendering Noisyfox 2023-10-26 15:06:46 +08:00
  • 71fd4084c2 Tech ENABLE_LEGACY_OPENGL_REMOVAL - porting remaining changes enricoturri1966 2023-10-25 23:14:53 +08:00
  • a5234bb85b Tech ENABLE_LEGACY_OPENGL_REMOVAL - porting remaining changes enricoturri1966 2023-10-25 23:14:53 +08:00
  • 9f4713eee8 Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders. 1st installment. enricoturri1966 2023-10-23 22:47:07 +08:00
  • 4c22ab5298 Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders. 1st installment. enricoturri1966 2023-10-23 22:47:07 +08:00
  • 5fc056edfb Some refactoring into GLGizmoSlaSupports::render_points() enricoturri1966 2023-10-24 10:27:56 +08:00
  • 33b7ff43f5 Some refactoring into GLGizmoSlaSupports::render_points() enricoturri1966 2023-10-24 10:27:56 +08:00
  • d8551d7a7d Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Use 2D vertices to render GLGizmoPainterBase circle enricoturri1966 2023-10-24 10:22:34 +08:00
  • 4fbc59bdd4 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Use 2D vertices to render GLGizmoPainterBase circle enricoturri1966 2023-10-24 10:22:34 +08:00
  • 61ed6143e6 Removed unneeded pairs glPushMatrix()/glPopMatrix() enricoturri1966 2023-10-24 10:20:46 +08:00
  • 4b15ad7e47 Removed unneeded pairs glPushMatrix()/glPopMatrix() enricoturri1966 2023-10-24 10:20:46 +08:00
  • e6443b5b27 Removed empty IMSlider_Utils.hpp Noisyfox 2023-10-24 10:17:39 +08:00
  • 3a0d20ed20 Removed empty IMSlider_Utils.hpp Noisyfox 2023-10-24 10:17:39 +08:00
  • c5b209270c Fix a few issues in cut gizmo Noisyfox 2023-10-23 20:30:26 +08:00
  • 514337f4b6 Fix a few issues in cut gizmo Noisyfox 2023-10-23 20:30:26 +08:00
  • 1fedcb61b7 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Fix in GLGizmoRotate::render_angle_arc(): enricoturri1966 2023-10-23 17:12:30 +08:00
  • a44e530d02 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Fix in GLGizmoRotate::render_angle_arc(): enricoturri1966 2023-10-23 17:12:30 +08:00
  • d09dc36ff1 Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: GLVolume geometry + removed class GLIndexedVertexArray from codebase enricoturri1966 2023-10-23 17:02:29 +08:00
  • b21ff6987f Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: GLVolume geometry + removed class GLIndexedVertexArray from codebase enricoturri1966 2023-10-23 17:02:29 +08:00
  • d85bbcba50 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Fixed bug in rendering gizmo rotate enricoturri1966 2023-10-23 11:59:14 +08:00
  • eea834a2d3 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Fixed bug in rendering gizmo rotate enricoturri1966 2023-10-23 11:59:14 +08:00
  • d1b0743735 Removed obsolete member variable GLCanvas3D::m_color_by enricoturri1966 2023-10-23 11:47:22 +08:00
  • 1ce6de489b Removed obsolete member variable GLCanvas3D::m_color_by enricoturri1966 2023-10-23 11:47:22 +08:00
  • dd51ce3b90 Follow-up of fdf8b11d4cfa793d1e45d82560d4bd97d0466d40 - Fixed GLGizmoSlaSupports::render_points() enricoturri1966 2023-10-23 11:38:15 +08:00
  • d4376857dd Follow-up of fdf8b11d4cfa793d1e45d82560d4bd97d0466d40 - Fixed GLGizmoSlaSupports::render_points() enricoturri1966 2023-10-23 11:38:15 +08:00
  • dde64acf72 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - SLA caps rendered using GLModel enricoturri1966 2023-10-23 11:35:43 +08:00
  • b9e85097b5 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - SLA caps rendered using GLModel enricoturri1966 2023-10-23 11:35:43 +08:00
  • 10243b3a8c Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed OpenGL legacy calls from GLCanvas3D::init() enricoturri1966 2023-10-23 11:30:25 +08:00
  • 646654a4f4 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed OpenGL legacy calls from GLCanvas3D::init() enricoturri1966 2023-10-23 11:30:25 +08:00
  • 12dbbf2d1c Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Another refactoring to simplify client code of GLModel::Geometry enricoturri1966 2023-10-23 11:23:24 +08:00
  • 6b314fdcfb Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Another refactoring to simplify client code of GLModel::Geometry enricoturri1966 2023-10-23 11:23:24 +08:00
  • 8107057e17 Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: MeshClipper::m_vertex_array enricoturri1966 2023-10-23 11:11:25 +08:00
  • 1570873686 Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: MeshClipper::m_vertex_array enricoturri1966 2023-10-23 11:11:25 +08:00
  • fc1c8c2565 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GLPaintContour from GLGizmoPainterBase.hpp/.cpp and replaced with GLModel enricoturri1966 2023-10-23 10:52:49 +08:00
  • 953eca3260 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GLPaintContour from GLGizmoPainterBase.hpp/.cpp and replaced with GLModel enricoturri1966 2023-10-23 10:52:49 +08:00
  • baa575b5aa Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: enricoturri1966 2023-10-22 22:39:08 +08:00
  • be6e0eef0d Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: enricoturri1966 2023-10-22 22:39:08 +08:00
  • b7989e3b2f Gizmos refactoring - Removed GLModels defined into GLGizmoBase, and mostly unused, to avoid wasting GPU memory. Use a shared GLModel for Gizmos inheriting from GLGizmoPainterBase. Initialization of GLModels moved from constructor to render methods enricoturri1966 2023-10-22 22:26:55 +08:00
  • 88da0e8984 Gizmos refactoring - Removed GLModels defined into GLGizmoBase, and mostly unused, to avoid wasting GPU memory. Use a shared GLModel for Gizmos inheriting from GLGizmoPainterBase. Initialization of GLModels moved from constructor to render methods enricoturri1966 2023-10-22 22:26:55 +08:00
  • 874f39aac1 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Adapt GLModel::Geometry index format in dependence of data size, where possible enricoturri1966 2023-10-22 21:54:42 +08:00
  • d466f4c1f8 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Adapt GLModel::Geometry index format in dependence of data size, where possible enricoturri1966 2023-10-22 21:54:42 +08:00
  • 6d4e0840bc Fix move gizmo grabber connection render Noisyfox 2023-10-22 21:48:49 +08:00
  • 441d3e74ec Fix move gizmo grabber connection render Noisyfox 2023-10-22 21:48:49 +08:00
  • 269fbaa60c Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring to simplify client code of GLModel::Geometry enricoturri1966 2023-10-22 21:41:32 +08:00
  • 2a95fac538 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring to simplify client code of GLModel::Geometry enricoturri1966 2023-10-22 21:41:32 +08:00
  • 6eed22015a Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel - GLGizmoFlatten::PlaneData::vbo enricoturri1966 2023-10-22 21:27:55 +08:00
  • 725e6665fb Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel - GLGizmoFlatten::PlaneData::vbo enricoturri1966 2023-10-22 21:27:55 +08:00
  • f9de4ec399 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GeometryBuffer from 3DBed.hpp and replaced with GLModel enricoturri1966 2023-10-21 23:35:34 +08:00
  • 75b428d06b Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GeometryBuffer from 3DBed.hpp and replaced with GLModel enricoturri1966 2023-10-21 23:35:34 +08:00
  • 499b9d1be8 Fix various memory leaks Lukáš Hejl 2023-10-21 17:51:49 +08:00
  • c97f36c38e Fix various memory leaks Lukáš Hejl 2023-10-21 17:51:49 +08:00
  • 7907426d00 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Textures rendering enricoturri1966 2023-10-21 17:32:34 +08:00
  • a4978ff826 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Textures rendering enricoturri1966 2023-10-21 17:32:34 +08:00
  • 04ad26f611 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Background rendering enricoturri1966 2023-10-21 17:16:45 +08:00
  • 46f1a60b2c Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Background rendering enricoturri1966 2023-10-21 17:16:45 +08:00
  • 35899b96ba Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Layers editing profile's background texture rendering Tech ENABLE_GLBEGIN_GLEND_REMOVAL - A few fixes in layers editing profile rendering enricoturri1966 2023-10-21 17:05:16 +08:00
  • 15f0144aca Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Layers editing profile's background texture rendering Tech ENABLE_GLBEGIN_GLEND_REMOVAL - A few fixes in layers editing profile rendering enricoturri1966 2023-10-21 17:05:16 +08:00
  • 354f8e20fb Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to: enricoturri1966 2023-10-21 16:16:21 +08:00
  • c83d43c2ef Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to: enricoturri1966 2023-10-21 16:16:21 +08:00
  • 7e04448b7a Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Various Gizmos updates and fixes enricoturri1966 2023-10-21 12:06:59 +08:00
  • 3f58213281 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Various Gizmos updates and fixes enricoturri1966 2023-10-21 12:06:59 +08:00
  • f6a3421e2a remove GLModel from base class - only 2 gizmo use cone Filip Sykala 2023-10-19 19:52:25 +08:00
  • 283e4d6669 remove GLModel from base class - only 2 gizmo use cone Filip Sykala 2023-10-19 19:52:25 +08:00
  • 356405adf6 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Selection layers hints enricoturri1966 2023-10-20 20:51:00 +08:00
  • 991825db48 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Selection layers hints enricoturri1966 2023-10-20 20:51:00 +08:00
  • 7f0c095446 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - 1st installment - Selection bounding box enricoturri1966 2023-10-20 20:28:27 +08:00
  • 3e9cbd2be5 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - 1st installment - Selection bounding box enricoturri1966 2023-10-20 20:28:27 +08:00
  • 28d0147d09 Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation enricoturri1966 2023-10-20 15:41:26 +08:00
  • 77818504f1 Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation enricoturri1966 2023-10-20 15:41:26 +08:00
  • 36ffb18059 make folder name more consistent SoftFever 2023-11-04 10:12:46 +08:00
  • dae58f9f91 make folder name more consistent SoftFever 2023-11-04 10:12:46 +08:00
  • 528fb630bc Organic: Fix support blocker (#2595) Noisyfox 2023-11-03 13:42:30 -05:00
  • 70eb777963 Organic: Fix support blocker (#2595) Noisyfox 2023-11-03 13:42:30 -05:00
  • f1345d276b Fix typos and style inconsistencies related to configuration (#2580) Rob Trame 2023-11-03 12:41:13 -06:00
  • e05ca3b77f Fix typos and style inconsistencies related to configuration (#2580) Rob Trame 2023-11-03 12:41:13 -06:00
  • 905d104ded Update localization (#2597) ablegods 2023-11-03 21:34:51 +08:00
  • 3aaaa765de Update localization (#2597) ablegods 2023-11-03 21:34:51 +08:00
  • 915c112ee5 20231103 Add "InfiMech" printer profiles (#2596) InfimechOfficial 2023-11-03 19:23:20 +08:00
  • b9f62109f7 20231103 Add "InfiMech" printer profiles (#2596) InfimechOfficial 2023-11-03 19:23:20 +08:00
  • 8fcaef53f7 skip only one wall top checking for bridges SoftFever 2023-11-03 18:35:39 +08:00
  • 205c0411ff skip only one wall top checking for bridges SoftFever 2023-11-03 18:35:39 +08:00
  • 01ff70197b set default internal_solid_infill_pattern to monotonic for Qidi machines SoftFever 2023-11-03 18:35:05 +08:00
  • 7ab04c49fd set default internal_solid_infill_pattern to monotonic for Qidi machines SoftFever 2023-11-03 18:35:05 +08:00
  • e7507e1af5 Revert "Increase uploading timeout for Klipper" SoftFever 2023-11-03 00:13:18 +08:00
  • 4ab85c6594 Revert "Increase uploading timeout for Klipper" SoftFever 2023-11-03 00:13:18 +08:00
  • 4fe80bcbc5 remove staff_pick_switch SoftFever 2023-11-03 00:12:33 +08:00
  • 7049d23194 remove staff_pick_switch SoftFever 2023-11-03 00:12:33 +08:00
  • 70c5178e50 Fix de for 1.8.0 beta2 (#2589) Heiko Liebscher 2023-11-03 11:24:46 +01:00
  • 567e4c323d Fix de for 1.8.0 beta2 (#2589) Heiko Liebscher 2023-11-03 11:24:46 +01:00
  • aba3c8ab31 bump version to 1.8 beta2 SoftFever 2023-11-02 22:13:00 +08:00
  • c1499fcac3 bump version to 1.8 beta2 SoftFever 2023-11-02 22:13:00 +08:00
  • 1c9c1d69ad Spanish translation (#2577) Carlos Caruncho 2023-11-02 11:52:00 +01:00
  • cc29134cb4 Spanish translation (#2577) Carlos Caruncho 2023-11-02 11:52:00 +01:00
  • cfcba09d9d Update QIDI profiles (#2586) Hukete 2023-11-02 18:41:03 +08:00
  • 0ab3e2e0bc Update QIDI profiles (#2586) Hukete 2023-11-02 18:41:03 +08:00
  • fcb289124e fix deadlock condition varaible use in netfabb wrapper (#2583) Noisyfox 2023-11-02 05:40:19 -05:00
  • c2b37265ab fix deadlock condition varaible use in netfabb wrapper (#2583) Noisyfox 2023-11-02 05:40:19 -05:00
  • d574816aef Add default page selection (#2569) Ocraftyone 2023-11-02 06:28:13 -04:00