Commit Graph

9626 Commits

Author SHA1 Message Date
bubnikv
5c567af36e Fix of the previous commit 2019-05-14 15:48:00 +02:00
YuSanka
6e5df76f2e Don't call SetFont() for MainFrame and wxNotebook under OSX to avoid name cutting in ObjectList 2019-05-14 15:41:20 +02:00
bubnikv
74fee6ef78 Fix of unit tests after change of default nozzle and filament diameter. 2019-05-14 15:35:54 +02:00
Enrico Turri
bdd9ed123a Updated keyboard shortcuts dialog 2019-05-14 15:16:37 +02:00
Enrico Turri
f54fd10897 Implementation of File->New project menu item 2019-05-14 15:00:24 +02:00
Vojtech Kral
11662f87b8 Updating: dev_version based on build_id as well 2019-05-14 13:30:55 +02:00
Vojtech Kral
6c5bdeadc3 Updating: Add localized links 2019-05-14 13:30:55 +02:00
bubnikv
62847736c8 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2019-05-14 12:35:37 +02:00
bubnikv
8a405d5a1c Changed the wizard to generate explicit extrusion widths
for the custom profile (not the zeros).
Changed the default values for filament_diameter and nozzle_diameter.
2019-05-14 12:35:19 +02:00
YuSanka
66aee035ac Set a max extruder's count for the Additional Setting "Extruders".
+ cat sidetext for options from Additional Setting "Extrusion Width".
2019-05-14 12:17:34 +02:00
Enrico Turri
5f6c7853d4 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2019-05-14 11:57:48 +02:00
Enrico Turri
14c4469cbf Added Esc shortcut and menu item for command deselect all 2019-05-14 11:57:39 +02:00
bubnikv
cd13b90457 Merge branch 'lm_sla_dialog_scaling' 2019-05-14 11:19:08 +02:00
Enrico Turri
c4c292168d Merge branch 'et_copy_and_paste' of https://github.com/prusa3d/PrusaSlicer 2019-05-14 10:31:56 +02:00
Enrico Turri
016c5f6557 Added placeholder for File->New Project menu item 2019-05-14 10:30:14 +02:00
YuSanka
ca2fb88221 Fixed "bed_shape" reverting 2019-05-14 10:08:52 +02:00
YuSanka
b30405b572 Fixed typo (image grayscaling) 2019-05-14 10:08:52 +02:00
Enrico Turri
979b66f231 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_copy_and_paste 2019-05-14 09:07:53 +02:00
bubnikv
229ae454b0 Merge remote-tracking branch 'remotes/origin/master' into lm_sla_dialog_scaling 2019-05-13 19:39:17 +02:00
bubnikv
406d4c6c1a Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2019-05-13 19:31:54 +02:00
bubnikv
cebb814a56 Generate debug symbols for Windows builds even in Release mode. 2019-05-13 19:31:20 +02:00
YuSanka
42ab22e243 Typo fix 2019-05-13 18:21:47 +02:00
bubnikv
03ab6aedad Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2019-05-13 18:01:18 +02:00
bubnikv
0787fa861a Updated handling of the SLIC3R_BUILD_ID key 2019-05-13 18:01:00 +02:00
YuSanka
bfaa92eabb Added grayscale parameter for create_scaled_bitmap() 2019-05-13 17:58:15 +02:00
bubnikv
f47839e824 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2019-05-13 17:10:17 +02:00
YuSanka
5979e21f2c Set default width for ModeButtons to correct rendering on OnFocus under OSX 2019-05-13 17:03:09 +02:00
bubnikv
d5c8404bf1 Merge remote-tracking branch 'remotes/origin/ys_menuicons' 2019-05-13 17:02:26 +02:00
bubnikv
e119480aa3 Merge remote-tracking branch 'remotes/origin/master' into lm_sla_dialog_scaling 2019-05-13 17:01:06 +02:00
bubnikv
8adcd8fa71 Updated the PrusaSlicer icons 2019-05-13 16:44:25 +02:00
bubnikv
3a0c27c6e5 Updated Help menu items to open localized web pages.
Updated links to PrusaSlicer-settings.
2019-05-13 16:34:41 +02:00
YuSanka
fa00719bcc Fixed input parameter for ConvertToGreyscale() 2019-05-13 15:57:26 +02:00
bubnikv
253b57e4a3 Yet some renaming to PrusaSlicer 2019-05-13 15:47:33 +02:00
bubnikv
f1f003d56c Fix of the previous commit. 2019-05-13 15:22:03 +02:00
bubnikv
6fc5606a5c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2019-05-13 15:14:38 +02:00
bubnikv
a3c1ef509c Further renaming to PrusaSlicer 2019-05-13 15:14:33 +02:00
YuSanka
b62351299d Merge remote-tracking branch 'origin/master' into ys_menuicons 2019-05-13 15:12:36 +02:00
Lukas Matena
1e99454602 Hopefully fixed SLA dialog scaling issues on OSX 2019-05-13 15:10:01 +02:00
Lukas Matena
76c3da9aba An attempt to fix the SLA gizmo dialog so it does not crop long description on the sliders 2019-05-13 15:10:01 +02:00
YuSanka
1b50ea3bda Deleted unused menu items for OSX
+ Marked items for "Change part type" list
+ new POT
2019-05-13 15:07:53 +02:00
YuSanka
d8d211cb67 Code refactoring for Bind(wxEVT_UPDATE_UI) universally (inside append_menu_item(...))
+ Marked text for "Change part type" list
2019-05-13 14:27:51 +02:00
Enrico Turri
9ba8cb502e Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_copy_and_paste 2019-05-13 14:18:34 +02:00
bubnikv
ee2b8ced16 WIP: Renaming to PrusaSlicer 2019-05-13 14:11:21 +02:00
bubnikv
8da1c1953f Further renaming to PrusaSlicer 2019-05-13 12:42:40 +02:00
bubnikv
56256519cc WIP: Renaming to PrusaSlicer.
Removed the obsolte icons.
2019-05-13 12:13:28 +02:00
Enrico Turri
9b8323389e Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_copy_and_paste 2019-05-13 11:59:29 +02:00
tamasmeszaros
52d042a1c9 Prevent segfaults from callbacks when statusbar elements are deallocated
happens on application exit when a job (arrange or optimize orientation) is running.
2019-05-13 10:20:37 +02:00
bubnikv
80d8adc70a Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2019-05-13 10:06:23 +02:00
bubnikv
4856b9946e Changed the preferences tool tip for automatic update. 2019-05-13 10:05:59 +02:00
Enrico Turri
f55e494899 Constrained gizmo-scaling -> Fixed grabbers offsets transformation for volumes 2019-05-13 09:02:33 +02:00