Commit Graph

42 Commits

Author SHA1 Message Date
f8d8473571 PresetUpdater: Offer update even if bundle not found in index 2019-02-22 14:35:07 +01:00
ebf0aa2866 Fix build: Missing include 2019-02-18 13:54:20 +01:00
68427ced36 Fix build: Missing include 2019-02-18 12:33:32 +01:00
7c18b063f5 PresetUpdater: Fix a race condition 2019-02-15 15:38:26 +01:00
9763bb2ec3 PresetUpdater: Don't fail as hard if version not found in index #1821
GUI_App: Add OnExceptionInMainLoop handler
2019-02-15 15:38:13 +01:00
04209134a2 Http: Fix logging 2019-02-15 15:35:13 +01:00
aa4a02d683 Revert "WIP: SVG import & rasterization"
This reverts commit 9b15908a47.
2019-02-07 12:09:10 +01:00
2f5560756e WIP: SVG import & rasterization
Updated AntiGrain (agg) library to 2.5
Added agg_svg library from AntiGrain 2.5
added src/slic3r/Utils/SVGImport.cpp/hpp
2019-02-07 12:06:51 +01:00
8d555e7c31 Model fixing through Netfabb service (Windows only):
Model volumes are now fixed one by one, instances & parameters are maintained,
it is now possible to fix just a single volume of a multi-part object.
2019-02-03 22:14:34 +01:00
bde521db72 On Windows, system and hidden files are now ignored in all file
enumeration loops.
Should fix "desktop.ini still displaying error" #1761
2019-02-03 15:30:37 +01:00
baf609a149 Mac: Implement Retina for the 3D scene, fix #97 2019-01-24 20:03:12 +01:00
dc1be989aa Fix #1502 Upload to duet does not start the print
Code was erroneously removed during refactoring
2019-01-03 17:28:23 +01:00
818e0cde7f Fixed many errors in background processing synchronization and update.
Fixed couple of compiler warnings.
2018-12-22 10:02:42 +01:00
3ed9f408b8 PrintHost: Fix bad access on bg thread stop 2018-12-21 14:44:03 +01:00
378e45ecda Http: Don't set CURLOPT_TIMEOUT 2018-12-21 12:06:47 +01:00
4b6ee18928 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-12-20 17:45:02 +01:00
59537abf96 Updated SLA profiles.
Fixed the update downloader to ignore downloaded preset index if it is
older than the currently active one.
2018-12-20 17:44:24 +01:00
5eec8a24f1 Duet: Implement upload() (refactoring from old code) 2018-12-20 17:09:44 +01:00
3ff89b7529 Printhost: Make queue window non-modal, fix upload start progress 2018-12-20 16:43:17 +01:00
9e5f05f253 Printhost: Minor bugfix 2018-12-20 13:45:20 +01:00
e6ea909e15 Printhost: Cancelation, bugfixes 2018-12-20 13:38:00 +01:00
fa7e9a6047 Printhost: Error message stashing, improvements 2018-12-20 13:37:50 +01:00
19268b292b Printhost: Polish error handling, bugfixes 2018-12-19 18:49:34 +01:00
2e2bb2066b Http: Set a sane default connection timeout 2018-12-19 15:40:35 +01:00
7c8dbda610 Print host: Check OctoPrint vs SLA 2018-12-19 15:15:29 +01:00
377ce3d74c Http & ErrorDialog: Improve error reporting 2018-12-18 18:50:37 +01:00
f3d7199a32 PrintHost: Basic SL1 support 2018-12-18 14:37:35 +01:00
0fc0ba119d OctoPrint basics working, niceties to-do 2018-12-17 17:14:00 +01:00
6b63ee406d Add missing include 2018-12-12 14:15:08 +01:00
1957ae5401 OctoPrint WIP: Fix build 2018-12-12 13:47:39 +01:00
caafcede3b WIP OctoPrint integration 2018-12-12 13:17:01 +01:00
6feade5648 Don't store the octoprint host key to the amf/3mf files. 2018-12-06 14:42:15 +01:00
87759588b1 include "libslic3r" from slic3r project directly, not as "../../libslicer"
(rely on -Ilibslic3r set correctly) for the slic3r project.
2018-12-06 12:52:28 +01:00
91ac484405 Removed some obsolete Perl bindings.
Removed libslic3r from the default include paths for all modules but
libslic3r. Now headers from libslic3r need to be included with an
explicit path (libslic3r/libslic3r.h etc)
Split the localization macros into I18N.{cpp,h}
2018-11-26 14:41:58 +01:00
35742e547c Fixed preset updating 2018-11-19 14:05:29 +01:00
96eba71a21 Integrated SLAPrint into background processing.
Fixed couple of compiler warnings.
2018-11-08 20:18:40 +01:00
57e18a3926 Added naming of the new(fixed) object
+ fixed inconsistency of parameters inside fix_model_by_win10_sdk_gui()
2018-11-08 13:19:12 +01:00
05756da334 Small fix inside fix_model_by_win10_sdk_gui() 2018-11-08 09:58:48 +01:00
a378cb036d Fixed warnings 2018-10-29 17:34:06 +01:00
582a942c47 Moved functions and variables (for fonts and labels color) to GUI_App
+ corrected Sidebar layouts
+ deleted get_preset_bundle
+ actions with tabs_list moved to GUI_App
2018-10-01 16:31:36 +02:00
5e78c95b54 Menu_bar and preset_tabs are in main window now 2018-09-21 01:35:25 +02:00
1260b8deb3 WIP: Moved sources int src/, separated most of the source code from Perl.
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
2018-09-19 11:02:24 +02:00