Commit Graph

15419 Commits

Author SHA1 Message Date
436cac6a8f TriLAB - Added PLA, PETG profiles for 0.8 nozzle, update print materials
https://github.com/prusa3d/PrusaSlicer-settings/pull/110
2020-11-24 09:53:50 +01:00
0f782ba7f5 Fixed localization on preview's legend button 2020-11-24 09:23:33 +01:00
30e6516e40 Merge branch 'tm_arrange_wipe_tower_fix' 2020-11-23 17:52:20 +01:00
4d7df63aef Fix for gcode-viewer symlink
fixes #5238
2020-11-23 17:52:08 +01:00
fc69f0b47d #5236 - Fixed color not correctly shown after slice
The bug was introduced with 148f4fe766 which is now replaced by this commit
2020-11-23 17:15:22 +01:00
3d0f666c74 Documentation for NotificationManager 2020-11-23 16:42:03 +01:00
ea14735edf Fix broken wipe tower arrangement
fixes #5207
fixes #5216
2020-11-23 16:05:24 +01:00
6cb95a110b ENABLE_GCODE_VIEWER set as default in:
GCodeViewer hpp/cpp
2020-11-23 14:30:31 +01:00
6dc0d446ec Merge remote-tracking branch 'origin/et_wipe_moves' 2020-11-23 13:48:03 +01:00
4fcc8c7a1c #5234 - Disabled pop-up menu on the wipe tower 2020-11-23 13:45:12 +01:00
202ce88445 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_wipe_moves 2020-11-23 10:11:04 +01:00
4b81129ba8 Update of the perimeter_acceleration tooltip 2020-11-23 09:13:58 +01:00
d5545f9e74 Add a new macro function random(min,max) which will return a random number in the range specified by the parameters. The type of parameters defines the type of the output, if the inputs are doubles then result will be a double and if the inputs are int the output will be in. Uses C++11 random functionality, compiler compatibility on Linux should be checked. Fixes #4001. 2020-11-22 18:22:48 +11:00
d701ff74ea Merge pull request #3 from prusa3d/master
Update to upstream master.
2020-11-22 13:59:29 +11:00
9d94fe241b Tooltips for the parameters labels on Settings tabs are back 2020-11-21 18:16:34 +01:00
4fdda8184b Fixed missing include 2020-11-21 16:05:58 +01:00
eb5d310df5 Bumped up version number 2020-11-21 15:59:02 +01:00
4ee58ebbd2 1.2.0-alpha0 added filament spool weight 2020-11-21 15:42:38 +01:00
e611ca1460 Merge of https://github.com/prusa3d/PrusaSlicer/pull/2856
Add aligned rectilinear infill functionality by @m-schubert
Implements [Feature Request] Aligned rectilinear infill #1938
2020-11-21 14:10:17 +01:00
3edf4fcfba Merge pull request #5187 from BoaImpressao3D/Update_translation_pt_br_v2.3
Update translation pt br v2.3
2020-11-21 13:32:52 +01:00
dcc2f75e05 Some minor refactoring / polishing. 2020-11-21 13:16:03 +01:00
ccd678cd7f fixed typo in comment & formatting 2020-11-21 11:43:54 +01:00
8bf0a3e923 GCode Viewer - Fixed filament label in legend 2020-11-21 11:30:14 +01:00
592b0e82d8 Follow-up to 80e8b5e985
Removed the legacy PreviewData.cpp,hpp
2020-11-21 11:02:20 +01:00
50d757f601 Preview - Visualization of wipe mones 2020-11-21 10:36:10 +01:00
fdf9aa8ace Creality 0.0.7 - updated start g-code 2020-11-21 10:24:54 +01:00
f06ccd66a9 Bumped up creality bundle version to 0.0.7 2020-11-21 10:22:57 +01:00
30ff427fe8 Merge pull request #2 from prusa3d/master
Update to upstream master.
2020-11-21 14:41:26 +11:00
ac8733a644 Make monotonic infill default for bottom layers as well #4963 2020-11-20 18:58:54 +01:00
c32a2c0dab Fixed crash in reworked infill anchoring due to numeric issues.
Added some more asserts to EdgeGrid.
2020-11-20 18:47:06 +01:00
044f0ce0d5 Added "Suppress to open hyperlink in browser" parameter in Preferences 2020-11-20 18:46:34 +01:00
2a610683a3 Merge branch 'tm_arrange_menu' 2020-11-20 17:53:15 +01:00
f3cd6b8424 Fixes for arrange menu
Fixed issues:
- Imgui window is aligned with the arrange toolbar button
- Reset and Arrange buttons added onto the window
- Window closes after clicking the canvas or hitting ESC
- Tooltip extended with instructions for using the arrange menu

Remaining issues:
- Imgui arrange button closes the menu after clicked
- Menu is not in "exclusive or" relationship with other imgui windows.
2020-11-20 17:52:53 +01:00
bd8d58330c Windows specific: Fixed layout of fields inside the OG_CustomCtrl 2020-11-20 17:27:44 +01:00
afba189df2 Font of the DoubleSliders is changes to default (#5121) 2020-11-20 17:27:44 +01:00
b8e02ec498 Added missing includes to fix build on gcc 9 2020-11-20 15:19:49 +01:00
7df0dc0655 Added "Filament -> Spool weight" parameter 2020-11-20 14:31:11 +01:00
e42fb824d8 Fix missing include 2020-11-20 14:22:24 +01:00
d9f4d7cc47 Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer 2020-11-20 13:40:40 +01:00
a0b1680f4c Anchoring of sparse infills can now be disabled. 2020-11-20 13:36:58 +01:00
355bcb05ed Merge branch 'tm_fill_with_instances' 2020-11-20 13:05:05 +01:00
5150d80128 Fixed typo 2020-11-20 12:01:59 +01:00
5f8d4e988e Little more refactoring. 2020-11-20 11:56:40 +01:00
0a56b24d30 GCode Viewer - Fixed crash when switching to tool view with gcode generated by slicers other than PrusaSlicer 2020-11-20 11:50:25 +01:00
d6d6dff706 Prototype feature: fill plater with instances of selected object
#fixes #1350
2020-11-20 09:58:52 +01:00
371921ca1c Save and load arrange settings to app_config 2020-11-20 09:57:52 +01:00
b780461f75 Add minimum bounding box rotation as starting point 2020-11-20 09:57:52 +01:00
1c22667f21 Right mouse reaction to arrange button
Working arrange settings popup
2020-11-20 09:57:52 +01:00
b66786216b Merge branch 'tm_arrange_objfn_mod' 2020-11-20 09:51:48 +01:00
a719b82dc3 Fix arrange objectfunction to avoid last object in awkward positions.
fixes #3900
2020-11-20 09:46:15 +01:00