Commit Graph

  • 36b014a8dd Fixed a bug in the precomputation of the data for bucket fill that was triggering assert in TriangleSelector::neighbor_child(). Lukáš Hejl 2021-12-03 07:50:15 +01:00
  • 60b8a8245c Deleted unused function in Octoprint David Kocik 2021-12-03 09:47:51 +01:00
  • 08e3e60a5f Fix CGAL build with major version > 4 on Linux tamasmeszaros 2021-12-03 09:46:07 +01:00
  • 7837070d29 Follow-up to c6de3e84eb Fixed typos in option labels. Vojtech Bubnik 2021-12-03 09:39:50 +01:00
  • def5bd6797 Follow-up to 7272b2b083 Comment is extended YuSanka 2021-12-03 09:38:50 +01:00
  • 50da39d30b Windows specific: Only start the 3rd party updater application if enabled in PrusaSlicer preferences. Vojtech Bubnik 2021-12-03 09:26:44 +01:00
  • 45d9e6bddd Follow-up to 7828964f8c Fixed no way of leaving the "export G-code" dialog loop. Improved the error message by explaining that some characters are not allowed by a FAT file system. Vojtech Bubnik 2021-12-03 09:05:14 +01:00
  • 4d1ce89c22 Follow-up to f4dfbb69e2 Now that libcurl is used for URL host substitution, we want to make sure that the new code compiles on Windows only because that is where we need to do the URL host substitution due to Windows 10/11 mDNS resolve issues and because we have a control on the libcurl version statically linked on Windows, so we are sure the URL API is available. Vojtech Bubnik 2021-12-03 08:12:47 +01:00
  • f4dfbb69e2 Replaced the code to substitute host address part in URL with libcurl library calls. This solution should be more robust than a homebrew URL parser solution. Vojtech Bubnik 2021-12-03 08:02:16 +01:00
  • f88d678a4a Added a missing include (GCC11.1 without PCH). Lukáš Hejl 2021-12-02 21:04:55 +01:00
  • 26a6cb2129 Fixed ironing over areas with modifier meshes: 1) Areas inside modifier meshes were ironed multiple times. 2) Ironing areas were not properly merged. Vojtech Bubnik 2021-12-02 18:18:26 +01:00
  • 7272b2b083 Fix for #7207 - Display of object labels does not match with the "View"-menu, if "Complete individual objects" is used YuSanka 2021-12-02 17:05:39 +01:00
  • a6202c8f16 Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer Vojtech Bubnik 2021-12-02 16:40:26 +01:00
  • 21e5481a58 Fix of fan control for raft layers. Fixes Fan starts at first layer, even though disabled for first layer. #7232 This is a regression due to cooling refactoring, which cooled support layers independently from object layers. The bug here was that all the raft layers were cooled together with the first object layer. Vojtech Bubnik 2021-12-02 16:40:18 +01:00
  • a840f8020f Substitution of host during ip resolve: correct handling of ipv6 David Kocik 2021-12-02 16:31:19 +01:00
  • 71a9ded1c0 ObjectList: Fixed update of the icons for InfoItems, when color mode was changed Sidebar:ObjectInfo: Fixed update of the icon, when color mode was changed + Added new icons for "Sinking" and "ShapeGallery" YuSanka 2021-12-02 16:11:52 +01:00
  • efbf64fdea Added description line for the "Post-processing scripts". YuSanka 2021-12-02 15:14:39 +01:00
  • 8a151cd7c3 Merge branch 'dk_notifications' David Kocik 2021-12-02 14:12:47 +01:00
  • 15104cb787 Load basic notifications later so the translations are correct. David Kocik 2021-12-02 13:57:49 +01:00
  • d60bbc382d few asserts in notifications manager David Kocik 2021-11-22 21:35:42 +01:00
  • b062a0f281 Fixed build when tech ENABLE_SMOOTH_NORMALS is enabled enricoturri1966 2021-12-02 13:42:26 +01:00
  • 0875dc73c7 Merge branch 'lh_cursors' Lukáš Hejl 2021-12-02 12:41:03 +01:00
  • 7bb38840e1 Replaced the repeated application of Cursors (Sphere or Circle) in painting using 2D and 3D Capsules. Lukáš Hejl 2021-11-15 12:53:51 +01:00
  • e898eda320 Refactoring of Cursors in TriangleSelector as preparation for upcoming improvements of painting. Lukáš Hejl 2021-11-15 11:39:47 +01:00
  • fc089fd2c5 Code refactoring for d88ef826cd YuSanka 2021-12-02 11:24:21 +01:00
  • 48d88191e2 Fixed rotation of volumes while ALT key is pressed enricoturri1966 2021-12-02 11:11:00 +01:00
  • 59463cdb34 Merge branch 'dk_printhost' David Kocik 2021-12-02 10:25:59 +01:00
  • a4b4af8a1a Change of 71082adbc9ac2101c39f46218d666e46ab4ecb7c David Kocik 2021-12-02 10:25:21 +01:00
  • 0939dab807 allow_ip_resolve in app config David Kocik 2021-11-30 12:42:59 +01:00
  • 9788a80c6f Added port number to resolved ip address if specified. David Kocik 2021-11-30 12:42:09 +01:00
  • 7f951c2df8 Fixed an issue that travels could lead through a hole when the avoid crossing perimeters was enabled at the same with "External perimeter first" or "Detect thin walls". Lukáš Hejl 2021-12-01 08:18:27 +01:00
  • e85a0ba248 Added missing includes (GCC11.1 without PCH). Lukáš Hejl 2021-12-02 09:30:03 +01:00
  • ba20cc4892 #7396 - Fix of crash while slicing a particular stl file (missing checks into GCodeViewer::load_toolpaths()) enricoturri1966 2021-12-02 09:09:19 +01:00
  • 9ea81a9dbf Fixing Perl unit tests Vojtech Bubnik 2021-12-01 19:24:23 +01:00
  • 9cf483fe08 WIP Lightning infil: Cleaning up some compiler errors Vojtech Bubnik 2021-12-01 19:02:37 +01:00
  • 481def3205 WIP Lightning Infill, roughly integrated, untested, disabled with HAS_LIGHTNING_INFILL Vojtech Bubnik 2021-12-01 18:11:41 +01:00
  • e8697d2fc2 WIP Cura Lightning infill, initial port. Vojtech Bubnik 2021-12-01 16:44:51 +01:00
  • f03f8f52d7 Fixed loading translation of hint notification text and reloading this texts in other langs. David Kocik 2021-12-01 15:44:44 +01:00
  • e0b96e5535 Sync with PrusaSlicer-settings rtyr 2021-12-01 13:11:47 +01:00
  • b78b91b72e Localization: Updated CZ, DE, ES, FR, IT and PL dictionaries. + Fixed some of phrases and updated POT-file YuSanka 2021-12-01 13:06:52 +01:00
  • 860f1b29f2 gouraud.fs shader - removed unused code enricoturri1966 2021-12-01 12:37:39 +01:00
  • da7d462224 QHull library - Set #define REALfloat 0 to use doubles instead of floats. This fixes #7377 enricoturri1966 2021-12-01 12:22:37 +01:00
  • fcc13d1665 #7388 - Fixed shell does not align in Z direction if raft enabled in gcode preview enricoturri1966 2021-12-01 09:16:53 +01:00
  • a89020abd7 Trying to fix compilation issues due to _() macro being used by mpl. Vojtech Bubnik 2021-11-30 18:06:01 +01:00
  • 4158f9ec8e New config value "gcode_resolution" replaces the hard coded RESOLUTION value, which was set to 0.0125mm. Vojtech Bubnik 2021-11-30 17:51:53 +01:00
  • efaf4e47c1 When system info sending fails, do not save the "sent" flag into appconfig Lukas Matena 2021-11-30 16:19:36 +01:00
  • f51162f238 Improved G-code post processor error reporting in case the G-code post processor did not edit the G-code in place. Vojtech Bubnik 2021-11-30 14:15:50 +01:00
  • d6bd128fff Follow-up to e7cc12b Lukas Matena 2021-11-30 13:04:28 +01:00
  • 5a873dd1e5 Fixing a loophole in GUI::format() for UTF8 template input. Vojtech Bubnik 2021-11-30 13:49:22 +01:00
  • c514f45260 Fix of #7386, missing include Vojtech Bubnik 2021-11-30 13:17:56 +01:00
  • 229c45c729 Linux checking for DISPLAY variable: Don't check for WAYLAND_DISPLAY, PrusaSlicer does not use it. Vojtech Bubnik 2021-11-30 12:58:47 +01:00
  • a09b4ff5c8 Linux specific: Avoid crashing with DISPLAY variable not set. Vojtech Bubnik 2021-11-30 12:41:14 +01:00
  • 8fc620375c Fix for #7384 - From/To UTF8 conversation issue for text controls in Settings Tabs YuSanka 2021-11-30 12:32:28 +01:00
  • 86afffa692 Don't let UI jobs overlap. tamasmeszaros 2021-11-30 12:06:28 +01:00
  • ef059404b3 Tech ENABLE_FIX_SUPERSLICER_GCODE_IMPORT set as default enricoturri1966 2021-11-30 12:01:22 +01:00
  • 152c3be53a Tech ENABLE_FIX_SEAMS_SYNCH set as default enricoturri1966 2021-11-30 11:42:39 +01:00
  • a8cc19127e Hide "Height range Modifier" menu item for the Simple mode suggestion from the https://github.com/prusa3d/PrusaSlicer/issues/7381 YuSanka 2021-11-30 11:27:02 +01:00
  • a683745347 Fix crash when deleting objects while ui job is running. tamasmeszaros 2021-11-30 11:29:30 +01:00
  • d0014c3aa4 Fix of one more compiler warning. Vojtech Bubnik 2021-11-30 11:13:15 +01:00
  • 73bf19bf51 Tech ENABLE_RELOAD_FROM_DISK_REPLACE_FILE set as default enricoturri1966 2021-11-30 11:12:54 +01:00
  • 7a2bd9023a One more fix to run unit tests on Windows: Missing DLLS need to be copied. Vojtech Bubnik 2021-11-30 11:00:18 +01:00
  • a3874a410f Tech ENABLE_FIX_PREVIEW_OPTIONS_Z set as default enricoturri1966 2021-11-30 10:55:00 +01:00
  • 5fd279cbc8 Fixing clang compiler warnings Vojtech Bubnik 2021-11-30 10:50:18 +01:00
  • f72d83993e Tech ENABLE_SEAMS_USING_BATCHED_MODELS set as default enricoturri1966 2021-11-30 10:32:28 +01:00
  • cb4bade69f Add missing setupapi.lib to slic3rutils tests (#7382) Justin Schuh 2021-11-30 01:22:50 -08:00
  • 156f3d1b11 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2021-11-30 09:41:50 +01:00
  • 781b457035 Tech ENABLE_SAVE_COMMANDS_ALWAYS_ENABLED set as default enricoturri1966 2021-11-30 09:41:43 +01:00
  • c5e8a1c409 Fixing linking on Windows after eddcd93e82 Merge branch 'RandoMan70-introduce-mks-wifi-support-2.3.0-rc2' Vojtech Bubnik 2021-11-30 09:40:40 +01:00
  • b553ef7478 Follow-up to 8967ee57ed FlashAir does not support start of print Vojtech Bubnik 2021-11-30 09:18:05 +01:00
  • 8967ee57ed Start Simulation for Duet Author: Martin Loidl <martin.loidl@gmail.com> Vojtech Bubnik 2021-11-30 08:43:39 +01:00
  • 03a6a46dce Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2021-11-30 08:37:00 +01:00
  • 75856d5e65 Tech ENABLE_SEAMS_USING_MODELS set as default enricoturri1966 2021-11-30 08:36:55 +01:00
  • f5cf3cb81d MSW specific: Hide "Use system menu for application" option in Preferences for system older then Windows 10 (related to the fix of #7355 - PrusaSlicer 2.4.0-beta-2+win64 will not start on Windows 7 64-bit ) YuSanka 2021-11-29 21:00:43 +01:00
  • 56d5a340ce Follow up to the MKS merge: Reformatted for code conformity. Changed the xxx_ member variables to m_xxx Replaced std::list with std::deque Vojtech Bubnik 2021-11-29 18:12:35 +01:00
  • eddcd93e82 Merge branch 'RandoMan70-introduce-mks-wifi-support-2.3.0-rc2' Vojtech Bubnik 2021-11-29 17:36:41 +01:00
  • b02b33338c Merge branch 'introduce-mks-wifi-support-2.3.0-rc2' of https://github.com/RandoMan70/PrusaSlicer into RandoMan70-introduce-mks-wifi-support-2.3.0-rc2 Vojtech Bubnik 2021-11-29 17:31:21 +01:00
  • 6883919a7b Fixed handling of "clip_multipart_objects". Vojtech Bubnik 2021-11-29 16:33:44 +01:00
  • e7cc12b2c9 Fix of output file dialog extension template for OSX: When opening a "Save" file dialog with a default output file name, OSX file dialog strips the provided extension and replaces it with the default extension. This causes issues with a custom file output template, where a non-default file extension is specified. Vojtech Bubnik 2021-11-29 15:46:25 +01:00
  • 3f0bdb5816 Fix ConfigOptionEnum for interface pattern (#7316) n8bot 2021-11-29 02:21:21 -08:00
  • 87b6073575 Follow-up to aed0003476 refactored for clarity Fix of SPE-1109 / #7285 (spiral vase+sequential printing) This was broken with ae7d6db, between 2.4.0-alpha1 and alpha2. Vojtech Bubnik 2021-11-29 10:26:53 +01:00
  • bcc02172f9 PrintApply: Limiting the update of a modifier to an intersection of bounding boxes of all the modifiers up to the parent printable volume. Vojtech Bubnik 2021-11-29 10:13:09 +01:00
  • f458101db6 Fix of Resolution config setting appears to do nothing #7364 This is a regression wrt. to PrusaSlicer 2.3.3 due to refactoring of the slicing process for better multi material support and to support negative volumes. Vojtech Bubnik 2021-11-29 09:20:22 +01:00
  • b164271e10 #7368 - Limit count of gcode lines shown into vertical slider tooltip to prevent flickering of the tooltip enricoturri1966 2021-11-29 09:12:44 +01:00
  • 2c5ddfefb2 Fixed an encoding problem in simplify suggestion Lukas Matena 2021-11-26 15:15:51 +01:00
  • f4125f2db8 Fixed the collision between BuildVolume::Type::Convex and macro Convex defined inside /usr/include/X11/X.h that is included by WxWidgets 3.0. Lukáš Hejl 2021-11-26 13:52:31 +01:00
  • 77740c01e1 Updated min_slic3r_version for 1.4.0-beta2. rtyr 2021-11-26 13:35:03 +01:00
  • 30fa6ce1d3 Bumped up version number to 2.4.0-beta2 Lukas Matena 2021-11-26 13:32:12 +01:00
  • aed0003476 Fix of SPE-1109 / #7285 (spiral vase+sequential printing) This was broken with ae7d6db, between 2.4.0-alpha1 and alpha2. The fix should be refactored after it is certain it is correct. Lukas Matena 2021-11-26 10:44:01 +01:00
  • 84c4f181e4 Next fix for #6814. "support_material_overhangs_queried" variable have not to be static after a fixing of the #6124. YuSanka 2021-11-26 11:35:29 +01:00
  • bd2421d0ff Merge branch 'dk_printhost' David Kocik 2021-11-26 10:42:07 +01:00
  • 119be5829d typo button id fix David Kocik 2021-11-26 10:40:38 +01:00
  • e276b70851 Resolve IP address from last curl connection and use it as address for next Octoprint upload David Kocik 2021-11-25 15:17:41 +01:00
  • 9868206eee Merge remote-tracking branch 'origin/et_print_volume_fit' enricoturri1966 2021-11-25 15:07:42 +01:00
  • cd8c6ddc8c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_print_volume_fit enricoturri1966 2021-11-25 15:07:18 +01:00
  • 2f805de46e Fix locked in version of CGAL tamasmeszaros 2021-11-25 10:40:12 +01:00
  • bc5ef11c05 Fix of toolpath outside print area wrongly reported - SPE-1135 enricoturri1966 2021-11-25 09:40:36 +01:00
  • 4c9ea5241d Fixup of a996f33 (When modifiers were used, slicing was cancelled immediately after if began): The algorithm checking for dummy VolumeRegions jumped over one element and always returned that regions need to be regenerated Lukas Matena 2021-11-24 21:25:20 +01:00
  • 5ddfe8dab2 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_print_volume_fit enricoturri1966 2021-11-24 12:55:09 +01:00
  • e6c7814546 Fix of missing update after changing the value of Max print height into Printer settings tab - SPE-1133 enricoturri1966 2021-11-24 12:31:27 +01:00
  • bdb9d0bf9a Fixed warning enricoturri1966 2021-11-24 11:55:52 +01:00