Commit Graph

  • 70cb67430c Move rotation from building octree to infill generating Lukáš Hejl 2020-09-08 11:40:09 +02:00
  • 131cc0a41c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-09-10 14:35:40 +02:00
  • b991b613de Updated titlebar and splash screen + hidden statusbar for gcode viewer enricoturri1966 2020-09-10 14:33:55 +02:00
  • d527122046 Performance optimizations and bugfix tamasmeszaros 2020-09-04 20:20:06 +02:00
  • 3b7ea5587e Fix build on win tamasmeszaros 2020-09-04 19:43:07 +02:00
  • 0d4c67b9a3 Mostly working, inefficiencies remain, status indication partly broken tamasmeszaros 2020-09-04 17:51:22 +02:00
  • 9f3e7617d8 Add Imgui popup for rotation gizmo under SLA tamasmeszaros 2020-09-01 20:08:59 +02:00
  • b4b9af4100 cosmethics tamasmeszaros 2020-09-01 20:08:42 +02:00
  • c10ff4f503 fixing optimizer and concurrency::reduce tamasmeszaros 2020-08-31 18:53:44 +02:00
  • c193d7c930 Brute force optimization code, buggy yet tamasmeszaros 2020-08-27 23:13:05 +02:00
  • b4e30cc8ad rotation finder experiments tamasmeszaros 2020-08-26 10:25:09 +02:00
  • 10f7d64880 Merge branch 'tm_hollowing_split' tamasmeszaros 2020-09-10 14:02:21 +02:00
  • 7713a55d45 Do a mesh split before openvdb conversion, unify each part's grid tamasmeszaros 2020-09-10 13:39:43 +02:00
  • b93c95274f Merge branch 'tm_suppt_gen_improve' tamasmeszaros 2020-09-10 13:38:18 +02:00
  • 50836914fc Calibration changes to address new algorithm behavior. tamasmeszaros 2020-09-10 13:37:58 +02:00
  • a21ff4141b Fix failing test due to changes in support point genertion tamasmeszaros 2020-08-25 13:40:06 +02:00
  • 26d5c30366 Improvements to support point generator tamasmeszaros 2020-08-31 10:38:24 +02:00
  • a9a99de939 Enable all tests for support point generator tamasmeszaros 2020-08-31 10:37:42 +02:00
  • ea9a8b7e93 Hides view toolbar in gcode viewer enricoturri1966 2020-09-10 09:43:45 +02:00
  • 659c24d3d8 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-09-10 08:50:00 +02:00
  • 88457bf412 Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as default enricoturri1966 2020-09-10 08:49:50 +02:00
  • 6a11e7996e Merge branch 'lh_adaptive_infill' Vojtech Bubnik 2020-09-09 16:46:43 +02:00
  • 7b318e1698 Refactoring of adaptive cubic infill: Don't create an octree for the infill if it is not needed. Vojtech Bubnik 2020-09-09 15:55:06 +02:00
  • 3527cd48e8 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-09-09 15:04:40 +02:00
  • 2f9dd9d9e8 Completed implementation of 'File->GCode preview...' command enricoturri1966 2020-09-09 15:03:51 +02:00
  • e28b29699b Merge branch 'lh_adaptive_infill' Lukáš Hejl 2020-09-09 14:42:03 +02:00
  • 5e9399247c Check if exist any boundary polyline Lukáš Hejl 2020-09-07 09:14:06 +02:00
  • 5633526ecf Enable changing adaptive infill density for different objects Lukáš Hejl 2020-09-03 23:15:46 +02:00
  • aca212c5bc Octree representation rework Lukáš Hejl 2020-09-03 19:21:55 +02:00
  • acedb66cdc Change to using raw_mesh instead of mesh Lukáš Hejl 2020-09-03 16:08:40 +02:00
  • 000987451a Fix bug in lines merging Lukáš Hejl 2020-09-03 14:28:25 +02:00
  • 03e103fcc8 Connect infill to perimeters Lukáš Hejl 2020-09-03 13:05:28 +02:00
  • 398d429ce1 Code cleanup Lukáš Hejl 2020-09-03 11:56:41 +02:00
  • d09ac41d2c Octree's first cube depends on model size. Lukáš Hejl 2020-09-03 08:04:05 +02:00
  • 2debffc496 Fix tests which expect make_fills without arguments Lukáš Hejl 2020-09-03 07:52:53 +02:00
  • 33121b705a Change in passing octree struct Lukáš Hejl 2020-09-02 22:53:10 +02:00
  • 9eeb5e4364 Fix wrong data type Lukáš Hejl 2020-08-31 08:49:17 +02:00
  • 65ba40f044 Fix crash on inconsistent input Lukáš Hejl 2020-08-30 20:38:07 +02:00
  • 867681ae56 Fix discontinuous extrusion lines for adaptive infill Lukáš Hejl 2020-08-27 13:04:53 +02:00
  • 14a7fbc9f7 Switch to smart pointers Lukáš Hejl 2020-08-27 07:28:43 +02:00
  • c0d21bd2b4 Polylines merging Lukáš Hejl 2020-08-27 01:59:35 +02:00
  • c311b84b21 Add function for check existence of triangle in define radius Lukáš Hejl 2020-08-26 23:28:52 +02:00
  • 9f049b2619 Generating polylines from octree Lukáš Hejl 2020-08-26 22:18:51 +02:00
  • 34f38c4a79 Building octree based on distance from mesh Lukáš Hejl 2020-08-26 18:15:59 +02:00
  • 0d26df3cf6 Preparation for new infill Lukáš Hejl 2020-08-26 16:51:34 +02:00
  • e010d287c5 Fixed launching of new slicer instances on Windows. Vojtech Bubnik 2020-09-09 11:41:23 +02:00
  • 39fa079d56 Merge remote-tracking branch 'origin/et_gcode_viewer' enricoturri1966 2020-09-09 09:41:31 +02:00
  • d8530e7d9f Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer enricoturri1966 2020-09-09 09:12:56 +02:00
  • 6b10214bec Fixed export of pause print lines into gcode enricoturri1966 2020-09-09 09:06:50 +02:00
  • 4b581ccdd8 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer enricoturri1966 2020-09-09 08:39:43 +02:00
  • 6f0ace52c6 Merge remote-tracking branch 'origin/ys_splash_screen' YuSanka 2020-09-08 16:13:54 +02:00
  • 3c14d883a1 PhysicalPrinterDialog: Fixed memory leak YuSanka 2020-09-08 16:11:01 +02:00
  • 8cb2636afc Fixed conflicts after merge with master enricoturri1966 2020-09-08 15:38:35 +02:00
  • ce06fc6cb7 Added networking support for SL1 Digest authorization. Renamed login/password/authorization_type to printhost_user/printhost_password/printhost_authorization_type. Added initialization of physical printer preset with default values. Vojtech Bubnik 2020-09-08 15:30:59 +02:00
  • a13b732f27 Fixed loading current presets enricoturri1966 2020-09-08 15:30:01 +02:00
  • 07499ff9d0 Fixed Scale on Linux YuSanka 2020-09-08 15:15:00 +02:00
  • 0a4debc98c Fix of a preceding merge Vojtech Bubnik 2020-09-08 14:25:10 +02:00
  • ceaa61071a Fix of the previous merge, Windows specific. Vojtech Bubnik 2020-09-08 14:07:47 +02:00
  • eded5b051d Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-09-08 14:01:55 +02:00
  • 844f62af66 Cleanup toolpaths when changing printer to SLA enricoturri1966 2020-09-08 14:01:32 +02:00
  • 4e4b8ff5aa Merge branch 'vb_gcodeviewer_menu' Vojtech Bubnik 2020-09-08 13:51:02 +02:00
  • 9ce3086f02 Splash screen : Try to fix scaling on Linux YuSanka 2020-09-08 13:40:14 +02:00
  • 946f51467f WIP Standalone G-code viewer Vojtech Bubnik 2020-09-08 13:33:43 +02:00
  • 0f64b67ffa osx fix test 2020-09-08 12:39:11 +02:00
  • f6534f5f7a Follow-up of 7270d222df -> Fix of build on OsX and Linux enricoturri1966 2020-09-08 12:36:57 +02:00
  • 7270d222df Fix build on OsX enricoturri1966 2020-09-08 12:10:07 +02:00
  • 67d10a3c0c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer enricoturri1966 2020-09-08 11:55:35 +02:00
  • 2443b7aaea Splash screen for gcode viewer enricoturri1966 2020-09-08 11:55:21 +02:00
  • 93ed04ef7b Fixed conflicts after merge with master enricoturri1966 2020-09-08 11:50:11 +02:00
  • 0fde670fd6 osx fix Vojtech Bubnik 2020-09-08 11:49:02 +02:00
  • f58d3116bf Fixed crash when loading gcode files saved with older version of PrusaSlicer 2.3.0.alpha enricoturri1966 2020-09-08 11:43:18 +02:00
  • ab556a398b GCode viewer using the proper layout when started as a standalone application enricoturri1966 2020-09-08 11:40:06 +02:00
  • 3c51581e92 Another fix Vojtech Bubnik 2020-09-08 11:36:00 +02:00
  • 77ba284a59 Trying to fix spawn on OSX Vojtech Bubnik 2020-09-08 11:22:27 +02:00
  • 663f17a0e3 Improved logging of spawning a subprocess. Vojtech Bubnik 2020-09-08 09:57:17 +02:00
  • 1418b71541 Linux: Try to fix warning "Na handler for image type 15" YuSanka 2020-09-08 09:12:40 +02:00
  • 6dbc1ccf21 Added missed image for splash screen YuSanka 2020-09-08 08:19:06 +02:00
  • d830e1c970 Run PrusaSlicer as G-code viewer based on argv[0] name on Unix systems. Vojtech Bubnik 2020-09-07 22:37:55 +02:00
  • f237b33515 Yet another fix on OSX. Vojtech Bubnik 2020-09-07 22:26:58 +02:00
  • 620c85f264 Fix on OSX test 2020-09-07 22:00:01 +02:00
  • 889f05167a Changing the binary name on OSX to PrusaSlicer. Vojtech Bubnik 2020-09-07 21:36:51 +02:00
  • 5618293a28 Splash screen : implemented smart splash screen YuSanka 2020-09-07 21:20:49 +02:00
  • c2ba096d06 Document the additional cmake flag Giles Bathgate 2020-09-07 19:03:12 +01:00
  • 8622437c12 fixing symlinks Vojtech Bubnik 2020-09-07 18:09:51 +02:00
  • ae0e576c32 Fixing Linux build Vojtech Bubnik 2020-09-07 17:41:16 +02:00
  • 1221c67d7f Fix for OSX Vojtech Bubnik 2020-09-07 17:09:27 +02:00
  • 9473ae8fe2 Fix of previous commit, added symlinks to gcodeviewer on Linux & OSX Vojtech Bubnik 2020-09-07 16:56:22 +02:00
  • a251d42408 Merge branch 'vb_gcodeviewer_menu' of https://github.com/Prusa3d/PrusaSlicer into vb_gcodeviewer_menu bubnikv 2020-09-07 16:02:57 +02:00
  • b0bedf33c0 WIP: G-code viewer menu, refactoring of starting a background process. bubnikv 2020-09-07 15:55:03 +02:00
  • fd4c28ed91 WIP: G-code viewer menu, refactoring of starting a background process. bubnikv 2020-09-07 15:55:03 +02:00
  • 8579184d70 Follow-up of 573194e059 -> Fixed crash when opening a gcode file enricoturri1966 2020-09-07 11:30:31 +02:00
  • 97e62be902 Check if exist any boundary polyline Lukáš Hejl 2020-09-07 09:14:06 +02:00
  • 014a90b51b Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-09-07 08:35:54 +02:00
  • e10d1eba54 GCodeProcessor -> Use decorations to detect toolpaths height for gcode files generated by PrusaSlicer enricoturri1966 2020-09-07 08:35:34 +02:00
  • 902de849c0 Implemented class SplashScreen for using of text YuSanka 2020-09-04 20:25:27 +02:00
  • 9d786b5f88 Fixed non-MSW builds YuSanka 2020-09-04 16:21:36 +02:00
  • 486c07702c Added SplashScreen YuSanka 2020-09-04 13:42:44 +02:00
  • c8133b91b7 Code cleaning. + Use default DPIfont for wxHtmlWindows YuSanka 2020-09-04 13:00:33 +02:00
  • 436e12e99f Seam gizmo: fixed action names in undo/redo stack Lukas Matena 2020-09-04 12:46:34 +02:00
  • ba87a4fd9a Fixed rescale of the MainFrame/SettingsDialog after switching between settings layouts on the 2 monitors with different DPI YuSanka 2020-09-04 10:08:54 +02:00