Commit Graph

  • c47ca5a2c0 Mouse3DController -> Added debug output of device serial number Enrico Turri 2019-10-21 11:30:29 +02:00
  • 76a2f72e97 Follow-up of a065c92302 -> proper enabling of debug output Enrico Turri 2019-10-21 11:12:56 +02:00
  • a065c92302 Mouse3DController -> Enabled debug output to check device connection on Linux and Max Enrico Turri 2019-10-21 11:06:18 +02:00
  • e773f667b1 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-21 10:24:52 +02:00
  • 2d610f9b84 #3082 - Workaround to fix incorrect object position after applying gcode line G92 into custom gcode Enrico Turri 2019-10-21 10:12:42 +02:00
  • 28a6bd7c30 #3075 - Fixed Reload from disk command for .amf files Enrico Turri 2019-10-21 08:48:38 +02:00
  • e834c804f6 Merge remote-tracking branch 'origin/master' into ys_color_print_extension YuSanka 2019-10-21 08:18:46 +02:00
  • f6057c1b4f test_printgcode.cpp - trying to replace std::regex with boost::regex as the std::regex is likely old or incorrect on our old debian/gcc build server. bubnikv 2019-10-18 16:50:03 +02:00
  • d1a86e513c Fixing some GCodeExport and Flow unit tests. bubnikv 2019-10-18 15:44:13 +02:00
  • 6e6b137151 Test of importing non-standard ASCII STL (broken normals, junk after the ending tags) bubnikv 2019-10-18 14:42:03 +02:00
  • 7a47784ddf Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer bubnikv 2019-10-18 13:05:35 +02:00
  • 7ef9af8aed Merge remote-tracking branch 'origin/master' into ys_color_print_extension YuSanka 2019-10-18 13:05:24 +02:00
  • 070070edba Initial tests for import of ASCII STLs with varying line endings. bubnikv 2019-10-18 13:05:22 +02:00
  • 0285e8db2d Merge branch 'et_git_3010' of https://github.com/prusa3d/PrusaSlicer Enrico Turri 2019-10-18 12:48:06 +02:00
  • 33ba6fe4c6 Implemented possibility to set extruder sequence for whole print YuSanka 2019-10-18 12:35:35 +02:00
  • e04e2b3636 Slight improvements of unit tests, fix of perl bindings. bubnikv 2019-10-18 12:05:37 +02:00
  • 13cc74ef0a Ported test_config.cpp from upstream Slic3r. Extended ConfigBase with set() functions similar to the upstream Slic3r. ConfigBase::set_deserialize() newly throws if the operation fails. Extrusion width parameters are newly tested for negative values. bubnikv 2019-10-18 11:53:19 +02:00
  • b7af51fd6d Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer bubnikv 2019-10-17 19:10:50 +02:00
  • 98a71a557b Ported test_support_material.cpp from upstream slic3r. Ported extension of ExtrusionEntityCollection::flatten() to disable flattening of no_sort() collections. bubnikv 2019-10-17 19:09:24 +02:00
  • dfba3f04e9 Fix FindTBB on linux in debug mode. tamasmeszaros 2019-10-17 17:32:26 +02:00
  • f9710eff08 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer bubnikv 2019-10-17 17:09:25 +02:00
  • c228a49fe0 Ported test_support_material from upstream Slic3r. bubnikv 2019-10-17 17:09:15 +02:00
  • fb7bba2b5a CMakeLists.txt: turning off -W-ignored-attributes, there are loads of those with newer GCC, originating from Eigen (https://eigen.tuxfamily.org/bz/show_bug.cgi?id=1221) Lukas Matena 2019-10-17 09:56:38 +02:00
  • 93ae170113 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion Enrico Turri 2019-10-17 08:09:23 +02:00
  • 0ee78543a4 Fixed another weird auto + initializer list clang issue. bubnikv 2019-10-16 18:23:33 +02:00
  • fee4dc3fc0 Fixes of unit tests on OSX. The old clang does not like the way @lordofhyphens uses the initializer lists together with autos. bubnikv 2019-10-16 17:55:41 +02:00
  • 76c4eaf19a Ported test_fill from upstream Slic3r, thanks @lordofhyphens bubnikv 2019-10-16 17:43:43 +02:00
  • c2edcd07cb Ported test_printgcode from upstream Slic3r, thanks @lordofhyphens bubnikv 2019-10-16 15:40:09 +02:00
  • af7c69bfab Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer bubnikv 2019-10-16 13:20:49 +02:00
  • a5eb4a4ce1 Ported test_print/test_printobject/test_3mf from upstream Slic3r, thanks @lordofhyphens bubnikv 2019-10-16 13:20:09 +02:00
  • 605f0ecd54 Revert "CMakeLists.txt: turning off Wno-ignored-attributes on GCC and Clang again" That change breaks compilation on the old buildserver (gcc 5.4). We'll deal with the warning later somehow. Lukas Matena 2019-10-16 12:53:25 +02:00
  • ea8695c06c Fixed GCode export for color_print extensions. M25 is changed to M601 YuSanka 2019-10-16 12:03:51 +02:00
  • 6585e58e83 Fix of perl bindings bubnikv 2019-10-16 11:34:45 +02:00
  • 69c8b1cd21 new cheaper constructor for DynamicPrintConfig from FullPrintConfig: DynamicPrintConfig::full_print_config() new cheaper constructors of DynamicConfig / DynamicPrintConfig from ConfigBase Unit tests: ported test_model from upstream Slic3r, thanks @lordofhyphens Unit tests refactored to use less autos and initializer lists for readibility, DynamicPrintConfig is handled by value, not by shared pointer. bubnikv 2019-10-16 11:16:50 +02:00
  • 4fa2567ea2 Merge remote-tracking branch 'origin/master' into ys_color_print_extension YuSanka 2019-10-16 10:31:29 +02:00
  • 76ec1bc7e3 Improved extruder_selector for DoubleSlider YuSanka 2019-10-16 09:45:11 +02:00
  • 90d5712091 Filling in the autos in the tests so it is readible and it compiles on OSX bubnikv 2019-10-16 09:28:27 +02:00
  • 21837ceb85 Trying to fix compilation issues of the test cases on OSX. bubnikv 2019-10-15 19:04:02 +02:00
  • 72e99cf35f Fixing some compilation issues of the C++ test cases on OSX. bubnikv 2019-10-15 18:38:40 +02:00
  • abe856f9fe Ported remove_collinear(Polygon) and test_polygon from upstream slic3r. bubnikv 2019-10-15 18:08:32 +02:00
  • de45be5f29 Ported test_gcodewriter from upstream Slic3r, thanks @lordofhyphens. The format for G1 Fxxx was changed to fixed three decimal digits. bubnikv 2019-10-15 17:35:19 +02:00
  • 88df291372 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer bubnikv 2019-10-15 16:57:37 +02:00
  • 1964ac2e89 Ported test_skirt_brim from upstream Slic3r, thanks @lordofhyphens bubnikv 2019-10-15 16:31:20 +02:00
  • 4b0fe7cba4 Implemented custom extruder(tool) change from DoubleSlider YuSanka 2019-10-15 15:42:30 +02:00
  • 50448bf4dd CMakeLists.txt: turning off Wno-ignored-attributes on GCC and Clang again Eigen still produces tons of those warnings on newer gcc Lukas Matena 2019-10-15 15:10:52 +02:00
  • c99e7cb0df Ported test_trianglemesh from upstream slic3r, thanks @lordofhyphens bubnikv 2019-10-15 13:49:28 +02:00
  • 67e1eba8e6 Ported test_data.cpp/hpp & test_flow.cpp from upstream slic3r, thanks @lordofhyphens bubnikv 2019-10-15 11:28:20 +02:00
  • e538a06fb0 Added missing include (worked on MSVC) bubnikv 2019-10-15 09:49:33 +02:00
  • 42a858b999 Added test projects for libslic3r and fff_print. Added test_geometry.cpp from upstream slic3r, thanks @lordofhyphens Added circle_taubin_newton() for circle center calculation, thanks @lordofhyphens bubnikv 2019-10-15 09:40:40 +02:00
  • a7c843d213 Fix the missing link dependencies for tbb on Linux tamasmeszaros 2019-10-14 15:48:29 +02:00
  • 05431c0e6d Group test targets into logical "tests" directory. Disable DJDHeuristic tamasmeszaros 2019-10-14 14:58:07 +02:00
  • cdc9fb0d8f Force using TBB on all platforms for libnest2d tamasmeszaros 2019-10-14 13:42:09 +02:00
  • 5c2b5a167b Context menu is extended for multiple material printing YuSanka 2019-10-14 10:05:27 +02:00
  • fbc174ad06 Fix cmake with msvc generator. tamasmeszaros 2019-10-14 12:50:08 +02:00
  • 658b1e219e ENABLE_GIT_3010_FIX set as default Enrico Turri 2019-10-14 10:03:27 +02:00
  • 76c9ddfd3e Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_git_3010 Enrico Turri 2019-10-14 08:49:19 +02:00
  • e6403a74ef ENABLE_3DCONNEXION_DEVICES tech set as default Enrico Turri 2019-10-11 15:51:36 +02:00
  • 1c05d88c00 ENABLE_3DCONNEXION_DEVICES -> Added support for 3Dconnexion universal receiver and battery level report Enrico Turri 2019-10-11 15:29:57 +02:00
  • 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