17823 Commits

Author SHA1 Message Date
David Kocik
88fb13affa Save profile checkbox for template filaments 2022-02-14 11:26:50 +01:00
David Kocik
ed8614945a change in Preset compatibility functions 2022-02-14 11:26:13 +01:00
David Kocik
e794ce4c1d common filaments for custom printer 2022-02-09 14:07:12 +01:00
David Kocik
e566e948a3 common filaments for custom printer WIP 2022-02-08 15:58:23 +01:00
David Kocik
25526aa9e1 preferences option to suppress common 2022-02-08 10:28:54 +01:00
David Kocik
5ca4760f2d wizard text and pop window at first common selected 2022-02-07 15:30:31 +01:00
David Kocik
16d42b20f0 deselect active common profile if non-common is available 2022-02-07 14:09:36 +01:00
David Kocik
f0332a8165 Placeholder text at filament page 2022-02-07 13:05:56 +01:00
David Kocik
fb8f2555d9 common presets marker in sidebar tab 2022-02-07 12:51:56 +01:00
David Kocik
36bfd6a565 More common filaments + appending @Common 2022-02-02 19:40:46 +01:00
David Kocik
9581ed1592 Show common generic only for <custom> printer 2022-02-02 18:51:53 +01:00
David Kocik
a1dc88551b filtering out common generic filaments with matching generic counterparts from vendor bundle 2022-02-01 10:27:45 +01:00
David Kocik
e33c80a681 Type filtering fix 2022-01-31 11:24:45 +01:00
David Kocik
3dec56da12 filter fix 2022-01-31 11:10:19 +01:00
David Kocik
11aa3b7ea4 Testing profile 2022-01-31 10:56:21 +01:00
David Kocik
75bc89b960 Custom printer in filament page 2022-01-31 10:14:06 +01:00
David Kocik
9ddc1b4479 common filament profile available for all printers 2022-01-28 15:01:19 +01:00
David Kocik
af2a55f261 download missing resources 2022-01-19 17:10:44 +01:00
David Kocik
76abbe97f6 fix of of unchecked substr in Upload Dialog
possible fix of #7681
2022-01-17 11:14:30 +01:00
enricoturri1966
9190810c1f Fixed volume transparency when changing volume type 2022-01-17 08:04:07 +01:00
Lukas Matena
200cbd165f Changed texts in the new 'crashed when restoring position' dialog 2022-01-14 17:26:19 +01:00
rtyr
3586f1c3fe
Delete VCORE_thumbnail.png 2022-01-14 14:06:13 +01:00
rtyr
109a90e300
Initial RatRig bundle
Based on https://github.com/slic3r/slic3r-profiles/pull/13.
2022-01-14 13:46:55 +01:00
rtyr
1d77080421
Added Artillery Hornet
Hornet profile based on https://github.com/slic3r/slic3r-profiles/pull/14
2022-01-14 13:33:46 +01:00
Lukas Matena
c28615cfcb Bumped up version number to 2.4.1-alpha0 version_2.4.1-alpha0 2022-01-14 12:09:52 +01:00
Lukáš Hejl
dc00f0bf98 Modified variable offset in the avoid crossing perimeters to not cause scars on thin objects (#7699).
Previously, the minimum contour width was chosen too conservative and, on some thin objects, only allowed minimal (or non) offset. This could result in travels being planned along the outer perimeter.

Now, the minimum contour width is chosen much smaller at the start and tested if the variable offset wasn't failed (the outer contour broke up into more parts, more or fewer holes, etc.).
If any problem is detected, the variable offset is recalculated with a larger minimum contour width.
2022-01-14 00:59:25 +01:00
enricoturri1966
7ab39f6255 Fixed warning 2022-01-13 08:08:40 +01:00
enricoturri1966
d9c7855c39 Fixed tooltips for imgui sliders in GLGizmoHollow 2022-01-12 15:49:13 +01:00
enricoturri1966
0cb0f56a80 Tech ENABLE_ENHANCED_PRINT_VOLUME_FIT set as default 2022-01-12 14:12:13 +01:00
enricoturri1966
243f5c38ee Tech ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT set as default 2022-01-12 13:36:31 +01:00
YuSanka
cd159ef298 Fix for #7734 - Saving Dialog: Values are truncated
Info line was "lost" after big code refactoring 4cdcfe60

+ MsgDialog: Added missed include
2022-01-12 12:55:20 +01:00
enricoturri1966
b4308f4245 Tech ENABLE_MODIFIERS_ALWAYS_TRANSPARENT set as default 2022-01-12 12:35:36 +01:00
Vojtech Bubnik
123fc13123 Fixing perl tests. 2022-01-12 11:46:51 +01:00
YuSanka
090a424c1a Fix for detection of the DoubleSlicer mode 2022-01-12 11:21:57 +01:00
YuSanka
5a2925466d Follow-up to 1dffc40f32 - Fixed a message text.
+Improved context of the MessageDialogs. We can use hyperlinks now.
2022-01-12 11:19:59 +01:00
YuSanka
1dffc40f32 Follow-up to 010fbded1a - Save app_config before a place of potential crash + fixed non-MSW build 2022-01-11 14:22:40 +01:00
YuSanka
010fbded1a Added "Restore window position on start" option to the "Preferences > General"
+ added crash detection for the cases, when PrusaSlicer is started from secondary display

Possible fix for part of:
 #2939 - PrusaSlic3r freezing at startup (Win 10)
and
 #5573 - PrusaSlicer won't launch on secondary monitor. Nahimic?
2022-01-11 13:53:25 +01:00
rtyr
a6d280bd9e
Sync with PrusaSlicer-settings 2022-01-11 07:18:53 +01:00
Vojtech Bubnik
a591d9e9fe Implemented new placeholders for output file name:
1) "initial_filament_type", "printing_filament_types" - really useful
   for multi-material prints

