Commit Graph

  • b9bdfd26e3 Linux locales detection: A little refactoring Vojtech Bubnik 2020-12-12 13:37:50 +01:00
  • 1249fdb71d Remove custom supports/seams after mesh repair The repair can remove some of the triangles, so the custom data would make no sense. This will hopefully fix #5458 Lukas Matena 2020-12-14 14:23:05 +01:00
  • 5553762d9c Do not remove custom supports/seams when converting units to imperial Lukas Matena 2020-12-14 14:22:43 +01:00
  • a5d363a9f4 Do not emit M1 gcode for firmwares other than Marlin (after MM priming) The M1 gcode is apparently only supported on Marlin, others do not support it or use it for something else This should fix #5441 Lukas Matena 2020-12-14 14:19:35 +01:00
  • 26755eb1d1 Merge branch 'dk_instances' into master David Kocik 2020-12-14 19:26:58 +01:00
  • 159dde511e Changed condition for showing Open new instance item in dock icon menu (mac). Fix of #5463. David Kocik 2020-12-14 08:57:45 +01:00
  • cbb306c86a Merge pull request #5466 from wavexx/include_atomic Vojtěch Bubník 2020-12-14 18:29:13 +01:00
  • d70d54d4d3 UndoRedo extension:: has_undo_snapshot(timestamp) to query whether one can undo to a snapshot with a specific timestamp. Useful for notifications, that want to Undo a specific operation, to verify whether such operation is still valid. Vojtech Bubnik 2020-12-14 16:22:40 +01:00
  • 7b9f2093bb Configuration layer: Support for vectors of FloatsOrPercents and FloatsOrPercentsNullable, to support further filament overrides of Print preset values, namely Avoid Crossing Perimeters. Vojtech Bubnik 2020-12-14 15:58:39 +01:00
  • cdb05d103a Tweaked clamping of max toolpaths width enricoturri1966 2020-12-14 15:11:38 +01:00
  • 9605e235b8 #5378 - Do not apply machine limits for non-Marlin firmwares enricoturri1966 2020-12-14 14:02:50 +01:00
  • 12303d93d5 Fixed previous merge Vojtech Bubnik 2020-12-14 12:49:16 +01:00
  • e90120994e Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer Vojtech Bubnik 2020-12-14 12:47:59 +01:00
  • b5f95dd4b4 Avoid crossing perimeters max detour could newly be specified in percentage of the direct path. Vojtech Bubnik 2020-12-14 12:36:55 +01:00
  • 530148575b Avoid crossing perimeters max detour could newly be specified in percentage of the direct path. Vojtech Bubnik 2020-12-14 12:36:55 +01:00
  • fef729b75a Follow-up to c34b683970 Fix of Slic3r::GUI::format/format_wxstr() for wxString&& Vojtech Bubnik 2020-12-14 12:23:29 +01:00
  • c34b683970 Fix of Slic3r::GUI::format/format_wxstr() for non-const wxString references. Vojtech seemingly does not understand perfect forwarding: Why Slic3r::internal::format::cook(T&& arg) is taken for non-const wxString reference? Vojtech Bubnik 2020-12-14 12:06:39 +01:00
  • 57ba953b2e PresetUpdater - exceptions reformatted, not throwing an exception on Linux when changing file attributes, as changing file attributes may fail when writing onto FAT file system, which does not support some of the common Unix file attributes. Vojtech Bubnik 2020-12-14 11:05:12 +01:00
  • 0f11ff8525 Follow-up on fbf2978190: Refresh Cut gizmo immediately, when state of "inches" checkbox is changed. + Fixed update of Z value, when Cut gizmo is in mm YuSanka 2020-12-14 09:06:19 +01:00
  • 2b3d9359d4 Typo in preferences string about single instace David Kocik 2020-12-13 21:21:18 +01:00
  • 44f71f0ed1 Include <atomic> for std::atomic where needed Yuri D'Elia 2020-12-13 19:41:47 +01:00
  • e9ee88c397 Fixed end g-code for Ender 5 rtyr 2020-12-13 09:25:59 +01:00
  • 9fdf8c8b8d Fixed retrieving of the "saved in inches" flag from 3MF. Fixed "import STL from Inches" - it should always scale up even if the object is bigger than 3x3x3mm. Vojtech Bubnik 2020-12-12 18:54:34 +01:00
  • 3795f6b779 Bumped up version number Vojtech Bubnik 2020-12-12 16:28:01 +01:00
  • d3bf130e66 Merge remote-tracking branch 'remotes/origin/lm_linux_locales' Vojtech Bubnik 2020-12-12 12:39:17 +01:00
  • 5605088aad Follow-up on aaaa85c1f8 Fix of #5007 - "Reload from disk" causes objects converted to inches to revert to mm 1) Storing and reloading the "source_in_inches" source flag from AMF and 3MF 2) When converting objects with mixed "inches" volumes, do the right thing and do not convert those that do not need conversion. Vojtech Bubnik 2020-12-12 12:06:15 +01:00
  • b62a781417 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer Vojtech Bubnik 2020-12-12 11:26:24 +01:00
  • ccad84fb42 Follow-up on 3523bb421f (Ongoing uploads while exiting dialog): Fixed some string conversion issues. Vojtech Bubnik 2020-12-12 11:26:17 +01:00
  • 0e6f9cdd0b Linux: when available locales do not match the desired language completely, list the installed locales and try to find an alternative Lukas Matena 2020-12-11 19:48:44 +01:00
  • d267a9a105 Fixed a typo in a tooltip Lukas Matena 2020-12-12 09:15:01 +01:00
  • 0884f4fbf5 Slight rewording of the keyboard shortcuts dialog. Vojtech Bubnik 2020-12-12 09:11:10 +01:00
  • 621610da75 Follow up on 569200eb99 Improved formatting of the vector of dimensions, improved wordings of error messages and tooltips. Vojtech Bubnik 2020-12-12 08:34:43 +01:00
  • e78ad6ffa9 Fixing unit tests for supports. After "dont_support_bridges" was fixed for perimeters, no support was rightfully generated for a preset using a default "dont_support_bridges" = off. Vojtech Bubnik 2020-12-11 17:57:29 +01:00
  • 8bfb2a4eef Fix of #5315 - Height Slider heights are too squished + some code refactoring YuSanka 2020-12-11 15:58:10 +01:00
  • 789e1611a3 Merge branch 'dk_copy_file' into master David Kocik 2020-12-11 15:34:56 +01:00
  • 25531d7c00 rename single instance setting in preferences David Kocik 2020-12-11 15:31:43 +01:00
  • 5580a77db4 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer Vojtech Bubnik 2020-12-11 15:15:53 +01:00
  • 7de0f46db4 Merge of Fix support doesn't ignore overhangs bridge anymore #5164 Vojtech Bubnik 2020-12-11 15:02:53 +01:00
  • a2968df04c Merge of Fix support doesn't ignore overhangs bridge anymore #5164 Vojtech Bubnik 2020-12-11 15:02:53 +01:00
  • 20c4b2c804 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2020-12-11 15:02:42 +01:00
  • 5a7e4ff47c Faster toolpaths refresh when changing options selection in preview enricoturri1966 2020-12-11 14:59:58 +01:00
  • aaaa85c1f8 Fix of #5007 - "Reload from disk" causes objects converted to inches to revert to mm YuSanka 2020-12-11 13:57:38 +01:00
  • 7832e8aee1 Enabled tech ENABLE_GCODE_VIEWER_STATISTICS enricoturri1966 2020-12-11 12:38:14 +01:00
  • 9dd83a3daa Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-12-11 12:36:44 +01:00
  • 347a7d5b7e Disabled tech ENABLE_GCODE_VIEWER_STATISTICS enricoturri1966 2020-12-11 12:36:26 +01:00
  • 2c8a92cacb Some shader compilers did not seemingly like #if XXX blocks if XXX was not defined. Changed to #ifdef XXX. Vojtech Bubnik 2020-12-11 12:27:07 +01:00
  • 9f6bf5a835 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer Vojtech Bubnik 2020-12-11 12:21:13 +01:00
  • a2959ec944 Fix of re-slicing with multiple regions. This is a fix of a bug, which was in Slic3r forever, where raw slices were not cached, but recalculated from classified regions, where merging the regions did not produce the original contour reliably. Fixes [2.3.0-beta2] Odd bad slicing related to infill (?) percentage #5407 Vojtech Bubnik 2020-12-11 12:21:07 +01:00
  • cd62a5bd97 Merge remote-tracking branch 'origin/et_splitted_vbuffer' enricoturri1966 2020-12-11 12:00:51 +01:00
  • acf5e9a21f Enhancements in GCodeViewer Statistics imgui dialog enricoturri1966 2020-12-11 11:58:08 +01:00
  • 17c9358b0b Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2020-12-11 11:52:43 +01:00
  • c8bc5d80f2 Merge branch 'dk_copy_file' into master David Kocik 2020-12-11 08:41:18 +01:00
  • 43c424e82b export finished to hdd notification got fadeout after 20 sec David Kocik 2020-12-11 08:40:40 +01:00
  • 85c4ee52d2 Merge branch 'dk_copy_file' into master David Kocik 2020-12-11 08:12:11 +01:00
  • 03028bb23e Improved exception throwing at copy file in preset updater David Kocik 2020-12-10 19:39:47 +01:00
  • 740ffc03b4 Removed unused variables in DoubleSlider::Control enricoturri1966 2020-12-10 15:22:18 +01:00
  • f6b9cdecc3 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2020-12-10 15:10:59 +01:00
  • cc7dbf8925 Fix of compilation on OSX Vojtech Bubnik 2020-12-10 14:45:23 +01:00
  • 62dedba32d Reduced max size of index buffers to 32M indices enricoturri1966 2020-12-10 14:36:38 +01:00
  • d631bf7c0c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2020-12-10 14:36:17 +01:00
  • 8dd98f6d66 Fixed size of GCodeViewer Statistics imgui dialog enricoturri1966 2020-12-10 13:21:18 +01:00
  • 8d644fbcb6 1) Shader manager: Allow to override #defines programatically when loading a shader file. 2) Conditional compilation of environmental mapping in gouraud.fs using 1) Vojtech Bubnik 2020-12-10 13:20:18 +01:00
  • 98515e4fa1 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer enricoturri1966 2020-12-10 11:55:30 +01:00
  • bd3f8af610 Enabled tech ENABLE_GCODE_VIEWER_STATISTICS enricoturri1966 2020-12-10 11:52:38 +01:00
  • b589b9ce9c Merge branch 'dk_upload' into master David Kocik 2020-12-10 11:05:25 +01:00
  • 8522c06812 cleanup David Kocik 2020-12-10 11:00:14 +01:00
  • 3523bb421f Ongoing uploads while exiting dialog David Kocik 2020-12-10 10:58:40 +01:00
  • 48a21cae93 BitmapCache: a bit of clean-up Vojtech Bubnik 2020-12-10 08:54:21 +01:00
  • bd79036d13 Replaced all "long long" types with int64_t Replaced all "unsigned long long" types with uint64_t. These "new" types better communicate their meaning and they are guaranteed to behave the same on all platforms & compilers. Vojtech Bubnik 2020-12-10 08:40:08 +01:00
  • fbf2978190 Fix of #5008 - Cut tool uses mm when object is converted to inches YuSanka 2020-12-10 08:31:24 +01:00
  • e7bf03f006 Improved error reporting on misformated boost::format string. Improves Prusa slicer 2.3.0 BETA 2 crash when attempting to save a machine change #5418 Vojtech Bubnik 2020-12-10 07:56:43 +01:00
  • 63a7078432 Fixed localization issue in pt_BR Fixes Prusa slicer 2.3.0 BETA 2 crash when attempting to save a machine change (#5418) Vojtech Bubnik 2020-12-10 07:46:18 +01:00
  • 06df87da35 Fix of 298b730589 (linear tapering of extrusion rate for the 1st spiral vase layer) Linear tapering could only be implemented for relative extruder distances. For absolute extruder distances, all the G1 Exxx in all spiral vase layers would have to be adjusted, which is much more complex and risky to do now before release. Vojtech Bubnik 2020-12-09 16:52:41 +01:00
  • 11b4b3f4f9 Fixing vase mode Perl tests. Vojtech Bubnik 2020-12-09 16:37:44 +01:00
  • fb7098e542 Sequential Mode: Improved error message to explain that the spiral mode may be enabled for multiple objects in sequential mode. Fixes Allow for multiple objects while Spiral Vase mode is on #2500 Vojtech Bubnik 2020-12-09 15:40:21 +01:00
  • 13b968186e fix of unit tests Vojtech Bubnik 2020-12-09 15:12:06 +01:00
  • 935725b27b Fixed debug assert, when add ColorChange on DoubleSlider (vase mode specific issue) YuSanka 2020-12-09 15:00:52 +01:00
  • 298b730589 Implemented linear tapering of extrusion rate for the 1st spiral vase layer above the solid infill. Should fix first layer of vase (after bottom layers) is bulging (0.6nozzle, 0.4 layerhight) #3712 Adjust flow of the "second" layer in spiral vase mode #2795 Vojtech Bubnik 2020-12-09 14:53:54 +01:00
  • 364300055e Fix of spiral vase mode with holes in the bottom: Holes in the bottom layers (non-spiral vase layers) were being closed. Fixes Bad slicing in vase mode (unexpected bridge and solid infill layers) #3326 Fixes Model with holes in the base does not slice properly in "Vase Mode" #5359 Vojtech Bubnik 2020-12-09 14:07:22 +01:00
  • 5470af3938 Fixes and tweaks in keyboard shortcuts dialog enricoturri1966 2020-12-09 14:03:30 +01:00
  • a2494689b9 Localization : fixed a typo YuSanka 2020-12-09 13:23:36 +01:00
  • bbb56e516e Suppress to save the preset with the name started/ended with space character (related to #5291) YuSanka 2020-12-09 13:16:03 +01:00
  • 9892394eb0 Fix for "Import config bundle with physical printers" (#5393) YuSanka 2020-12-09 12:46:26 +01:00
  • 3cbb19bd73 Added info notification, when Color Change G-code is empty and user try to add color change on DoubleSlider. YuSanka 2020-12-09 11:36:25 +01:00
  • 489c750451 Merge branch 'dk_update' into master David Kocik 2020-12-09 11:06:00 +01:00
  • 3f11b7dea5 GLCanvas on_idle changes to do updates on notifications correctly. Changed updating separators in GLToolbar. David Kocik 2020-12-08 09:09:38 +01:00
  • 2659ac567a Timeout in requesting renders at notification fadeout. David Kocik 2020-12-06 14:53:13 +01:00
  • 1210a250c8 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer Vojtech Bubnik 2020-12-09 11:02:45 +01:00
  • 4af3819c85 Fixing the unit tests of PlaceholderParser. Vojtech Bubnik 2020-12-09 11:02:31 +01:00
  • 5a9e94e67d Fix for #5142 YuSanka 2020-12-09 10:20:45 +01:00
  • 070ee5308c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-12-09 10:23:13 +01:00
  • 982ae7fa85 Tweaked layout of preference dialog enricoturri1966 2020-12-09 10:23:03 +01:00
  • 562c0bd563 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer Vojtech Bubnik 2020-12-09 09:27:03 +01:00
  • 7353d8c6e9 Rework of Add random function for gcode macros. #5219 after merge: The thread local storage variables for the random number generator were replaced by an external context variable. Thread local storage is a scarce resource. Vojtech Bubnik 2020-12-09 09:19:46 +01:00
  • f0e02ea5d0 Localization: Updated dictionaries CZ, DE, ES, FR, IT, NL, PL YuSanka 2020-12-09 08:51:22 +01:00
  • 1e190affcf Merge branch 'pa_macro_random_support' of https://github.com/ardenpm/PrusaSlicer into ardenpm-pa_macro_random_support Vojtech Bubnik 2020-12-09 07:33:41 +01:00
  • bb2eecb42c Fix of #4060 - Add check for the case that all ranges of a volume do not contain any Z. Lukáš Hejl 2020-12-09 07:28:18 +01:00
  • 0ad135ff93 Fix of #4732 - In spiral vase mode, use the number of layers instead of the value of bottom solid layers if a printed object has a smaller number of layers than the value of bottom solid layers. Lukáš Hejl 2020-12-09 07:21:14 +01:00
  • 4c35250531 Fix of #5004 - Disable retract on layer change also for filament overrides. Lukáš Hejl 2020-12-09 07:16:01 +01:00
  • 2d6b694261 Fix of Place on face: 1) Decreased "gimbal lock" epsilon 10x 2) Got rid of unnecessary back and forth conversions which led to numerical inacurracies Vojtech Bubnik 2020-12-08 07:59:25 +01:00