Commit Graph

  • bbda1896f9 The gizmo is now able to triangulate and show the cut, the triangulated cut is cached Lukas Matena 2019-03-27 07:44:02 +01:00
  • 9b7857aaab SLA gizmo clipping plane logic moved to fragment shader Lukas Matena 2019-03-25 12:01:02 +01:00
  • 273fcf68a1 SLA gizmo now uses glClipPlane instead of touching projection matrix Messing with the projection matrix invalidates the z-buffer This currently only works in OpenGL legacy mode Lukas Matena 2019-03-25 10:47:23 +01:00
  • bc9164e40c SLA gizmo now respects the clipping plane when rendering points and raycasting mouse onto mesh Lukas Matena 2019-03-20 08:48:42 +01:00
  • fd1f9d65fb First steps on SLA clipping plane Lukas Matena 2019-03-11 10:35:23 +01:00
  • 43fb8df1fb Increased the default SLA support density to 130% of the previous value (100% now works as 130% before) bubnikv 2019-04-08 10:27:56 +02:00
  • 5eca68eeeb Readme: Add logo link Vojtech Kral 2019-04-08 10:16:50 +02:00
  • ecbf4b51eb Tidy up Readme a little bit Vojtech Kral 2019-04-08 10:14:05 +02:00
  • 5977d7fcfa Merge pull request #2083 from lf-/readme-update2 Vojtech Kral 2019-04-08 10:11:16 +02:00
  • 814471c890 doc: Fix line break issue Vojtech Kral 2019-04-08 10:09:35 +02:00
  • a8a2125069 Windows deps & build doc: Fix msbuild parallelism, cf. #2078 Vojtech Kral 2019-04-08 10:02:50 +02:00
  • 09c7eb1d28 Follow-up of a7318dbe19 -> Do not disable other instances when an instance is selected Enrico Turri 2019-04-08 09:49:21 +02:00
  • edebfe5345 Merge pull request #2078 from lf-/doc-note Vojtech Kral 2019-04-08 09:20:35 +02:00
  • a688493d91 Merge branch 'et_canvas_gui_refactoring' of https://github.com/prusa3d/Slic3r Enrico Turri 2019-04-08 09:09:12 +02:00
  • 8cdc461d34 CTRL-click replace SHIFT-click for addind/removing objects to the current selection from the 3D scene Enrico Turri 2019-04-08 08:30:28 +02:00
  • 68ec858e9a Initial fixes on README to bring it up to date with Prusa changes lf- 2019-04-06 19:29:25 -06:00
  • 433e232aa0 Add a note for users of newer VS versions lf- 2019-04-06 00:20:49 -06:00
  • 2487bb8794 Remove unnecessary reversals of print polygons. tamasmeszaros 2019-04-05 17:04:55 +02:00
  • 08b9d9a519 fix for hole disappearance tamasmeszaros 2019-04-05 16:24:23 +02:00
  • d31590f438 Fixed Typo for the last commit YuSanka 2019-04-05 12:17:45 +02:00
  • f554d02665 SLA: Invalidate all PrintObjects if the scaling correction changes. Fixes a bug, where the sla_transofmation() function works with the new scaling values for both old and new ModelObjects, therefore no reslicing is triggered. (untested) bubnikv 2019-04-05 11:56:11 +02:00
  • 6ca49c05df Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring Enrico Turri 2019-04-05 11:55:56 +02:00
  • 233eda2813 Export to stl of instances Enrico Turri 2019-04-05 11:30:49 +02:00
  • 0c662e298f Merge remote-tracking branch 'origin/ys_selection' YuSanka 2019-04-05 11:25:29 +02:00
  • ef5281c3c9 Some improvements for a loading of icons YuSanka 2019-04-05 11:18:13 +02:00
  • a9223aeb5f Follow-up of 763a91e2ca -> take in account of ModelObject::origin_translation when saving parts and modifiers to stl Enrico Turri 2019-04-05 10:08:34 +02:00
  • 88059baddb Detect Remote Desktop connection and use Mesa OpenGL renderer. bubnikv 2019-04-05 10:01:48 +02:00
  • 177f5b02fa Disabled layer editing mode for SLA Lukas Matena 2019-04-05 09:51:58 +02:00
  • 77dcb7f5a3 Added missed code for my last commit YuSanka 2019-04-05 09:04:52 +02:00
  • ccee04cd68 Implemented new logic for Instances splitting YuSanka 2019-04-04 18:01:53 +02:00
  • 8631cb006b Improved Selection from ObjectList side YuSanka 2019-03-29 14:36:09 +01:00
  • a71f05cdc0 Merge branch 'master' of https://github.com/prusa3d/Slic3r bubnikv 2019-04-04 16:24:44 +02:00
  • ef1a273f0c Fix of "Latest commit of Slic3r 1.42.0 cuts away part of the model #2063" Fixed one bug of many in admesh library, where the face connectivity was broken when removing a degenerate face. Likely there are some similar issues left to be solved. Placed a workaround to always recalculate face connectivity before slicing. bubnikv 2019-04-04 16:16:57 +02:00
  • b56991d780 Fix for leaving the object outside bed after "optimize orientation" tamasmeszaros 2019-04-04 16:03:23 +02:00
  • 763a91e2ca Export to stl of parts and modifiers Enrico Turri 2019-04-04 15:13:43 +02:00
  • 63dea6d5dc Merge remote-tracking branch 'origin/master' into ys_selection YuSanka 2019-04-04 15:09:37 +02:00
  • 09054a0bc9 Fixed non-consistency of the selection YuSanka 2019-04-04 15:07:54 +02:00
  • 24128e01ed Merge branch 'master' of https://github.com/prusa3d/Slic3r Enrico Turri 2019-04-04 14:00:48 +02:00
  • 6197f48321 Use current selection to determine proposed filename when exporting to stl files Enrico Turri 2019-04-04 14:00:31 +02:00
  • 70ce79c86e SLA export: Finalize filename when exporting & uploading, set correct project name when uploading Vojtech Kral 2019-04-04 12:31:09 +02:00
  • 251747e6fa GLGizmoCut: Scale input field Vojtech Kral 2019-04-04 10:28:41 +02:00
  • 590ae25b13 Altering sla export interface to support explicit project name. tamasmeszaros 2019-04-04 12:30:11 +02:00
  • 369cdd8b3b Ask user to switch to expert mode when loading a 3mf or an amf file containing instances or modifiers from simple mode Enrico Turri 2019-04-04 12:02:13 +02:00
  • c7d6691658 Merge branch 'master' of https://github.com/prusa3d/Slic3r Enrico Turri 2019-04-04 11:31:44 +02:00
  • 30f44880d7 Removed 'Export print config' checkbox from save dialog for 3mf and amf files Enrico Turri 2019-04-04 11:31:26 +02:00
  • f0d106e5f0 Added method for relative correction retrieval. tamasmeszaros 2019-04-04 10:52:14 +02:00
  • 39ce4c33a4 Merge branch 'master' of https://github.com/prusa3d/Slic3r bubnikv 2019-04-04 09:41:23 +02:00
  • 936f7a3b84 Select newly added parts/volumes from current selected instance when adding from 3D scene's context menu Enrico Turri 2019-04-04 09:35:13 +02:00
  • a36bdefda5 Code to load SVG icons into the BitmapCache class. bubnikv 2019-04-04 09:20:11 +02:00
  • d79b090f7c Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring Enrico Turri 2019-04-04 09:19:07 +02:00
  • c29f7bc147 Fix of #2044 Enrico Turri 2019-04-02 09:03:45 +02:00
  • 6d9180ba92 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring Enrico Turri 2019-04-04 09:03:25 +02:00
  • 43ce5accc2 Merge branch 'master' of https://github.com/prusa3d/Slic3r bubnikv 2019-04-04 09:03:08 +02:00
  • 8e63a6ba97 First batch of SVG icons. Support for loading SVG icons into a BitmapCache. bubnikv 2019-04-04 09:02:53 +02:00
  • a7318dbe19 Keeps non selected instances as disabled for any combination of current instance's volumes selection Enrico Turri 2019-04-04 09:01:47 +02:00
  • ecdd4b6e7a Suggestion for Z offset correction tamasmeszaros 2019-04-03 18:23:29 +02:00
  • c6b5fe05e4 Scaling correction parameters in material and print conf. tamasmeszaros 2019-04-03 17:34:46 +02:00
  • 703b9bda32 imgui: Fix scaling Vojtech Kral 2019-04-03 16:39:28 +02:00
  • c99fe20504 imgui: Yet another font size fix Vojtech Kral 2019-04-03 16:31:40 +02:00
  • 305b07978c Merge branch 'master' of https://github.com/prusa3d/Slic3r Enrico Turri 2019-04-03 15:28:27 +02:00
  • 28ec3415eb Keep instance mode selection when at least one instance is already selected Enrico Turri 2019-04-03 15:28:09 +02:00
  • 69027b53fd SLA gizmo now allows to deselect a point Lukas Matena 2019-04-03 14:44:15 +02:00
  • 7d488e3424 Added call to schedule_background_process() when deleting modifier attribute Enrico Turri 2019-04-03 12:45:06 +02:00
  • 6a9c0d4543 Merge branch 'master' of https://github.com/prusa3d/Slic3r bubnikv 2019-04-03 12:08:11 +02:00
  • 527c213b57 Fixed cutting of objects in left oriented coordinate space. Removed some spurious debugging printf. bubnikv 2019-04-03 12:07:58 +02:00
  • f7ce59d070 Merge branch 'tm_clipperutils_update' tamasmeszaros 2019-04-03 11:17:44 +02:00
  • 1534356268 Call Line conversion operator explicitly. tamasmeszaros 2019-04-03 11:17:15 +02:00
  • 9f8ad0153e Merge branch 'master' of https://github.com/prusa3d/Slic3r bubnikv 2019-04-03 11:12:15 +02:00
  • 382326ffc8 Fixed FFF slicing of meshes with left hand oriented transformations applied. Slight optimization of FFF slicing - optimized copy of an object with just a single volume. bubnikv 2019-04-03 11:12:03 +02:00
  • 2269e1b183 Deliberately setting the SLA dialog a bit too large Lukas Matena 2019-04-03 10:36:54 +02:00
  • 32af3ff3c0 Remove unnecessary reversals of print polygons. tamasmeszaros 2019-04-03 10:29:27 +02:00
  • 7b414fe34a Get rid of unnecessary copies and moves in ClipperUtils tamasmeszaros 2019-04-03 10:17:57 +02:00
  • eff8dd1ae5 Fixed negative values for size shown in the sidebar matrix fields when mirroring is applied Enrico Turri 2019-04-03 09:05:52 +02:00
  • d806e8e5e1 Merge remote-tracking branch 'origin/master' into ys_selection YuSanka 2019-04-03 08:42:12 +02:00
  • fed0f189d3 Fixed typo YuSanka 2019-04-03 08:39:36 +02:00
  • 48da4d4756 Fixed conflicts after merge with master Enrico Turri 2019-04-03 08:38:32 +02:00
  • eeae1c0495 Fixed update of the SLAPrint back end after mirroring in a specific case of mirroring around the X axis. Fixed some asserts on visual studio due to access to empty std::vector bubnikv 2019-04-02 18:04:23 +02:00
  • 66fce6d46c Add mirror correction to rasterized polygons. tamasmeszaros 2019-04-02 17:48:50 +02:00
  • 81809018bc Selection improvements YuSanka 2019-04-02 16:33:52 +02:00
  • 1979baf619 imgui: Fix font size and scaling on Windows Vojtech Kral 2019-04-02 13:26:22 +02:00
  • 89a0c84c83 Fixed conflicts after merge with master Enrico Turri 2019-04-02 15:13:26 +02:00
  • ba4f0445c3 Fixed rendering of sla cap slices after deleting object Enrico Turri 2019-04-02 12:13:45 +02:00
  • f147da1e5d Fixed conflicts after cherry-picking 5c89135 Enrico Turri 2019-04-02 10:25:47 +02:00
  • dc64b4d971 Merge branch 'master' of https://github.com/prusa3d/Slic3r bubnikv 2019-04-02 13:54:46 +02:00
  • e1177b1810 Fix of the previous commmit. bubnikv 2019-04-02 13:54:23 +02:00
  • 086f11df98 Handling of left hand oriented coordinate systems: is_left_handed() method on transformations and volumes rendering of GLVolumes in left handed coordinate systems by glFrontFace(GL_CW); SLA slicing on left hand oriented instances by flipping the mesh for SLAPrintObject in X. rendering of the SLA cutting plane in left handed systems resetting the SLA clipping planes on 3D preview invalidation bubnikv 2019-04-02 13:47:49 +02:00
  • 6a74564900 More accurate status proportions for SLA steps. tamasmeszaros 2019-04-02 11:19:52 +02:00
  • 9d5eb2cd48 Fix build Vojtech Kral 2019-04-02 10:56:08 +02:00
  • f3a214e391 Merge branch 'master' of https://github.com/prusa3d/Slic3r Enrico Turri 2019-04-02 10:55:54 +02:00
  • adf9c4bd40 Follow-up of d4b22cfb87 -> Fixed dragging of sla instances after slicing Enrico Turri 2019-04-02 10:55:36 +02:00
  • a3dcb6863e Rethought sla status indication. tamasmeszaros 2019-04-02 10:54:14 +02:00
  • c542413962 imgui: More refactoring, cut gizmo window positioning Vojtech Kral 2019-04-01 15:36:48 +02:00
  • 145b8fd0df Firmware updater: Improve logging Vojtech Kral 2019-03-29 16:01:47 +01:00
  • 75990923f7 Firmware updater: Support for CW1 Vojtech Kral 2019-03-27 16:49:44 +01:00
  • e20ffbfd85 SLA gizmo uses CallAfter to trigger SLA supports calculation to prevent recursive rendering calls Lukas Matena 2019-04-02 09:36:16 +02:00
  • 9594bf43b5 Merge branch 'master' of https://github.com/prusa3d/Slic3r bubnikv 2019-04-01 17:12:50 +02:00
  • c1b7d987a0 Improvement in handling of the custom bridging angle value. In case the bridge is only supported at one side, it is technically not considered to be a support, therefore the default infill angle is used. With this change, the bridging areas use the custom angle value even if not supported on both sides. bubnikv 2019-04-01 17:12:39 +02:00
  • b8289c32b0 Fix for broken SLA status indication. tamasmeszaros 2019-04-01 16:10:15 +02:00
  • 5f66a2d181 SLA gizmo dialog now respects system font settings Lukas Matena 2019-04-01 10:45:51 +02:00
  • 728e053a7f Merge branch 'master' of https://github.com/prusa3d/Slic3r bubnikv 2019-04-01 14:50:55 +02:00