1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00
Commit Graph

14736 Commits

Author SHA1 Message Date
enricoturri1966 f6b9cdecc3 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer 2020-12-10 15:10:59 +01:00
Vojtech Bubnik cc7dbf8925 Fix of compilation on OSX 2020-12-10 14:45:23 +01:00
enricoturri1966 62dedba32d Reduced max size of index buffers to 32M indices 2020-12-10 14:36:38 +01:00
enricoturri1966 d631bf7c0c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer 2020-12-10 14:36:17 +01:00
enricoturri1966 8dd98f6d66 Fixed size of GCodeViewer Statistics imgui dialog 2020-12-10 13:21:18 +01:00
Vojtech Bubnik 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)
2020-12-10 13:20:25 +01:00
enricoturri1966 98515e4fa1 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_splitted_vbuffer 2020-12-10 11:55:30 +01:00
enricoturri1966 bd3f8af610 Enabled tech ENABLE_GCODE_VIEWER_STATISTICS 2020-12-10 11:52:38 +01:00
David Kocik b589b9ce9c Merge branch 'dk_upload' into master 2020-12-10 11:05:25 +01:00
David Kocik 8522c06812 cleanup 2020-12-10 11:02:46 +01:00
David Kocik 3523bb421f Ongoing uploads while exiting dialog
Ongoing uploads while exiting dialog

Ongoing uploads while exiting dialog
2020-12-10 11:02:46 +01:00
Vojtech Bubnik 48a21cae93 BitmapCache: a bit of clean-up 2020-12-10 08:54:21 +01:00
Vojtech Bubnik 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.
2020-12-10 08:40:15 +01:00
YuSanka fbf2978190 Fix of #5008 - Cut tool uses mm when object is converted to inches
+ Localization: Updated MO for PT_BR
2020-12-10 08:31:24 +01:00
Vojtech Bubnik 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
2020-12-10 07:56:43 +01:00
Vojtech Bubnik 63a7078432 Fixed localization issue in pt_BR
Fixes Prusa slicer 2.3.0 BETA 2 crash when attempting to save a machine change (#5418)
2020-12-10 07:46:18 +01:00
Vojtech Bubnik 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.
2020-12-09 16:52:41 +01:00
Vojtech Bubnik 11b4b3f4f9 Fixing vase mode Perl tests. 2020-12-09 16:37:44 +01:00
Vojtech Bubnik 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
2020-12-09 15:40:21 +01:00
Vojtech Bubnik 13b968186e fix of unit tests 2020-12-09 15:12:17 +01:00
YuSanka 935725b27b Fixed debug assert, when add ColorChange on DoubleSlider
(vase mode specific issue)
2020-12-09 15:04:43 +01:00
Vojtech Bubnik 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
2020-12-09 14:54:26 +01:00
Vojtech Bubnik 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
2020-12-09 14:54:26 +01:00
enricoturri1966 5470af3938 Fixes and tweaks in keyboard shortcuts dialog 2020-12-09 14:03:30 +01:00
YuSanka a2494689b9 Localization : fixed a typo 2020-12-09 13:23:36 +01:00
YuSanka bbb56e516e Suppress to save the preset with the name started/ended with space character (related to #5291) 2020-12-09 13:16:03 +01:00
YuSanka 9892394eb0 Fix for "Import config bundle with physical printers" (#5393) 2020-12-09 12:46:26 +01:00
YuSanka 3cbb19bd73 Added info notification, when Color Change G-code is empty and user try to add color change on DoubleSlider. 2020-12-09 11:36:56 +01:00
David Kocik 489c750451 Merge branch 'dk_update' into master 2020-12-09 11:06:00 +01:00
David Kocik 3f11b7dea5 GLCanvas on_idle changes to do updates on notifications correctly. Changed updating separators in GLToolbar. 2020-12-09 11:05:21 +01:00
David Kocik 2659ac567a Timeout in requesting renders at notification fadeout. 2020-12-09 11:05:21 +01:00
Vojtech Bubnik 1210a250c8 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer 2020-12-09 11:02:45 +01:00
Vojtech Bubnik 4af3819c85 Fixing the unit tests of PlaceholderParser. 2020-12-09 11:02:31 +01:00
YuSanka 5a9e94e67d Fix for #5142 2020-12-09 10:23:39 +01:00
enricoturri1966 070ee5308c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2020-12-09 10:23:13 +01:00
enricoturri1966 982ae7fa85 Tweaked layout of preference dialog 2020-12-09 10:23:03 +01:00
Vojtech Bubnik 562c0bd563 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer 2020-12-09 09:27:03 +01:00
Vojtech Bubnik 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.
2020-12-09 09:19:46 +01:00
YuSanka f0e02ea5d0 Localization: Updated dictionaries CZ, DE, ES, FR, IT, NL, PL 2020-12-09 08:51:22 +01:00
Vojtech Bubnik 1e190affcf Merge branch 'pa_macro_random_support' of https://github.com/ardenpm/PrusaSlicer into ardenpm-pa_macro_random_support 2020-12-09 07:33:41 +01:00
Lukáš Hejl bb2eecb42c Fix of #4060 - Add check for the case that all ranges of a volume do not contain any Z. 2020-12-09 07:28:18 +01:00
Lukáš Hejl 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. 2020-12-09 07:21:14 +01:00
Lukáš Hejl 4c35250531 Fix of #5004 - Disable retract on layer change also for filament overrides. 2020-12-09 07:16:01 +01:00
Vojtech Bubnik 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

This should fix issues #5172, #5011 and #5398
2020-12-09 06:20:41 +01:00
rtyr fe4f1b15c6 Anycubic 0.0.6 2020-12-08 22:16:13 +01:00
rtyr beabe2fe7e Anycubic Kossel. Updated end g-code, before layer change g-code and output filename format. 2020-12-08 22:12:15 +01:00
rtyr 876988c268 Merge pull request #5406 from Tillverka3d/master
Reduced max print height for Anycubic Predator to 445mm
2020-12-08 22:08:40 +01:00
Vojtech Bubnik 6e3fae3865 Fix of #5319 - presets inherited from renamed presets using the old
preset name in the "inherits" field were losing the "inherits" flag.
2020-12-08 17:45:59 +01:00
YuSanka 661ad1735b Changed layout for for the Preferences Dialog (related to #5381)
+ Fixed #5312
+ Deleted unused now EVT_TAB_VALUE_CHANGED and EVT_TAB_PRESETS_CHANGED
2020-12-08 17:10:17 +01:00
enricoturri1966 b7ac74bc42 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2020-12-08 15:56:08 +01:00