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
enricoturri1966
5bd443cd1f
#4936 - Take toolpaths width and height from gcode decorations, if available
2020-12-08 15:55:53 +01:00
Vojtech Bubnik
5f456ebbe7
Merge branch 'lh_avoid_crossing_perimeters'
2020-12-08 13:39:33 +01:00
YuSanka
90248bffa5
Parameter "G-code thumbnails": check value for the out of range
2020-12-08 13:29:47 +01:00
Lukas Matena
2d711d8646
Added missing includes for gcc
2020-12-08 12:31:59 +01:00
YuSanka
3134359505
OSX specific: Fixed shortcut "Cmd+M"
2020-12-08 12:27:39 +01:00
enricoturri1966
1532e02b74
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-12-08 11:43:14 +01:00
enricoturri1966
bf3786be59
ENABLE_RENDER_STATISTICS -> FPS averaged to last second
2020-12-08 11:43:00 +01:00
Nicolas North [norðurljósahviða]
fa8a72b2a3
Reduced max print height for Anycubic Predator to 445mm
2020-12-08 11:12:42 +01:00
Vojtech Bubnik
ca2691c67c
Fix for OSX
2020-12-08 10:49:30 +01:00
YuSanka
d7412d4e54
Increase min height for the ObjectList.
...
Related to the FR #5162
2020-12-08 10:11:11 +01:00
Vojtech Bubnik
c7aee35552
Merge of Fix proposal for crash on rectilinear #5399
2020-12-08 08:45:16 +01:00
Vojtech Bubnik
6fe0b09a04
Fixes "Add instance" and "Remove instance" hotkeys don't work when object is selected via de object browser #5350
...
Captures the +- hotkeys in the object list to add / remove an instance.
2020-12-08 08:30:15 +01:00
Vojtěch Bubník
a6dd6d617e
Merge pull request #5396 from RichiH/patch-1
...
PrintConfig.cpp: Fix grammar mistake
2020-12-08 07:18:15 +01:00
Richard Hartmann
1874c42bb9
PrintConfig.cpp: Fix grammar mistake
2020-12-07 22:04:57 +01:00
Vojtech Bubnik
3e22b39a42
Improved error handling when loading invalid preset bundle. Improves
...
Import Configuration bundle can fail if profile names have spaces at the end #5291
2020-12-07 21:10:20 +01:00
Vojtech Bubnik
59d9f35439
Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
2020-12-07 19:47:57 +01:00
Vojtech Bubnik
ffea00454e
Fixed missing include.
2020-12-07 19:47:37 +01:00
YuSanka
2a44fbefd6
Don't ask about inches if we load project file (3mf or amf). #5006
2020-12-07 19:36:54 +01:00
YuSanka
acd1782910
In AboutDialog added "Copy Version Info" button (FR #4990 )
2020-12-07 19:04:09 +01:00
YuSanka
7e3d8c3142
Fixed localization for the name of Infill pattern
...
(hot fix for the b27e18c970
)
2020-12-07 18:40:10 +01:00
Vojtech Bubnik
c7586e5713
Fix of Command line slicing bad gcode #5029
...
SL1 file was exported with a .gcode suffix if the user did not provide
output file name for SLA command line slicing.
2020-12-07 18:39:33 +01:00
tamasmeszaros
598ac290a1
Fix for bad wipe tower handling in arrangement
...
fixes #5320
2020-12-07 18:00:10 +01:00
Vojtech Bubnik
b27e18c970
Fix of fill_pattern handling in the GUI with 100% infill off-by-one #4999
2020-12-07 17:52:45 +01:00
YuSanka
042bfe6be4
Fixed localization for "Compatible presets" dialog. Relate to issue #4975
2020-12-07 17:31:46 +01:00
Vojtech Bubnik
333577b905
Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
2020-12-07 17:09:11 +01:00
Vojtech Bubnik
780418435a
Fix of Custom profiles prevent the slicer from starting up #4996
...
Creative user made a profile inherit from itself.
2020-12-07 17:09:02 +01:00
YuSanka
569200eb99
Added "G-code thumbnails" parameter to the Printer Settings tab
2020-12-07 16:42:20 +01:00
Vojtech Bubnik
82dfb990ef
Fix of [BUG]Post-Processing Scripts not called while slicing from command line #4903
2020-12-07 15:21:36 +01:00
Vojtěch Bubník
043009c138
Merge pull request #4904 from darigovresearch/master
...
refactor: Adjusts Noob guide (step by step) to make it more legible
2020-12-07 15:04:02 +01:00
Vojtech Bubnik
b909ce7a3d
Fix of [BUG]Environment variables not all exported while calling Post-Processing Scripts #4901
2020-12-07 14:59:36 +01:00
YuSanka
fe18ce16fb
MSW specific: Fixed assert "Assert failure" failed in
...
wxPaintDCImpl::wxPaintDCImpl(): wxPaintDCImpl may be created only in EVT_PAINT handler
2020-12-07 12:18:47 +01:00