Commit Graph

6895 Commits

Author SHA1 Message Date
YuSanka
3e80992f1d Fixed debug assert, when add ColorChange on DoubleSlider
(vase mode specific issue)
2020-12-09 15:04:43 +01:00
Vojtech Bubnik
f450ea116d 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
edf4fe7e4f 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
90768f9c8c Fixes and tweaks in keyboard shortcuts dialog 2020-12-09 14:03:30 +01:00
YuSanka
81434494d8 Localization : fixed a typo 2020-12-09 13:23:36 +01:00
YuSanka
26d8496b8f 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
991abc4b97 Fix for "Import config bundle with physical printers" (#5393) 2020-12-09 12:46:26 +01:00
YuSanka
4ec8960d66 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
682380d170 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
8ce3325064 Timeout in requesting renders at notification fadeout. 2020-12-09 11:05:21 +01:00
Vojtech Bubnik
abfd469d47 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer 2020-12-09 11:02:45 +01:00
Vojtech Bubnik
95bd7e6351 Fixing the unit tests of PlaceholderParser. 2020-12-09 11:02:31 +01:00
YuSanka
b3252b71a0 Fix for #5142 2020-12-09 10:23:39 +01:00
enricoturri1966
470e12f848 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2020-12-09 10:23:13 +01:00
enricoturri1966
93c317bd80 Tweaked layout of preference dialog 2020-12-09 10:23:03 +01:00
Vojtech Bubnik
d8c9251b0e Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer 2020-12-09 09:27:03 +01:00
Vojtech Bubnik
992d1e388e 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
Vojtech Bubnik
56f37ca129 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
fc6d2075f0 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
0ebba2911d 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
085f5b91d0 Fix of #5004 - Disable retract on layer change also for filament overrides. 2020-12-09 07:16:01 +01:00
Vojtech Bubnik
ac88edc636 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
Vojtech Bubnik
dbd7eb19f2 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
1c17d434ae 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
7eafd2080f Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2020-12-08 15:56:08 +01:00
enricoturri1966
4bb4e4a78c #4936 - Take toolpaths width and height from gcode decorations, if available 2020-12-08 15:55:53 +01:00
Vojtech Bubnik
d3f989aeb8 Merge branch 'lh_avoid_crossing_perimeters' 2020-12-08 13:39:33 +01:00
YuSanka
88420d5735 Parameter "G-code thumbnails": check value for the out of range 2020-12-08 13:29:47 +01:00
Lukas Matena
e6fc1ed357 Added missing includes for gcc 2020-12-08 12:31:59 +01:00
YuSanka
7df642f6c8 OSX specific: Fixed shortcut "Cmd+M" 2020-12-08 12:27:39 +01:00
enricoturri1966
f006d7f6fc Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2020-12-08 11:43:14 +01:00
enricoturri1966
d286e1eaf7 ENABLE_RENDER_STATISTICS -> FPS averaged to last second 2020-12-08 11:43:00 +01:00
Vojtech Bubnik
51c450bf66 Fix for OSX 2020-12-08 10:49:30 +01:00
YuSanka
2de75db3d0 Increase min height for the ObjectList.
Related to the FR #5162
2020-12-08 10:11:11 +01:00
Vojtech Bubnik
4a7269bd0c Merge of Fix proposal for crash on rectilinear #5399 2020-12-08 08:45:16 +01:00
Vojtech Bubnik
6a14e814ac 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
Richard Hartmann
11c52226d3 PrintConfig.cpp: Fix grammar mistake 2020-12-07 22:04:57 +01:00
Vojtech Bubnik
1a991f6f11 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
3ca07d72b9 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer 2020-12-07 19:47:57 +01:00
Vojtech Bubnik
d3f05abe9f Fixed missing include. 2020-12-07 19:47:37 +01:00
YuSanka
8c5d85a567 Don't ask about inches if we load project file (3mf or amf). #5006 2020-12-07 19:36:54 +01:00
YuSanka
a8568f31d9 In AboutDialog added "Copy Version Info" button (FR #4990) 2020-12-07 19:04:09 +01:00
YuSanka
2924e818ab Fixed localization for the name of Infill pattern
(hot fix for the b27e18c970)
2020-12-07 18:40:10 +01:00
Vojtech Bubnik
a2e45b159e 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
58382b2aea Fix for bad wipe tower handling in arrangement
fixes #5320
2020-12-07 18:00:10 +01:00
Vojtech Bubnik
6291c3c93b Fix of fill_pattern handling in the GUI with 100% infill off-by-one #4999 2020-12-07 17:52:45 +01:00
YuSanka
ddf6a7622d Fixed localization for "Compatible presets" dialog. Relate to issue #4975 2020-12-07 17:31:46 +01:00
Vojtech Bubnik
45ab945f25 Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer 2020-12-07 17:09:11 +01:00
Vojtech Bubnik
4987b45ec1 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
460dd2e099 Added "G-code thumbnails" parameter to the Printer Settings tab 2020-12-07 16:42:20 +01:00