Commit Graph

  • 917702f252 Fixed DoubleSlider manipulation from Preview scene YuSanka 2019-06-18 11:40:26 +02:00
  • d7684188f9 Removing unused pad parts working tamasmeszaros 2019-06-18 11:24:50 +02:00
  • 0c95d4e0d9 Merge remote-tracking branch 'remotes/origin/ys_new_features' bubnikv 2019-06-18 10:01:29 +02:00
  • a892fa6105 Merge remote-tracking branch 'remotes/origin/ys_bugfixing' bubnikv 2019-06-18 09:57:55 +02:00
  • f72f55dc08 A bit of documentation of the mirroring and reset buttons at the side panel. bubnikv 2019-06-18 09:57:07 +02:00
  • 1cbd6845d5 Merge remote-tracking branch 'remotes/origin/lm_reset_buttons' bubnikv 2019-06-18 09:33:33 +02:00
  • c95a324c3f Merge branch 'vb_admesh_fix' bubnikv 2019-06-18 08:54:50 +02:00
  • 630883ad0f Extended the error message when the G-code cannot be copied to the SD card bubnikv 2019-06-18 08:54:28 +02:00
  • 5ee695b629 #2506 - Fixed crash while manually editing SLA supports Enrico Turri 2019-06-18 08:53:13 +02:00
  • 778b2cf293 WIP on removing unused parts of pad tamasmeszaros 2019-06-17 18:06:52 +02:00
  • 90beadb65f Check a possibility to load SLA project if there is at least one multi-part object on the bed YuSanka 2019-06-17 17:04:19 +02:00
  • f70b25d2f8 Fixed SPE 957 - Impossible to add a part by "Load..." to an object, if the object has some instances YuSanka 2019-06-17 15:33:58 +02:00
  • 72479428d7 Merge remote-tracking branch 'origin/master' into ys_bugfixing YuSanka 2019-06-17 14:02:43 +02:00
  • 7fe8965c53 Merge remote-tracking branch 'origin/master' into ys_new_features YuSanka 2019-06-17 13:50:12 +02:00
  • 5fd3cc2676 Select edited layer after changing instead of "Layers" selection, if editing was in "Layer" mode YuSanka 2019-06-17 13:46:56 +02:00
  • f394f84d51 Fixed selection after layers deleting YuSanka 2019-06-17 13:09:11 +02:00
  • 90a854f704 Fix levitation when supports are disabled. tamasmeszaros 2019-06-17 13:02:49 +02:00
  • 95ad76a0dc Wipe tower - fixed a long existent bug that sometimes resulted in inexact feedrate on the loading moves Lukas Matena 2019-06-17 12:59:30 +02:00
  • 80fddb7aaf Merge branch 'master' into tm_builtin_pad tamasmeszaros 2019-06-17 11:43:22 +02:00
  • 1152bd5a09 Fixup of 41164a9 The WipeTowerWriter did not now which tool is being used, so it limited the volumetric flow based on different filament settings Lukas Matena 2019-06-17 11:22:17 +02:00
  • a643a22151 Wipe tower - renaming files (to conclude work from previous commit and not lose history of those files) Lukas Matena 2019-06-17 10:26:33 +02:00
  • 05e6dbbe4b Wipe tower - refactoring (removed the abstract WipeTower class) - abstract class WipeTower and its descendant WipeTowerPrusaMM were merged into a single (non-abstract) WipeTower class - all uses of WipeTower::xy struct were replaced by Eigen Vec2f (it is no longer necessary to be independent on libraries that PrusaSlicer uses) - the WipeTowerPrusaMM.hpp/.cpp will be renamed in the next commit (hopefully it will retain its git history that way) Lukas Matena 2019-06-17 10:16:07 +02:00
  • ce22251707 Warning hunt session followup tamasmeszaros 2019-06-17 10:05:46 +02:00
  • ddb4c1ff3f Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_perspective_camera Enrico Turri 2019-06-17 09:34:25 +02:00
  • 9ffd294f07 Fixed functions declaration template<class Tf> inline constexpr coord_t scaled(Tf val) and template<class Tf> inline constexpr Tf unscaled(coord_t val) to use constexpr on versions of Visual Studio which support it Enrico Turri 2019-06-17 09:28:41 +02:00
  • c5037540e9 Warning hunt session. tamasmeszaros 2019-06-14 18:10:16 +02:00
  • f8c5570155 Removed unnecessary copy / move constructors / assignment operators. bubnikv 2019-06-14 15:47:40 +02:00
  • ac8de0bcaf Follow-up of 1a91add2e6 -> Improvements to tighter camera frustrum to reduce z-fighting Enrico Turri 2019-06-14 15:37:29 +02:00
  • 7b07a8da83 Reset buttons: synchronization of instances/volumes Lukas Matena 2019-06-05 15:27:20 +02:00
  • 980c6673d4 Reset buttons - fixed rotation of instances with multiple volumes Mirroring buttons now hide where appropriate Lukas Matena 2019-06-05 11:23:30 +02:00
  • a3c1644ead Added mirroring buttons into object manipulation panel Lukas Matena 2019-06-03 10:40:15 +02:00
  • 9f236bc603 Added transformation reset buttons in object manipulation panel Lukas Matena 2019-05-17 14:17:49 +02:00
  • 0eecfc6604 Wipe tower - removed the obsolete material_type enum no longer necessary because the speed overrides that the enum controlled were recently removed the comment in gcode is now just about appending the config string Lukas Matena 2019-06-14 14:31:53 +02:00
  • 678d0e18a7 WipeTowerIntegration class: print_z is not passed around, ToolChangeResult objects are aware of it Lukas Matena 2019-06-14 12:49:43 +02:00
  • aee376762e Changed handling of priming extrusions to allow injection of filament and toolchange custom gcodes The priming extrusions were handled separately from the rest of the wipe tower toolchanges. In order to be able to use the logic from previous commit for them (custom toolchange gcodes etc), some unpleasant code shuffling was needed Lukas Matena 2019-06-14 12:28:24 +02:00
  • 41164a9cb3 Multimaterial printing: Changed the way how custom gcodes are inserted Each toolchange now emits: - end filament custom gcode - toolchange custom gcode; if not provided, a standard Tn command is inserted - start filament gcode Lukas Matena 2019-06-12 15:47:05 +02:00
  • 9df93c0125 Mostly refactoring of the wipe tower improvements - setting of the wipe tower parameters based od whether SE MM printer is selected is done in the WipeTowerPrusaMM constructor, so it does not distract in Print.cpp - WipeTowerPrusaMM.cpp conditions checking for SE MM printer are now using a more descriptive const member variable, not the loading/unloading speeds (hopefully the functionality is the same) Lukas Matena 2019-06-12 10:54:52 +02:00
  • da1aea889f Enable wipe tower for all multi-extruder configurations Thomas Moore 2019-05-03 00:17:24 -04:00
  • 079e63e190 The wipe tower now respects filament max volumetric flow Lukas Matena 2019-06-10 12:26:47 +02:00
  • 6f7051c3b1 GCode preview shows correct volumetric flow for the wipe tower The neccessary annotations for the GCodeAnalyzer were missing Lukas Matena 2019-06-10 11:49:15 +02:00
  • 77954a13b9 Fix of admesh import due to boost::pool::destroy taking O(n). Why on earth?! bubnikv 2019-06-14 11:07:07 +02:00
  • 541f58c656 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_perspective_camera Enrico Turri 2019-06-14 10:57:29 +02:00
  • ed4b71eb15 Layers editing overlay rendering modified to use a texture drawn on a quad lying in a plane parallel to the camera viewport Enrico Turri 2019-06-14 10:55:56 +02:00
  • 1a91add2e6 Tighter camera frustrum to reduce z-fighting Enrico Turri 2019-06-14 10:38:09 +02:00
  • d750d4f925 Re-enable high power graphics card on Windows. This is a regression issue against 1.41.3 bubnikv 2019-06-13 17:42:55 +02:00
  • 9b7bb41db5 ModelObject::add_volume(const ModelVolume &other) shall not re-center the volume as it will share meshes (object mesh, convex hull mesh) of the source, which may be in use by the background processing. bubnikv 2019-06-13 17:24:37 +02:00
  • dbfa4e6c83 Fix of a smart pointer gymnastics from previous commit bubnikv 2019-06-13 16:55:12 +02:00
  • 9379fedd43 Further C++isation of the admesh library & TriangleMesh (copy & move constructors / operators) bubnikv 2019-06-13 16:33:50 +02:00
  • 7da9d2f66d Merge remote-tracking branch 'origin/master' into ys_new_features YuSanka 2019-06-13 16:18:39 +02:00
  • 86e7a07dd8 Fixed selection YuSanka 2019-06-13 16:17:54 +02:00
  • 4712c5bbdf DoubleSlider manipulation from preview scene YuSanka 2019-06-13 16:10:33 +02:00
  • a9ee4ff4b5 Fixed object selection in right panel form the Scene by context menu YuSanka 2019-06-13 15:35:10 +02:00
  • 821ca0e36a Build fix when boost is not in prefix/boost tamasmeszaros 2019-06-13 13:15:10 +02:00
  • e00774d2e2 Workarounds for selection under OSX and GTK YuSanka 2019-06-13 13:00:46 +02:00
  • c9dd5f8786 Fixed updating of data for LayerEditors selection YuSanka 2019-06-13 11:37:03 +02:00
  • a99466ef1d Method Camera::apply_projection() called at every rendered frame Enrico Turri 2019-06-13 10:24:19 +02:00
  • f0b228c4d2 Added support for distance between camera position and camera target Enrico Turri 2019-06-13 09:12:44 +02:00
  • 26d48b7f52 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_perspective_camera Enrico Turri 2019-06-13 08:48:19 +02:00
  • 9805417028 Fixed method Camera::get_position() Enrico Turri 2019-06-13 08:47:38 +02:00
  • 7bfb0aaac0 Fixed method Camera::get_dir_forward() Enrico Turri 2019-06-13 08:38:49 +02:00
  • e4cb75edde Fix build on Mac tamasmeszaros 2019-06-12 17:33:04 +02:00
  • d1ed3d40c1 Fix build on windows. tamasmeszaros 2019-06-12 17:23:12 +02:00
  • 4ffe3278be Hotfix for pad shape deduction. tamasmeszaros 2019-06-12 17:09:40 +02:00
  • 1694204687 Added some logic to layers editor selection YuSanka 2019-06-12 16:28:25 +02:00
  • 10897524df Fixes for gap detection and case with no pad, but zero elevation. tamasmeszaros 2019-06-12 15:29:24 +02:00
  • 12396c3051 Fine tuning parameters and fixing pad wings when greater gaps are used. tamasmeszaros 2019-06-12 13:15:42 +02:00
  • 428cc4e7c9 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_perspective_camera Enrico Turri 2019-06-12 11:45:57 +02:00
  • abdb5c5d74 Fixed conflicts after git cherry-picking 39cfe819daeb7dd71bae5ff20edfbe6396dffbe8 Enrico Turri 2019-06-11 09:59:33 +02:00
  • d07b3fb08b Bed shape dialog refactoring Enrico Turri 2019-06-12 10:00:51 +02:00
  • c80aae1bdb Fixes for the parameter layer tamasmeszaros 2019-06-11 18:19:58 +02:00
  • 6877c075dc SPE-742: Parameter layer for zero elevation feature. tamasmeszaros 2019-06-11 17:57:39 +02:00
  • 3872b939e4 Fix of previous commit bubnikv 2019-06-11 17:15:07 +02:00
  • 0bb8ee149e Sharing TriangleMesh objects between the front end (UI) and back end (background processing) bubnikv 2019-06-11 17:08:47 +02:00
  • b7e3ee0709 Refactor, fix wall normals and gap detection. tamasmeszaros 2019-06-11 15:35:09 +02:00
  • 26fb68ba45 Added missed include for the OSX build YuSanka 2019-06-11 14:54:31 +02:00
  • 4e0eb12ef6 Import/export of the Layers information to/from 3MF YuSanka 2019-06-11 14:39:41 +02:00
  • ddd0a9abb6 SPE-742: Builtin pad feature in zero elevation mode. tamasmeszaros 2019-06-11 12:40:07 +02:00
  • f0f608f247 Copy/paste Layers for OSX YuSanka 2019-06-11 10:11:42 +02:00
  • 16c5a87997 Import/export of the Layers information to/from AMF YuSanka 2019-06-11 09:50:58 +02:00
  • 5fc465b7e8 admesh refactoring: Using boost::object_pool for linked list memory allocation. bubnikv 2019-06-11 09:29:32 +02:00
  • 590c290ede Fix of a typo. bubnikv 2019-06-10 22:43:42 +02:00
  • 0cb5b57c5c SLA gimzmo: Sharing the Mesh's indexed triangle set with IGL AABB structure directly, without having to make a copy. bubnikv 2019-06-10 22:43:21 +02:00
  • af5017c46c admesh refactoring: Use Eigen vec3i for indexed triangles. bubnikv 2019-06-10 21:14:58 +02:00
  • 313ec7424a admesh refactoring: replaced various diagnostics outputs with boost::log bubnikv 2019-06-10 19:45:38 +02:00
  • 6defabea53 admesh refactoring: separation of the shared vertices / indices into an indexed_triangle_set structure bubnikv 2019-06-10 18:30:54 +02:00
  • 65238a89b1 admesh refactoring: Removed the shared_vertices counter as it is now contained inside v_shared std::vector bubnikv 2019-06-10 17:36:15 +02:00
  • a1c38794fb Refactored admesh to get rid of the error and fp members of stl_file. bubnikv 2019-06-10 17:17:36 +02:00
  • 40b27e8332 admesh refactoring: Move the hashing structure out of stl_file bubnikv 2019-06-10 16:53:08 +02:00
  • 72046598a9 Fixed OSX build YuSanka 2019-06-10 15:49:41 +02:00
  • 8ba447e97f Merge remote-tracking branch 'origin/master' into ys_new_features YuSanka 2019-06-10 15:24:17 +02:00
  • 2b6e5a0a70 Implemented Copy/Paste for Layers. + improved selection (in respect to the Layers) YuSanka 2019-06-10 15:22:09 +02:00
  • c7ba8c4daa Fixed conflicts after cherry-picking 932e54383d28acbc96f0af6c38c838f2bb23f21d Enrico Turri 2019-06-10 10:47:23 +02:00
  • 025f86ca3f Fix of the previous refactoring. bubnikv 2019-06-10 11:04:09 +02:00
  • 2fa87044be Implemented update_object_list_by_printer_technology() YuSanka 2019-06-10 10:48:43 +02:00
  • 6e891c0886 Update usage string to match new executable name Stuart P. Bentley 2019-06-08 13:52:03 -07:00
  • 819a4506fa Merge remote-tracking branch 'origin/master' into ys_new_features YuSanka 2019-06-07 12:35:16 +02:00
  • 446e37b151 Implemented extruder selection for Layers YuSanka 2019-06-07 11:32:46 +02:00
  • 7dd842b294 Merge remote-tracking branch 'remotes/origin/master' into vb_admesh_fix bubnikv 2019-06-06 21:01:19 +02:00
  • 6da1c98139 WIP: Fixing serial for Boost 1.70.0 and newer bubnikv 2019-06-06 18:51:49 +02:00
  • ee2b6abd61 Exclude qhull from default dependency targets, make it optional. tamasmeszaros 2019-06-06 16:49:49 +02:00