Commit Graph

  • ff30d4122d Merge branch 'lm_libglu_eradication_rebased' Lukas Matena 2021-05-28 16:44:45 +02:00
  • 8c560522a3 Fixed rendering of gizmo grabbers Lukas Matena 2021-05-28 15:44:39 +02:00
  • 8771ffd41a Fixed rendering of gizmo grabbers Lukas Matena 2021-05-28 15:44:39 +02:00
  • e1d5d0804b Added missing uniform calls for emission_factor enricoturri1966 2021-05-27 12:41:46 +02:00
  • 1c168809d1 Added missing uniform calls for emission_factor enricoturri1966 2021-05-27 12:41:46 +02:00
  • f69bd75464 Fixed rendering of gizmos' grabbers enricoturri1966 2021-05-25 15:42:22 +02:00
  • c3d5866982 Fixed rendering of gizmos' grabbers enricoturri1966 2021-05-25 15:42:22 +02:00
  • 9605d10caa Unified color definition enricoturri1966 2021-05-25 13:46:25 +02:00
  • 73fea9b460 Unified color definition enricoturri1966 2021-05-25 13:46:25 +02:00
  • e648368934 Removed unneeded calls to GL_LIGHTING enricoturri1966 2021-05-25 12:09:40 +02:00
  • 2721e502d0 Removed unneeded calls to GL_LIGHTING enricoturri1966 2021-05-25 12:09:40 +02:00
  • b63de990d4 Removed static members from GLGizmoBase and GLGizmoBase::Grabber to fix OpenGL error when closing the application enricoturri1966 2021-05-25 11:09:39 +02:00
  • 4826422380 Removed static members from GLGizmoBase and GLGizmoBase::Grabber to fix OpenGL error when closing the application enricoturri1966 2021-05-25 11:09:39 +02:00
  • 2e24e689fa Grabbers and support points appearence tweaking, some refactoring Lukas Matena 2021-04-12 09:13:05 +02:00
  • 246e5f845e Grabbers and support points appearence tweaking, some refactoring Lukas Matena 2021-04-12 09:13:05 +02:00
  • 846afdf7f3 Removed last GLU call, removed libGLU from CMakeLists Lukas Matena 2021-04-09 20:43:21 +02:00
  • b41395e20c Removed last GLU call, removed libGLU from CMakeLists Lukas Matena 2021-04-09 20:43:21 +02:00
  • fd024eadcd Removed gluProject and gluUnProject calls Lukas Matena 2021-04-09 19:55:03 +02:00
  • 1356e23994 Removed gluProject and gluUnProject calls Lukas Matena 2021-04-09 19:55:03 +02:00
  • 97b7ef7dc0 Removed GLU calls from all the gizmos Lukas Matena 2021-03-12 10:29:17 +01:00
  • afb0380285 Removed GLU calls from all the gizmos Lukas Matena 2021-03-12 10:29:17 +01:00
  • 0c7095d807 Fixed crash when deleting last obejct from plater enricoturri1966 2021-05-28 16:28:56 +02:00
  • 5cf03790e0 Fixed crash when deleting last obejct from plater enricoturri1966 2021-05-28 16:28:56 +02:00
  • f5c7d14e85 Bugfix after refactoring of PrintRegions: Fixed handling of cached_volume_ids Vojtech Bubnik 2021-05-28 15:55:18 +02:00
  • f11e45becc Bugfix after refactoring of PrintRegions: Fixed handling of cached_volume_ids Vojtech Bubnik 2021-05-28 15:55:18 +02:00
  • fe96a20b50 Fixed compilation on GCC Vojtech Bubnik 2021-05-28 15:22:00 +02:00
  • a15d4cdede Fixed compilation on GCC Vojtech Bubnik 2021-05-28 15:22:00 +02:00
  • 7d3b2b5b6e Merge branch 'vb_print_regions' of https://github.com/Prusa3d/PrusaSlicer into vb_print_regions Vojtech Bubnik 2021-05-28 15:14:41 +02:00
  • 9eace9acac Merge branch 'vb_print_regions' of https://github.com/Prusa3d/PrusaSlicer into vb_print_regions Vojtech Bubnik 2021-05-28 15:14:41 +02:00
  • c02f95dfd6 Bugfixes after PrintRegion refactoring. Vojtech Bubnik 2021-05-28 15:14:34 +02:00
  • f2e0cd1557 Bugfixes after PrintRegion refactoring. Vojtech Bubnik 2021-05-28 15:14:34 +02:00
  • 8e1cde43a6 Update extruder show/hide and default extruder color in respect to the volume type YuSanka 2021-05-28 13:02:18 +02:00
  • 32242f0217 Update extruder show/hide and default extruder color in respect to the volume type YuSanka 2021-05-28 13:02:18 +02:00
  • 0a6490bab9 Added cancellation to MMU segmentation. Lukáš Hejl 2021-05-28 05:57:32 +02:00
  • ed6bdbd07b Added cancellation to MMU segmentation. Lukáš Hejl 2021-05-28 05:57:32 +02:00
  • 281ac1f2f1 Added missing includes (GCC 9.3) Lukáš Hejl 2021-05-27 16:47:31 +02:00
  • 1005c0d28a Added missing includes (GCC 9.3) Lukáš Hejl 2021-05-27 16:47:31 +02:00
  • 3e28b4c967 Fix of previous commit Vojtech Bubnik 2021-05-27 16:14:54 +02:00
  • dcb516e700 Fix of previous commit Vojtech Bubnik 2021-05-27 16:14:54 +02:00
  • 99301f89f6 Merge remote-tracking branch 'remotes/origin/master' into vb_print_regions Vojtech Bubnik 2021-05-27 16:12:53 +02:00
  • b9538cc2aa Merge remote-tracking branch 'remotes/origin/master' into vb_print_regions Vojtech Bubnik 2021-05-27 16:12:53 +02:00
  • 818cb703ed Refactored the ModelVolume bounding box to Eigen::AlignedBox<float>, separated splitting of LayerRegions by MMU segmentation to its own function. Vojtech Bubnik 2021-05-27 16:10:58 +02:00
  • 03d7686d8d Refactored the ModelVolume bounding box to Eigen::AlignedBox<float>, separated splitting of LayerRegions by MMU segmentation to its own function. Vojtech Bubnik 2021-05-27 16:10:58 +02:00
  • f1754e538e Added a new icon for a "negative" volume (as of now it is the same as of a printable volume) Vojtech Bubnik 2021-05-27 14:35:39 +02:00
  • aff9ccbdda Added a new icon for a "negative" volume (as of now it is the same as of a printable volume) Vojtech Bubnik 2021-05-27 14:35:39 +02:00
  • b5aa09e5ba WIP: Integration of MMU painting into the slicing back-end. Vojtech Bubnik 2021-05-27 14:29:51 +02:00
  • a9dd568efc WIP: Integration of MMU painting into the slicing back-end. Vojtech Bubnik 2021-05-27 14:29:51 +02:00
  • 0b16ffaa07 Follow-up of b3ca8cb0af -> Fixed typo enricoturri1966 2021-05-27 14:05:29 +02:00
  • 7519193bb3 Follow-up of b3ca8cb0af -> Fixed typo enricoturri1966 2021-05-27 14:05:29 +02:00
  • b3ca8cb0af Fixed calculation of used filament for gcode viewer (take data from gcode file) enricoturri1966 2021-05-27 12:25:59 +02:00
  • 1ae72e2a33 Fixed calculation of used filament for gcode viewer (take data from gcode file) enricoturri1966 2021-05-27 12:25:59 +02:00
  • 63fc1d5940 Updated MK3S thumbnail rtyr 2021-05-27 11:04:44 +02:00
  • 68f1bc22f0 Updated MK3S thumbnail rtyr 2021-05-27 11:04:44 +02:00
  • 2d752e5c2f Delete MK3S_thumbnail.png rtyr 2021-05-27 11:04:19 +02:00
  • 7d9a6aa866 Delete MK3S_thumbnail.png rtyr 2021-05-27 11:04:19 +02:00
  • 554f0e6be3 Updated MK3S thumbnail rtyr 2021-05-27 11:02:05 +02:00
  • b50709a7a2 Updated MK3S thumbnail rtyr 2021-05-27 11:02:05 +02:00
  • 9e4d483453 Merge branch 'vb_print_regions' of https://github.com/Prusa3d/PrusaSlicer into vb_print_regions Vojtech Bubnik 2021-05-26 16:15:01 +02:00
  • 4c3781b884 Merge branch 'vb_print_regions' of https://github.com/Prusa3d/PrusaSlicer into vb_print_regions Vojtech Bubnik 2021-05-26 16:15:01 +02:00
  • 409e1c5cc8 Some fixes after preceding merge. Moved mmu_segmented_region_max_width from PrintConfig to PrintObjectConfig. Vojtech Bubnik 2021-05-26 16:14:52 +02:00
  • aa6cc8eef7 Some fixes after preceding merge. Moved mmu_segmented_region_max_width from PrintConfig to PrintObjectConfig. Vojtech Bubnik 2021-05-26 16:14:52 +02:00
  • b7769856d1 Fixed DnD function for volumes inside the object in respect to the volume type YuSanka 2021-05-26 15:36:02 +02:00
  • 4d1bce166c Fixed DnD function for volumes inside the object in respect to the volume type YuSanka 2021-05-26 15:36:02 +02:00
  • 980ca195f5 Merge remote-tracking branch 'remotes/origin/lh_multi_material_segmentation' into vb_print_regions Vojtech Bubnik 2021-05-26 15:23:35 +02:00
  • 4809689dcb Merge remote-tracking branch 'remotes/origin/lh_multi_material_segmentation' into vb_print_regions Vojtech Bubnik 2021-05-26 15:23:35 +02:00
  • 0d081c90f0 Merge remote-tracking branch 'remotes/origin/master' into vb_print_regions Vojtech Bubnik 2021-05-26 14:38:34 +02:00
  • 725e8f8c57 Merge remote-tracking branch 'remotes/origin/master' into vb_print_regions Vojtech Bubnik 2021-05-26 14:38:34 +02:00
  • 7f1f0d29d0 Will gcc accept this? Vojtech Bubnik 2021-05-26 14:33:24 +02:00
  • cca4e0206c Will gcc accept this? Vojtech Bubnik 2021-05-26 14:33:24 +02:00
  • cba1950a4e Fixing compilation on gcc. Vojtech Bubnik 2021-05-26 14:30:25 +02:00
  • 377e07009d Fixing compilation on gcc. Vojtech Bubnik 2021-05-26 14:30:25 +02:00
  • e24026bfa5 Making the "Default" extruder transparent for modifier meshes and layer range modifiers. Vojtech Bubnik 2021-05-26 14:25:33 +02:00
  • 607d806161 Making the "Default" extruder transparent for modifier meshes and layer range modifiers. Vojtech Bubnik 2021-05-26 14:25:33 +02:00
  • b3195614cf WIP PrintRegion refactoring: Another round of bug fixing, negative volumes seem to work. Vojtech Bubnik 2021-05-26 12:41:06 +02:00
  • 08935fb858 WIP PrintRegion refactoring: Another round of bug fixing, negative volumes seem to work. Vojtech Bubnik 2021-05-26 12:41:06 +02:00
  • 8ab6a615d0 Fixed another compiler warning Vojtech Bubnik 2021-05-25 21:17:07 +02:00
  • 4e275f0472 Fixed another compiler warning Vojtech Bubnik 2021-05-25 21:17:07 +02:00
  • dd79a2b832 Fixing some compiler warnings Vojtech Bubnik 2021-05-25 20:46:31 +02:00
  • 8ac1d7f263 Fixing some compiler warnings Vojtech Bubnik 2021-05-25 20:46:31 +02:00
  • 8a297be74e Fixing another clang complaint Vojtech Bubnik 2021-05-25 20:03:05 +02:00
  • 5fe95a9065 Fixing another clang complaint Vojtech Bubnik 2021-05-25 20:03:05 +02:00
  • c3cd2c7f55 Fixing an OSX clang quirk. Vojtech Bubnik 2021-05-25 19:27:20 +02:00
  • cb95849b4d Fixing an OSX clang quirk. Vojtech Bubnik 2021-05-25 19:27:20 +02:00
  • 9b9354a2aa WIP: Rework of PrintRegions, bunch of bug fixes. Vojtech Bubnik 2021-05-25 18:12:38 +02:00
  • f422b85d01 WIP: Rework of PrintRegions, bunch of bug fixes. Vojtech Bubnik 2021-05-25 18:12:38 +02:00
  • 87815b0b16 Tech ENABLE_SEQUENTIAL_LIMITS -> Some refactoring enricoturri1966 2021-05-25 15:55:37 +02:00
  • d851080c14 Tech ENABLE_SEQUENTIAL_LIMITS -> Some refactoring enricoturri1966 2021-05-25 15:55:37 +02:00
  • 44e9693789 Tech ENABLE_SEQUENTIAL_LIMITS -> Fixed instance transformations enricoturri1966 2021-05-25 13:34:51 +02:00
  • f9f117ca99 Tech ENABLE_SEQUENTIAL_LIMITS -> Fixed instance transformations enricoturri1966 2021-05-25 13:34:51 +02:00
  • 671c2ace17 Fixed a modification time for files appended using the streaming interface in the miniz library. Lukáš Hejl 2021-05-25 10:38:29 +02:00
  • 1deeb3aa07 Fixed a modification time for files appended using the streaming interface in the miniz library. Lukáš Hejl 2021-05-25 10:38:29 +02:00
  • 701a0c9576 Two more bugs squished. Vojtech Bubnik 2021-05-24 18:07:00 +02:00
  • 4790bc039c Two more bugs squished. Vojtech Bubnik 2021-05-24 18:07:00 +02:00
  • cf76b5c264 Added "Negative volume" type item to the ObjectList YuSanka 2021-05-24 17:30:07 +02:00
  • 7dc17fbcb1 Added "Negative volume" type item to the ObjectList YuSanka 2021-05-24 17:30:07 +02:00
  • 72d1faa03e WIP PrintRegion refactoring: Squashed some bugs. Vojtech Bubnik 2021-05-24 16:55:34 +02:00
  • 9803df6576 WIP PrintRegion refactoring: Squashed some bugs. Vojtech Bubnik 2021-05-24 16:55:34 +02:00
  • c8bdc62af4 Fixing compilation on Linux Vojtech Bubnik 2021-05-24 15:12:04 +02:00
  • a980a814c5 Fixing compilation on Linux Vojtech Bubnik 2021-05-24 15:12:04 +02:00
  • 04014db136 Fixing compilation on Linux Vojtech Bubnik 2021-05-24 15:08:07 +02:00