Commit Graph

  • 8e6bb7c20d Add missed icons YuSanka 2019-10-11 10:39:54 +02:00
  • a7972bcc77 ENABLE_3DCONNEXION_DEVICES -> Debug output of device features Enrico Turri 2019-10-11 09:16:20 +02:00
  • 8998a8e756 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-11 08:19:24 +02:00
  • 5d9a136b8a Merge remote-tracking branch 'origin/master' into ys_color_print_extension YuSanka 2019-10-10 16:17:09 +02:00
  • 62b7892fa1 OSX: Call m_extruder_editor->Hide(), when extruder selection in ObjectList is changed YuSanka 2019-10-10 16:13:07 +02:00
  • db6c501b4d Added code to colorized of axes names in manipulation panel (temporarily commented) Related to (#3053) YuSanka 2019-10-10 16:08:52 +02:00
  • 70ef0f25ef Information from DoubleSlider is saved to Model GCode creating can work with that values. YuSanka 2019-10-10 16:03:58 +02:00
  • 9ea501cab2 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-10 16:01:24 +02:00
  • 8b4799d734 Do not show context menu when the user deletes sla support points by right clicking on them and the mouse pointer is hovering the selected object Enrico Turri 2019-10-10 16:00:32 +02:00
  • 4d1cfda14a Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-10 15:44:52 +02:00
  • cc34860ddd Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer Enrico Turri 2019-10-10 14:45:09 +02:00
  • e51d970b2e Fixed crash in Plater::priv::can_reload_from_disk() Enrico Turri 2019-10-10 14:44:52 +02:00
  • 7caa596b95 ENABLE_3DCONNEXION_DEVICES -> Refactoring and code cleanup Enrico Turri 2019-10-10 11:55:17 +02:00
  • 0dfbfa62df wxExtensions.cpp: BitmapChoiceRenderer now updates config immediately after its combobox closes This was needed because for some reason, the combobox would not lose focus when mouse left the ObjectList on Linux (KILL_FOCUS forces the update). The update could be bypassed on Win too by changing extruder and hitting shortcut to reslice. Lukas Matena 2019-10-10 11:03:55 +02:00
  • 068b7e86a9 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-10 10:50:06 +02:00
  • f4654e376e ENABLE_3DCONNEXION_DEVICES -> Slightly increased camera target movement limits Enrico Turri 2019-10-10 10:49:47 +02:00
  • 7b45014721 GCode.cpp: Removed a failing assert that was no longer needed The situation it checked happens when the wipe tower is lower than the tallest print object. The function processes that correctly. Lukas Matena 2019-10-10 09:52:13 +02:00
  • def254ddb8 Merge branch 'tm_fix_concave_hull' tamasmeszaros 2019-10-10 09:43:14 +02:00
  • a65b8f462d #3008 - Reduced max size of bed texture Enrico Turri 2019-10-10 09:35:21 +02:00
  • ded6d44389 Fixed build on OsX Enrico Turri 2019-10-10 09:29:55 +02:00
  • aae1250921 ENABLE_3DCONNEXION_DEVICES -> Experimental input queues with max size Enrico Turri 2019-10-10 09:04:44 +02:00
  • 3a5823bc2e ENABLE_3DCONNEXION_DEVICES -> Added temporary debug output to measure input queue sizes Enrico Turri 2019-10-09 15:23:30 +02:00
  • 6ac53aa4f3 Improved Tooltips for selected action icon YuSanka 2019-10-09 15:06:52 +02:00
  • 175b6fd9f5 Fix concave hull having holes. tamasmeszaros 2019-10-09 14:59:09 +02:00
  • 5888477473 ENABLE_3DCONNEXION_DEVICES -> Reworked deadzone check Enrico Turri 2019-10-09 14:39:28 +02:00
  • a735ec1b48 ENABLE_3DCONNEXION_DEVICES -> Added tech ENABLE_3DCONNEXION_DEVICES_DEBUG_OUTPUT for debug output Enrico Turri 2019-10-09 14:18:43 +02:00
  • b41a0656b9 ENABLE_3DCONNEXION_DEVICES -> Reworked parsing of data coming from device Enrico Turri 2019-10-09 14:01:13 +02:00
  • 20c7801264 Merge remote-tracking branch 'origin/master' into ys_color_print_extension YuSanka 2019-10-09 13:42:54 +02:00
  • 589e003de0 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-09 13:41:09 +02:00
  • a6a7303e25 Fixed context menu showing up when user right clicks on 3D scene and release the mouse button after dragging over the objects list Enrico Turri 2019-10-09 13:39:24 +02:00
  • 1ade11fd57 Fixed OSX build YuSanka 2019-10-09 13:15:03 +02:00
  • 2afaefad24 Bugfix for extruders Column: suppress draw bitmap for Instance and allow Extruder editing for Layer Range YuSanka 2019-10-09 12:36:13 +02:00
  • 9fc1cc6f84 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-09 12:16:44 +02:00
  • 09a7b348f4 Merge remote-tracking branch 'origin/master' into ys_color_print_extension YuSanka 2019-10-09 11:34:57 +02:00
  • 688a559b5f Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer YuSanka 2019-10-09 11:31:48 +02:00
  • c1bb34cc4d Some changing in implementation of emulate_kill_focus according to new code architecture. YuSanka 2019-10-09 11:22:44 +02:00
  • 835ee148e5 Fixed conflicts after merging with master Enrico Turri 2019-10-09 11:17:48 +02:00
  • e6ce74957f Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-09 09:58:39 +02:00
  • 8cdcac6ad8 First implementations for an extension of color change feature : Added context menu for "plus" button on DoubleSlider YuSanka 2019-10-09 09:28:50 +02:00
  • 4ec6199ef1 ENABLE_3DCONNEXION_DEVICES -> Added translation and rotation customizable parameter deadzone Enrico Turri 2019-10-08 14:32:05 +02:00
  • 59a6318931 Merge branch 'lm_wipe_tower_in_skirt' Lukas Matena 2019-10-08 14:13:07 +02:00
  • cf030e8958 Simplified inclusion of the wipe tower into skirt calculation Lukas Matena 2019-10-08 14:04:50 +02:00
  • fdf9272fbe Wipe tower brim width is now part of WipeTowerData class, so it can be used wherever needed Lukas Matena 2019-10-08 13:50:51 +02:00
  • b7db5a9558 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-08 13:38:27 +02:00
  • 9447d3e1b5 ENABLE_3DCONNEXION_DEVICES -> Mouse3DController reworked to handle reports of length 7 bytes and 13 bytes Enrico Turri 2019-10-08 13:38:08 +02:00
  • aba743de41 Include wipe tower in skirt Thomas Moore 2019-05-06 23:33:09 -04:00
  • 9a9c3bac39 Fixup of 47a8b49 Lukas Matena 2019-10-08 11:05:59 +02:00
  • 8fcd4e4407 ENABLE_3DCONNEXION_DEVICES -> added debug code to get 3Cconnexion device product id Enrico Turri 2019-10-08 09:52:56 +02:00
  • 8aa33a9e05 ENABLE_3DCONNEXION_DEVICES -> Hack for filtering out mouse wheel events coming from 3Dconnexion driver Enrico Turri 2019-10-08 08:44:50 +02:00
  • 272e9f11e3 Merge branch 'tm_arrange_test_extend' tamasmeszaros 2019-10-07 17:55:55 +02:00
  • 4152f917a6 Merge branch 'vk-materials' Vojtech Kral 2019-10-07 17:41:51 +02:00
  • fd6d32135b Merge branch 'master' into materials Vojtech Kral 2019-10-07 17:23:37 +02:00
  • 570c038eb7 ConfigWizard: Fix printer pre-selection on fresh config Vojtech Kral 2019-10-07 11:25:05 +02:00
  • 72ac8d68f0 Extend libnest tests, remove some warnings, faster catch2 compilation. tamasmeszaros 2019-10-07 17:16:40 +02:00
  • 555fcc151d Hotfix for broken partial arrange. tamasmeszaros 2019-10-07 14:10:47 +02:00
  • 47a8b49f8b Fixed get extruder color for SLA presets YuSanka 2019-10-07 12:36:16 +02:00
  • 3edca58a0c Don't require gtest anymore. tamasmeszaros 2019-10-07 11:22:16 +02:00
  • eda01341d0 ConfigWizard: Fix a memory access issue between PageMaterial instances Vojtech Kral 2019-10-07 11:10:18 +02:00
  • 6f85b0885a Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-07 09:31:43 +02:00
  • 0ba9fbaf0c ENABLE_3DCONNEXION_DEVICES -> Update 3D scene only when mouse 3D device send update messages Enrico Turri 2019-10-07 09:31:23 +02:00
  • f0d75eea0d Fix incorrect time format spec in iso_utc_timestamp. tamasmeszaros 2019-10-07 08:56:54 +02:00
  • f1388fffba Fix test outputs on buildbot. Also fix pairhash test. tamasmeszaros 2019-10-07 10:21:59 +02:00
  • 5bf3d5aabf Merge branch 'tm_sla_tests' tamasmeszaros 2019-10-04 18:34:08 +02:00
  • a34ca42709 Disable on-model supports for pierce tests. tamasmeszaros 2019-10-04 18:14:19 +02:00
  • d815a518bd Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer bubnikv 2019-10-04 16:50:18 +02:00
  • f8ff23638f Fixed regression due to ExPolygonCollection to ExPolygons refactoring. Fixed crashes in BridgeDetector due to unexpected implicit conversion to a const temporary. bubnikv 2019-10-04 16:50:01 +02:00
  • 1df1ef481d Port sla tests to catch2 tamasmeszaros 2019-10-04 14:47:02 +02:00
  • 51f26f9483 Fix for data dir path on windows tamasmeszaros 2019-10-04 14:27:51 +02:00
  • 5ca962a1da Catch2 test framework integration into tm_sla_tests. tamasmeszaros 2019-10-04 14:23:19 +02:00
  • cf777ec09c Remove automatic test subdir inclusion. tamasmeszaros 2019-10-04 13:52:42 +02:00
  • ce4f4bea06 libnest2d test rewritten for catch2. Fine tuned catch2 integration. tamasmeszaros 2019-10-04 12:59:31 +02:00
  • 5a94ac9499 ENABLE_3DCONNEXION_DEVICES -> Automatic detection of plugging/unplugging 3Dconnexion devices Enrico Turri 2019-10-04 10:59:27 +02:00
  • 320d18f07c Remove accidentally left cmake debug message tamasmeszaros 2019-10-04 09:14:57 +02:00
  • df7c886fe6 Apply Mac specific caveats on the test build script. tamasmeszaros 2019-10-04 11:08:46 +02:00
  • fe7f2e4d95 Catch2 test framework integration. tamasmeszaros 2019-10-04 11:04:26 +02:00
  • 1d463fc23f ENABLE_3DCONNEXION_DEVICES -> Another small refactoring of Mouse3DController Enrico Turri 2019-10-04 07:58:01 +02:00
  • 243cb5d524 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-04 07:34:43 +02:00
  • 2edd5abf06 Fix endless loop in pinhead creation. tamasmeszaros 2019-10-03 17:18:03 +02:00
  • 4569a6026a Add an additional sla test object for support generation. tamasmeszaros 2019-10-03 16:15:11 +02:00
  • fefde79c89 Make sure no vector reallocation will be performed on pillars. tamasmeszaros 2019-10-03 15:13:17 +02:00
  • ffa544ade3 Merge remote-tracking branch 'origin/ys_extruders_color' YuSanka 2019-10-03 14:25:25 +02:00
  • da7275bdea Merge remote-tracking branch 'origin/ys_manipulation_panel_rw' YuSanka 2019-10-03 14:24:20 +02:00
  • c4d50ea639 Add test obj and address for support under ground level if no elevation tamasmeszaros 2019-10-03 14:23:03 +02:00
  • 23a7e77a81 Eliminate some race conditions in sla support tree tamasmeszaros 2019-10-03 12:20:02 +02:00
  • f315681804 ENABLE_3DCONNEXION_DEVICES -> Refactored Mouse3DController to simplify code Enrico Turri 2019-10-03 12:16:59 +02:00
  • b15757a126 ENABLE_3DCONNEXION_DEVICES - Added missing return lines Enrico Turri 2019-10-03 12:09:49 +02:00
  • 587effbedf ENABLE_3DCONNEXION_DEVICES -> Refactored Mouse3DController to be unaware of current active GLCanvas3D Enrico Turri 2019-10-03 11:38:31 +02:00
  • a554304038 ENABLE_3DCONNEXION_DEVICES -> Serialization of mouse device parameters into config Enrico Turri 2019-10-03 10:26:28 +02:00
  • 95e22d8fd4 Add method for bridge addition with Head parameter to fill the bridge_id tamasmeszaros 2019-10-03 10:22:25 +02:00
  • 7007d81519 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-03 08:07:13 +02:00
  • 63f31ce4db Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer YuSanka 2019-10-02 22:51:18 +02:00
  • b3603a09fc Fixed a bug: Wrong save of a preset if the preset is already exist. YuSanka 2019-10-02 22:50:55 +02:00
  • 3f698c4ccf Enable full concurrency for support tree generation. tamasmeszaros 2019-10-02 16:33:13 +02:00
  • 8bc569284e Corrected editor position and size YuSanka 2019-10-02 16:14:40 +02:00
  • 36d3f90fad ENABLE_3DCONNEXION_DEVICES - Added imgui dialog to edit 3Dconnexion device parameters Enrico Turri 2019-10-02 15:55:26 +02:00
  • 3c4e81cec6 Merge branch 'tm_timecvt' tamasmeszaros 2019-10-02 15:12:25 +02:00
  • 9e01740db6 More improvements YuSanka 2019-10-02 15:02:13 +02:00
  • 8ca7e56d0f Fix tests on all platforms tamasmeszaros 2019-10-02 14:55:02 +02:00
  • d5dcba00b1 Time conversion functions with tests. tamasmeszaros 2019-09-24 10:48:24 +02:00
  • f29e18dad2 Fix crashing test executable on gcc 4.9 tamasmeszaros 2019-10-02 14:25:32 +02:00