Commit Graph

21811 Commits

Author SHA1 Message Date
Lukas Matena
e41a14399f Merge branch 'lm_wipe_tower_xl2' 2023-01-27 12:05:25 +01:00
Lukas Matena
c909391e86 Fix a failing test (which is now obsolete) 2023-01-27 12:04:55 +01:00
Lukas Matena
ab4655aa40 Fix ooze prevention behaviour on first layer 2023-01-27 12:04:55 +01:00
Lukas Matena
fd3ab55197 MMU: Fixed missing travel to the wipe tower in one more case 2023-01-27 12:04:55 +01:00
enricoturri1966
38d5cb95fa Fixed Place on Face Gizmo for mirrored objects 2023-01-27 12:03:30 +01:00
PavelMikus
4a9a40c654 SupportSpots: Fix typo bug in Bridge check 2023-01-27 11:40:51 +01:00
David Kocik
3b2271c585 PrusaLink: changed value string for "true" value of Print-After-Upload 2023-01-27 09:34:14 +01:00
Filip Sykala - NTB T15p
809e22092d Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-27 09:30:20 +01:00
Filip Sykala - NTB T15p
cae80cb2a8 Try to fix asan build. 2023-01-27 09:29:57 +01:00
Filip Sykala - NTB T15p
8cf63bfc94 Add check on cancel for emboss create jobs
Unify finalize part of emboss jobs
2023-01-27 09:29:28 +01:00
tamasmeszaros
b1bd1ede47 Merge branch 'tm_fix_pad_SPE-1415' 2023-01-27 09:14:45 +01:00
tamasmeszaros
9f9bca5cd0 Fix pad struts not connecting to model 2023-01-27 09:14:24 +01:00
Lukas Matena
a7eda7cc8e Fixed is_nil(size_t) when checking out-of-range element:
the behaviour should math get_at, which returns first element
in case the index is out of range.
2023-01-26 21:29:56 +01:00
Filip Sykala - NTB T15p
fde928b073 Fix uninitialized pointer on volume after undo/redo 2023-01-26 18:00:40 +01:00
Filip Sykala - NTB T15p
baaf2f9f68 Remove unused ability to discard changes and close gizmo 2023-01-26 17:34:07 +01:00
Filip Sykala - NTB T15p
7c47dfce2b Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-26 17:13:01 +01:00
Filip Sykala - NTB T15p
da2dc782ff Fix warnings
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:766:17: warning: unused variable 'window_title' [-Wunused-variable]
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:2044:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]

../src/libslic3r/CutSurface.cpp:1626:25: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
../src/libslic3r/CutSurface.cpp:1627:25: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
../src/libslic3r/CutSurface.cpp:1628:25: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
2023-01-26 17:12:45 +01:00
tamasmeszaros
276865d562 Fix broken sla trafo after
f43c493731
2023-01-26 17:05:50 +01:00
Filip Sykala - NTB T15p
eebf9b5a95 Add missing include 2023-01-26 17:02:20 +01:00
Filip Sykala - NTB T15p
23e7945a38 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-26 16:43:27 +01:00
Filip Sykala - NTB T15p
1a33a31a9f Comment visualization in test 2023-01-26 16:42:41 +01:00
David Kocik
d69fff71d9 Downloader path checks 2023-01-26 16:42:15 +01:00
Filip Sykala - NTB T15p
9f525da15e Merge branch 'master' into fs_fix_for_Allura_script_font 2023-01-26 16:33:03 +01:00
enricoturri1966
0adb8ce209 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-26 15:58:10 +01:00
enricoturri1966
def813f680 Follow-up of 325709c5ae - Removed debug code 2023-01-26 15:57:25 +01:00
PavelMikus
d16f9e0410 add check button for disabling the support alerts 2023-01-26 15:50:18 +01:00
PavelMikus
d0c86403a5 Fix lslices ordering - keep topological ordering from clipper, and separate print ordering into vector of indices 2023-01-26 15:50:18 +01:00
PavelMikus
5839e78a5e minor issues fix 2023-01-26 15:50:18 +01:00
enricoturri1966
325709c5ae SPE-1419 - Fixed reset skew resetting mirror, reset scale resetting mirror, changed labels in Object Manipulator panel, scale of instances using the Object Manipulator panel always made as absolute 2023-01-26 15:49:00 +01:00
YuSanka
c1b58d2c51 Fixed a crash on a changing of the application scale 2023-01-26 15:28:13 +01:00
David Kocik
3fb1e8a35f App updater path fixes 2023-01-26 15:20:51 +01:00
Vojtech Bubnik
6a9bcf8405 Tree supports: Switched to new Organic smoothing & collision avoidance.
Follow-up to 3d9f39e258
which had the new smoothing & collision avoidance disabled by mistake.
2023-01-26 13:59:32 +01:00
tamasmeszaros
7fd5fa3aa6 Fix assert when adding object in SLA 2023-01-26 14:07:24 +01:00
David Kocik
6db80851d9 missing include 2023-01-26 13:32:21 +01:00
David Kocik
66fa18a11e Printables.com subdomain check 2023-01-26 12:47:17 +01:00
Filip Sykala - NTB T15p
94982c758d Merge branch 'master' into fs_fix_for_Allura_script_font 2023-01-26 12:01:12 +01:00
Filip Sykala - NTB T15p
f2803c4ae1 Move unused implementation behinde macro 2023-01-26 12:00:36 +01:00
enricoturri1966
f43c493731 Merge remote-tracking branch 'origin/vb_et_instances_synch' 2023-01-26 10:26:40 +01:00
enricoturri1966
25a941d8e7 Code cleanup 2023-01-26 10:23:50 +01:00
Filip Sykala - NTB T15p
8e35ece403 Bevel only tip of spike which ends in duplicit point 2023-01-26 10:22:27 +01:00
enricoturri1966
92d26883a5 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into vb_et_instances_synch 2023-01-26 10:00:58 +01:00
enricoturri1966
643d50813d Removed function double rotation_diff_z(const Vec3d &rot_xyz_from, const Vec3d &rot_xyz_to) and remaining code using it 2023-01-26 10:00:35 +01:00
David Kocik
5b0a0897f4 followup of 70a9520cc3
into_u8 instead of format
2023-01-26 09:43:08 +01:00
Filip Sykala - NTB T15p
badbe9ddba Remove spikes from glyph shape 2023-01-26 08:04:44 +01:00
Lukas Matena
3558006a0b Merge branch 'lm_wipe_tower_xl' 2023-01-26 07:28:45 +01:00
Lukas Matena
24a91d7420 Fixed is_nil(size_t) when checking out-of-range element 2023-01-26 07:28:37 +01:00
Lukas Matena
ae15032e0f Wipe tower: fixed missing travels to wipe tower on layers with no toolchanges 2023-01-26 07:28:37 +01:00
YuSanka
71cedd2eea Implemented UI to "Idle temperature" parameter 2023-01-26 07:28:37 +01:00
Lukas Matena
a067da6d53 Ooze prevention:
- remove the infinite skirt
- added 'idle_temperature' in Filament Settings as an optional parameter
- the logic is changed: if idle_temp is present, it is used,
  otherwise it uses the old delta value from Print Settings
- TODO: the optional parameter is not well supported in UI
2023-01-26 07:28:37 +01:00
Lukas Matena
98fea2f6ee Wipe tower: use GCode::set_extruder, allow ooze prevention:
this removes duplicated code and fixes toolchange retraction
The ooze prevention part needs further work, now it does not
work as advertised (the tall skirt)
2023-01-26 07:28:37 +01:00