Commit Graph

  • 6d49bc1978 Follow-up to 2bc6679a62 Set the printer_technology field. Vojtech Bubnik 2021-01-19 15:35:27 +01:00
  • 2bc6679a62 Partial revert of 1bffc2b99b (deriving the printer technology from the merged configs). Vojtech Bubnik 2021-01-19 15:17:47 +01:00
  • 7cd218a4ee Merge branch 'tm_ui_job_rethrow' tamasmeszaros 2021-01-19 15:01:36 +01:00
  • 56e7d83513 Implement exception rethrow for ui jobs tamasmeszaros 2021-01-19 15:00:44 +01:00
  • 264ce71e94 Bumped up wxWidgets version on OSX for X86. Vojtech Bubnik 2021-01-19 14:26:37 +01:00
  • a5dc3c4b66 Bugfix: CLI slicer should slice in FDM mode when no printer_technology is provided. This was broken between 2.2.0 and 2.3.0 (1bffc2b) and changed the CLI behaviour. Also related to 5029. Lukas Matena 2021-01-15 18:29:19 +01:00
  • 5294a48ee8 Fix of prusa 2.3.0 crash with 0.25 nozzle #5825 Importing a config bundle as a config file was broken for multi material FDM printers, where a different filament was active for each extruder. Vojtech Bubnik 2021-01-19 09:58:06 +01:00
  • 1efa129b67 Fix of #5619 - Copying Item with Printable Property YuSanka 2021-01-18 15:19:02 +01:00
  • 56d26ad491 ENABLE_SPLITTED_VERTEX_BUFFER - slightly faster indices buffers generation in GCodeViewer::load_toolpaths() enricoturri1966 2021-01-18 13:55:45 +01:00
  • 3a0aabb924 ENABLE_SPLITTED_VERTEX_BUFFER - small refactoring in GCodeViewer::load_toolpaths() enricoturri1966 2021-01-18 11:37:23 +01:00
  • 59cabc9712 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2021-01-18 09:59:26 +01:00
  • 8f1bc02287 ENABLE_SPLITTED_VERTEX_BUFFER - fixed cracks in toolpaths when splitting vertex and index buffers enricoturri1966 2021-01-18 09:59:05 +01:00
  • 9a2310ae98 Fix of [prusa3d/PrusaSlicer] Remove unnecessary null pointer checks (#5813) Don't use if (ptr) delete ptr; call delete ptr; directly, it contains the test for null ptr. Vojtech Bubnik 2021-01-18 09:33:19 +01:00
  • d06aa60691 Fixing Perl bindings after update of Boost. Vojtech Bubnik 2021-01-15 19:47:51 +01:00
  • d28d8dda75 Updated boost requies date_time library to be compiled. Vojtech Bubnik 2021-01-15 18:07:14 +01:00
  • dd9269a9d1 Bumped up boost version from 1.70.0 to 1.75.0 mainly due to an issue with an updated Xcode / clang incorrectly reporting that it supports __cpp_lib_uncaught_exceptions while it does not if targeting older platforms. This issue has been fixed in boost 1.74.0 and 1.75.0 Vojtech Bubnik 2021-01-15 13:46:14 +01:00
  • aa19870c54 Updated doc/Localization_guide.md Lukas Matena 2021-01-15 10:56:02 +01:00
  • d63e681bf3 Further improvement of how to build on windows guide Vojtech Bubnik 2021-01-15 09:40:13 +01:00
  • 59911e7c35 Slight improvement in Hilbert infill by using constexpr Vojtech Bubnik 2021-01-15 09:34:50 +01:00
  • 21d01291fb Updated windows building guide to build dependencies out of the PrusaSlicer source tree. Vojtech Bubnik 2021-01-15 09:34:03 +01:00
  • 5d16bf6e56 Merge pull request #5069 from rackley096794/patch-1 Vojtěch Bubník 2021-01-15 09:25:37 +01:00
  • 821560ee2b Merge branch 'master' into patch-1 Ray Ackley 2021-01-14 08:44:23 -05:00
  • 63e666b8d6 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer Vojtech Bubnik 2021-01-14 12:51:38 +01:00
  • 48877614e2 Fix of --scale-to-fit not accepting any input as valid (#5772) Fixed parsing of Point3, fortunately Point3 was used at just a single command line parameter, thus this was not a big deal. Vojtech Bubnik 2021-01-14 12:51:28 +01:00
  • f27032f603 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2021-01-14 11:38:22 +01:00
  • 8bdfb6bbce ENABLE_SPLITTED_VERTEX_BUFFER - fixed bugs in export of toolpaths to obj files and in index buffer splitting enricoturri1966 2021-01-14 11:38:03 +01:00
  • bcd920e639 Updated MO-file for RU dictionary YuSanka 2021-01-14 10:27:19 +01:00
  • 2081290d85 Updated RU dictionary Andy 2021-01-14 15:31:58 +07:00
  • 5b138cf04d Merge remote-tracking branch 'origin/dev' YuSanka 2021-01-13 14:21:58 +01:00
  • af6ef2cb8a Merge remote-tracking branch 'origin/master' into dev YuSanka 2021-01-13 14:18:55 +01:00
  • bda43e4482 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2021-01-13 10:46:11 +01:00
  • 67e144f329 ENABLE_SPLITTED_VERTEX_BUFFER - fixed export of toolpaths to obj files enricoturri1966 2021-01-13 10:45:52 +01:00
  • 293f85b6cf Fix of Invoking prusa-slicer from $PATH environment variable crashes #5542 Also it likely fixes Crashes when started from symbolic link #5751 Vojtech Bubnik 2021-01-13 09:22:13 +01:00
  • 0369caa9e1 Fix of #5163 and #5505 - Vertical cutting of the preset comboboxes on a sidebar YuSanka 2021-01-12 14:54:58 +01:00
  • dc781535b2 Code cleanup enricoturri1966 2021-01-12 14:34:52 +01:00
  • e443fe49ad ENABLE_SPLITTED_VERTEX_BUFFER - fixed visualization of last segment for paths whose vertex buffer has been splitted enricoturri1966 2021-01-12 14:03:58 +01:00
  • fb7dada01d 1st installment of tech ENABLE_SPLITTED_VERTEX_BUFFER - split vertex buffer when greater than a fixed max size enricoturri1966 2021-01-12 09:03:35 +01:00
  • f6f1a3265b Added conversion to c_str Sebastian Hammerl 2021-01-12 08:54:39 +01:00
  • 250adabd5c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2021-01-12 08:10:17 +01:00
  • fcabe8a0f4 Bumped up version number Vojtech Bubnik 2021-01-11 14:01:51 +01:00
  • 7d751753bc Replaced __linux macro with __linux__ Vojtech Bubnik 2021-01-11 13:31:30 +01:00
  • 7a1574a853 Fix of #5720 - SL1 Printer Settings->Notes is not updated when switching tab YuSanka 2021-01-11 13:11:35 +01:00
  • 5a1a41096b Fix of a crash when slicing an object producing no layers and elphant foot compensation is enabled. Vojtech Bubnik 2021-01-11 12:20:50 +01:00
  • d46a756b98 Finally fixing the single instance for AppImage Vojtech Bubnik 2021-01-11 11:41:22 +01:00
  • a900b7767b Fix of previous commit Vojtech Bubnik 2021-01-11 11:29:27 +01:00
  • 7780221683 Fixed "Single instance" locking issue on Linux with AppImage, where the PrusaSlicer binary is mounted at a different mount point at each AppImage execution. Fixes Lock files in the local configuration directory are not deleted (#5733) Vojtech Bubnik 2021-01-11 11:14:51 +01:00
  • 2db704917a Use correct M204 command for acceleration Raphael Sobik 2021-01-11 10:50:18 +01:00
  • b7bfaea1ba Merge pull request #5717 from combolek/master tamasmeszaros 2021-01-11 10:05:02 +01:00
  • ecda157c51 Fixed build regression in commit a5882a1a1c on some Linux platforms. We need to link with GTK libs after all. Boleslaw Ciesielski 2021-01-08 10:10:00 -08:00
  • 7db371f4df remove "Some text" Mathias Rasmussen 2021-01-09 14:31:21 +01:00
  • fd7a555cb3 Bumped up vesion number Vojtech Bubnik 2021-01-08 11:06:35 +01:00
  • 23ddb33237 1.2.2 Added Prusament PVB. Added 0.8mm nozzle profiles. rtyr 2021-01-08 10:57:41 +01:00
  • d19a7fcfad Increase tolerance for objects being outside print bed. tamasmeszaros 2021-01-08 10:14:24 +01:00
  • 250ef23fd5 Updated 0.0.12 description rtyr 2021-01-08 09:44:09 +01:00
  • ecb85b2166 Added Ender 3-V2. rtyr 2021-01-08 09:42:01 +01:00
  • 2dfa91eaf9 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2021-01-08 08:48:10 +01:00
  • 012a76e126 Removed obsolete method declaration in GLCanvas3D enricoturri1966 2021-01-08 08:47:33 +01:00
  • 2e6a0f1ae3 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2021-01-08 08:18:27 +01:00
  • 2b02747ec5 On OSX, we use boost::process::spawn() to launch new instances of PrusaSlicer from another PrusaSlicer. boost::process::spawn() sets SIGCHLD to SIGIGN for the child process, thus if a child PrusaSlicer spawns another subprocess and the subrocess dies, the child PrusaSlicer will not receive information on end of subprocess (posix waitpid() call will always fail). https://jmmv.dev/2008/10/boostprocess-and-sigchld.html The child instance of PrusaSlicer has to reset SIGCHLD to its default, so that posix waitpid() and similar continue to work. Fixes #5507 Vojtech Bubnik 2021-01-07 19:14:48 +01:00
  • 71808dc006 boost::process::spawn() sets SIGINT to SIGIGN, which collides with boost::process waiting for a child to finish! https://jmmv.dev/2008/10/boostprocess-and-sigchld.html Thus reset the SIGINT to its default, so that posix waitpid() and similar continue to work. Fixes Crash on Eject in Second Instance on macOS #5507 Vojtech Bubnik 2021-01-07 17:38:56 +01:00
  • 2ad4447035 Fix of Ejecting of device has failed on Ubuntu Linux #3975 Eject failed due to superfluous escaping of spaces in path to the SD card mount point. Vojtech Bubnik 2021-01-07 14:17:09 +01:00
  • 4988b93b8d Merge remote-tracking branch 'remotes/origin/master' into vb_osx_eject Vojtech Bubnik 2021-01-07 14:12:40 +01:00
  • 80ab47f32e Merge branch 'tm_combobox_ellipsize' tamasmeszaros 2021-01-07 14:57:16 +01:00
  • 8c597e9533 Merge remote-tracking branch 'remotes/origin/dk_refresh' into vb_osx_eject Vojtech Bubnik 2021-01-07 14:00:21 +01:00
  • 2505c0a82d Fix for incorrect text fitting on gtk comboboxes. tamasmeszaros 2021-01-07 13:38:16 +01:00
  • df59f9497a request frame with delay when new notification pushed David Kocik 2021-01-07 13:33:05 +01:00
  • a5882a1a1c success with text ellipsize for combobox tamasmeszaros 2021-01-06 16:01:39 +01:00
  • c61a6289c5 update notification before erasing finished ones David Kocik 2021-01-07 13:16:23 +01:00
  • c227e15794 Fixed compilation on OSX Vojtech Bubnik 2021-01-07 13:13:35 +01:00
  • f43b34fb57 wxWakeUpIdle when render timer ends to ensure idle function spawns and triggers rendering David Kocik 2021-01-07 12:54:53 +01:00
  • 8e7958da12 Fix of #5698 - When editing presets, list items are always green even if values have changed compared to preset or defaults YuSanka 2021-01-07 12:26:16 +01:00
  • 546fbe1e8e Fix of previous commit for OSX Vojtech Bubnik 2021-01-07 12:19:41 +01:00
  • 961abd75e8 Fix of previopus commut Vojtech Bubnik 2021-01-07 12:09:47 +01:00
  • 18cf1fdb43 Fixing the SD card eject issue on OSX by pushing the call to "diskutil eject" to a worker thread. Hopefully fixes Ejecting an SD card is slow and locks UI #4844 Vojtech Bubnik 2021-01-07 12:02:44 +01:00
  • f5c3ca8eea Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2021-01-07 11:13:26 +01:00
  • 77f6606771 Another refactoring in GCodeViewer::load_toolpaths() enricoturri1966 2021-01-07 11:13:07 +01:00
  • 83f60a9dd1 Small refactoring in GCodeViewer::load_toolpaths() enricoturri1966 2021-01-07 10:11:50 +01:00
  • ebed29708d Refactoring of GCodeViewer initialization enricoturri1966 2021-01-07 09:57:37 +01:00
  • efd3002ea9 Fix of #5568 - Unselecting more than 10 copies stops at copy 10 But really bug was: incorrectly interrupted DnD. YuSanka 2021-01-07 09:56:43 +01:00
  • 27bd79e409 Fixed merging error after merge with master enricoturri1966 2021-01-07 09:06:15 +01:00
  • 3070e66aae Fixed black rects for extruder colors, when we load 3mf project with MM-printer profile and extruder colors is set to the filament colors + Fixed a bug with updating colors in extruder editors in ObjectList, when we use filaments colors for extruders and some filament profile is switched YuSanka 2021-01-07 08:52:45 +01:00
  • 676540279d Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2021-01-07 08:24:29 +01:00
  • e8ab281cd0 TriLAB 0.0.6 - Added material TPU 93A rtyr 2021-01-06 20:35:37 +01:00
  • daa0bbdb0c Fix of slow update when dragging the vertical slider in G-code viewer with volumetric flow color mapping enabled. Fixes "Volumetric flow rate computes very slowly #5572" Vojtech Bubnik 2021-01-06 15:32:22 +01:00
  • 615356b69c Ender3V2 thumbnail rtyr 2021-01-06 13:36:44 +01:00
  • 939d08af19 Fix of #4532 - "Send G-Code to printer host" dialog box blanks out text on Linux YuSanka 2021-01-06 12:23:42 +01:00
  • 67256d6bb0 Added a FIXME comment for Sequential tool path ordering of multiple parts within the same object, aka. perimeter tracking (#5511) Vojtech Bubnik 2021-01-06 12:19:08 +01:00
  • 93a5906a18 Fixed numerical issue with the new algorithm to connect infill lines with perimeters: 1) Increased accuracy of the contour length parametrization from float to double, as double should capture the difference of 32bit coord_t with full accuracy (or at least very close). 2) The algorithm to insert the T-joint points into the infill perimeter contour was improved to avoid inserting duplicate points. Vojtech Bubnik 2021-01-06 12:18:05 +01:00
  • 3c9f3d2b66 Fixing the infill order for concentric infill to outside-in. Relies to: Concentric Fill Start Point - New Feature Request #4948 Feature Request: Archimedean Chords - Option to define direction of travel (Inside-Out or Outside-In) #5214 Vojtech Bubnik 2021-01-06 11:05:22 +01:00
  • 746729e4fa Update language PT-BR for PrusaSlicer 2.3.0-rc2 - Manually merged from 0d79496538 Thanks for @guipatriota YuSanka 2021-01-06 10:56:22 +01:00
  • e733565031 Fix of #5632 (painter gizmos not working correctly with scaled objects) This was broken since 8bcdbb7. Lukas Matena 2021-01-05 17:04:56 +01:00
  • 48c7673cc6 Fix of #5584 - Information text on startup logo YuSanka 2021-01-05 14:25:05 +01:00
  • 57d0f4b4f6 Merge pull request #5544 from hzeller/fix-assignment-of-charliteral-to-writable-charptr Vojtěch Bubník 2021-01-05 13:11:29 +01:00
  • fb29325b14 Fix of G-code Viewer not loading .gco files #5536 ".gcode", ".gco", ".g" and ".ngc" were considered to be G-code file extensions by the G-code import / export file dialogs, but not by various other functions. Now the G-code extension is tested by a single function is_gcode_file(string). Vojtech Bubnik 2021-01-05 12:26:05 +01:00
  • b93c2aea44 #5690 - Fixed thumbnail generation when a gizmo is active enricoturri1966 2021-01-05 11:58:48 +01:00
  • a629401916 Fix for "bed fill" discarding selected instance transformation. tamasmeszaros 2021-01-04 20:33:17 +01:00
  • f119b80341 Fix of #5672 - Dubious grammar when closing Physical Printer dialog YuSanka 2021-01-04 19:03:34 +01:00
  • c3f88db392 Fix of #5638 YuSanka 2021-01-04 18:05:20 +01:00
  • 5845957c7d Fix of second part of #5531 From the Win 2004 preset combobox lose a focus after change the preset selection and that is why the up/down arrow doesn't work properly. So, set the focus to the combobox explicitly. YuSanka 2021-01-04 16:49:19 +01:00
  • 1076e077ce Fix of Adaptive cubic infill weird behavior #5633 Enabling reordering of infill paths for Support Cubic and Adaptive Cubic infill types. Vojtech Bubnik 2021-01-04 15:42:23 +01:00