the two other are not so useful, they may become useful once
the output file name template will support not yet defined
vector variables:
2) "initial_tool", "initial_extruder" - zero based index of first extruder
3) "num_printing_extruders" - number of printing extruders.

Fixes Filename incorrect when exporting G-Code with MMU. Always refers filament type in extruder 1 #5300
Fixes Export Filename nicht richtig #7673
Fixes wrong filename - always Filament in from the first extruder #7684
2022-01-10 17:57:03 +01:00
Vojtech Bubnik
4ebfe58352 Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer 2022-01-10 15:24:27 +01:00
Vojtech Bubnik
07d0484e32 Fix of Empty G1 before starting bridging perimeter #7714 2022-01-10 15:24:19 +01:00
David Kocik
411acf7332 followup on 16fd7cd5d1d291c24f76c2147005c3cf1c3c9f98
cleanup
2022-01-10 14:38:58 +01:00
David Kocik
16fd7cd5d1 Fix of conversion of strings in Print host queue dialog 2022-01-10 14:34:35 +01:00
Lukas Matena
4898787aa5 Merge branch 'lm_pr7347' 2022-01-10 12:57:17 +01:00
Lukas Matena
da8e4b6fda Some more beautifications 2022-01-10 12:56:03 +01:00
Lukas Matena
85f98b880a Hide min feedrate from machine limits page for RRF (which does not use them) 2022-01-10 12:52:21 +01:00
Lukas Matena
b3726f1f88 Fixed RRF time estimate,
so it does not use  min feedrate limits from previously selected printer (RRF itself does not support them)
2022-01-10 12:52:21 +01:00
Lukas Matena
f3e14865e5 Minor tweaks in machine limits handling:
- renamed some variables so the names are not misleading
- improved readability a bit
- disabled silent mode for RRF (it was apparently enabled by mistake)
- set default value of machine_limits_usage to TimeEstimateOnly
2022-01-10 12:52:21 +01:00
n8bot
bfb721f302 Add compatibility for Machine Limits and RRF (PR #7347) 2022-01-10 12:52:21 +01:00
Vojtech Bubnik
5d7901c2f3 Fixed typo in CMake comment, thanks @n8bot 2022-01-10 08:43:15 +01:00