tamasmeszaros
e21ce95524
Merge branch 'tm_disable_wxasserts'
2020-05-04 16:17:29 +02:00
tamasmeszaros
ddeac631c4
Merge branch 'tm_fix_fonts_on_win'
2020-05-04 16:15:47 +02:00
tamasmeszaros
568448fa7d
Fix font size on windows with wx3.1.3
2020-05-04 15:00:17 +02:00
tamasmeszaros
e5c5ee6636
deps: disable wxWidgets library internal asserts
2020-04-30 14:33:23 +02:00
tamasmeszaros
b91c3d26e3
Fix build on OSX with new wxWidgets in deps
2020-04-29 12:32:00 +02:00
tamasmeszaros
9cb5975956
bring back required switch for opengl with dep_GLEW
2020-04-29 09:44:46 +02:00
tamasmeszaros
2a8c485b32
suppress unnecessary test output in release mode
2020-04-28 21:11:54 +02:00
tamasmeszaros
6f7fa4bc09
Fix librt linking for wxWidgets
2020-04-28 21:01:09 +02:00
tamasmeszaros
f3c154a88a
Merge branch 'tm_fix_master'
2020-04-28 20:46:21 +02:00
tamasmeszaros
98f0cc0dec
Follow up, make png non required for now
2020-04-28 20:43:46 +02:00
tamasmeszaros
985225cd38
Try to fix build with old wxwidgets builtin png and expat
2020-04-28 20:39:47 +02:00
tamasmeszaros
db49a4516e
Merge branch 'tm_deps_wxcmake'
...
EXPAT had to be moved to deps due to build errors with wxexpat.
2020-04-28 17:47:58 +02:00
tamasmeszaros
572b5ba8bb
Add PNG and wxWidgets 3.1.3 uniformly to all platforms with cmake build.
...
wx is built with png as a dependency, wxpng is disabled.
2020-04-28 15:01:56 +02:00
tamasmeszaros
9fdc54bfff
Fix app crash on startup under Linux/GTK3/Wayland config
2020-04-27 13:02:16 +02:00
tamasmeszaros
4f622e4541
Merge branch 'tm_sl1_import_2'
2020-04-24 08:27:49 +02:00
tamasmeszaros
9ad2216f02
Merge branch 'tm_cert_store'
2020-04-24 08:27:22 +02:00
tamasmeszaros
83929c2984
Add ui job for SLA import
2020-04-23 19:45:55 +02:00
tamasmeszaros
217477a9ff
SLA archive import with miniz, marching square bugfixes
...
Fix compilation on Windows
Fix array subscript out of range error in MarchingSquares
Fix normals of mesh constructed from slices
Improve performance of mesh construction from slices
2020-04-23 19:12:07 +02:00
tamasmeszaros
247fca6d55
Initial version of sl1 import with sla::Raster refactor.
2020-04-23 19:05:32 +02:00
tamasmeszaros
6eb51a1cca
Move ui jobs into separate folder
2020-04-23 18:56:09 +02:00
tamasmeszaros
728d90cb33
Separate jobs from Plater, re-add big bed workaround
2020-04-23 18:47:51 +02:00
tamasmeszaros
1bffc2b99b
Add ModelArrange.hpp as extension to Model.hpp, use it for duplicating
...
Refactored Arrange interface: remove the union based BedShapeHint, replace it with proper function overloads
WARN: this commit is only intermediate, it does not compile.
2020-04-23 18:19:03 +02:00
tamasmeszaros
44ca0a6c3d
Add universal method to get bed shape from Config objects
2020-04-23 18:18:23 +02:00
tamasmeszaros
69c02a407b
Add libnest tests for various basic object functions
2020-04-23 18:17:58 +02:00
tamasmeszaros
8c04536514
Integrate scaling and unscaling into Point.hpp
2020-04-23 18:17:50 +02:00
tamasmeszaros
89d376dc35
Add min_object_distance method as free function taking ConfigBase argument
2020-04-23 18:17:37 +02:00
tamasmeszaros
611a243447
Add question box on PrusaSlicer start to accept detected CA store..
...
Fix compile
2020-04-22 17:14:09 +02:00
tamasmeszaros
4945a0dc0e
Follow-up fix for big bed arrangement
2020-04-01 12:34:50 +02:00
tamasmeszaros
70baa0d246
Fix arrange for large beds
2020-03-30 13:26:24 +02:00
tamasmeszaros
bf5d52f221
Only do OpenSSL override on Linux
2020-03-25 12:27:10 +01:00
tamasmeszaros
d207ea7dc5
Merge branch 'tm_cert_store'
2020-03-25 11:07:06 +01:00
tamasmeszaros
1123689a22
Search for openssl cert store on app init, if the store is not present.
...
fixes #3851
2020-03-25 09:41:29 +01:00
tamasmeszaros
abdcc88e9a
Add explicit flags for GMP and MPFR
...
Bump up arm version to 7
armv7-a has to be added as march, rpi4 fails to build with plain armv7
fixes #3847
2020-03-18 12:18:07 +01:00
tamasmeszaros
e1ecf03e0c
Revert "Fix minimum osx version not being specified for GMP and MPFR"
...
CXXFLAGS overrides default flags for gmp and mpfr
2020-03-17 08:55:51 +01:00
tamasmeszaros
7118d77bea
Fix minimum osx version not being specified for GMP and MPFR
...
put `env` before configure and the variables
addresses issue #3847
2020-03-16 15:15:46 +01:00
tamasmeszaros
5ed7d0aa29
Fix arrangement with items larger or equal to bed dimesions.
...
fixes #2897
fixes #1186
2020-03-16 14:37:54 +01:00
tamasmeszaros
29f2394ecb
Fix faulty nfp edge cache with argument > 1.0
...
in reaction to #3781
2020-03-12 10:45:35 +01:00
tamasmeszaros
b4f897a114
Merge branch 'tm_arrange_ignore_non_printable'
...
#3790
2020-03-09 14:09:43 +01:00
tamasmeszaros
c489663126
Add arrange support for unprintable items
2020-03-09 14:06:07 +01:00
tamasmeszaros
779f0cd915
Merge branch 'tm_https_test'
2020-03-06 15:20:21 +01:00
tamasmeszaros
f4f236e82e
Added test for libcurl https handling disabled on build server.
...
Linux docker image does not expose port 80
2020-03-06 15:18:14 +01:00
tamasmeszaros
b6aeffb618
Link libcurl and wxWidgets to libslic3r_gui
...
Also enhance and remove duplicate CURL search in cmake
2020-03-06 15:16:46 +01:00
tamasmeszaros
d88c073a5a
Merge branch 'tm_max_bridge_len'
...
(This merge commit is made to force github issues displaying the commit that fixes issue 3728)
2020-03-02 13:04:25 +01:00
tamasmeszaros
090ce6ca05
Promote max_bridges_on_pillar to be a runtime parameter.
...
This way the user greater control over support tree branching and the amount of pillars created.
fixes #3728
2020-03-02 13:01:01 +01:00
tamasmeszaros
e3a583292a
Promote max_bridges_on_pillar to be a runtime parameter.
...
This way the user greater control over support tree branching and the amount of pillars created.
2020-03-02 12:43:00 +01:00
tamasmeszaros
bfd79fc48c
Fix English tooltip and label for elefant_foot_min_width
2020-02-19 13:48:10 +01:00
tamasmeszaros
fcaa498abd
Merge branch 'tm_sla_efc_SPE-1080'
2020-02-18 17:39:56 +01:00
tamasmeszaros
6deb6a776d
Do EFC for the first faded layers of SLA, interpolate efc parameters
...
Compensated slices have negative orientation...
Move efc to common params
Fix elefant foot compensation reversed contours
Remove redundant assertions and don't apply absolute correction if zero
2020-02-18 17:39:36 +01:00
tamasmeszaros
bbdd25d062
Fix perl tests when called via CTest
2020-02-18 15:47:34 +01:00
tamasmeszaros
726f645f84
Fix default hard coded parameters for SLA
...
fixes #3650
2020-02-18 15:39:30 +01:00
tamasmeszaros
41d77b492c
Added new parameter elefant_foot_min_width
2020-02-14 09:21:00 +01:00
tamasmeszaros
96d5c8c35d
Add elephant foot compensation to SLA print
...
Work in progress
Convert efc input to the right scaling
Apply EFC on the slice index to make it visible in the preview.
2020-02-14 09:21:00 +01:00
tamasmeszaros
1cdde90971
Add tooltip and rename labels of hollowing params
2020-02-13 14:58:17 +01:00
tamasmeszaros
c4c2cf4ead
Merge remote-tracking branch 'origin/tm_fix_commandline'
2020-02-13 12:53:31 +01:00
tamasmeszaros
25e303493e
Revert c55173eb as it breaks features.
...
Output file name is not picked up in the SLA export file dialog.
2020-02-12 18:25:18 +01:00
tamasmeszaros
d13b0e45f4
Fix command line slicing by tweaking default config values.
2020-02-12 18:21:56 +01:00
tamasmeszaros
cd88643558
Merge branch 'tm_hollowing'
2020-02-10 17:03:11 +01:00
tamasmeszaros
384d1ae1bb
Use parallel execution for cutting the hollowed interior
...
partial solution for #3622
2020-02-10 16:57:17 +01:00
tamasmeszaros
41388bdb01
Remove the hollowed interior slices from the model slices in 2D
2020-02-10 16:33:59 +01:00
tamasmeszaros
8cda986ffb
Follow-up for hole point randomization
2020-02-07 16:59:34 +01:00
tamasmeszaros
eb4b24e136
Hollowing: randomize hole mesh translations before unification.
...
To prevent self intersections in the output mesh.
2020-02-07 16:33:04 +01:00
tamasmeszaros
f512892f6b
Report failing union on holes instead of faulty input mesh.
2020-02-07 15:59:33 +01:00
tamasmeszaros
15343847bc
Fix build on Win
2020-02-07 11:15:01 +01:00
tamasmeszaros
2fb1acd74b
Add check for cereal library in CMake
...
Fixes #3547 , replaces #3613
2020-02-07 11:07:22 +01:00
tamasmeszaros
acf5bfd8e2
Merge branch 'tm_cmake_dll_fix'
...
#3588
2020-02-06 13:39:44 +01:00
tamasmeszaros
2e039d3955
Fix dll copying
2020-02-06 11:59:02 +01:00
tamasmeszaros
2d86e3cc4d
fix failing test due to missing cgal dlls
2020-02-05 18:22:17 +01:00
tamasmeszaros
d58f451d5d
Merge branch 'tm_cgal_improvements_SPE-1088'
2020-02-05 17:56:52 +01:00
tamasmeszaros
bd76c345f2
Handle CGAL exceptions and add tests for mesh boolean operations
...
Add conversion to exact predicates exact construction kernel format for consecutive booleans (experiments)
2020-02-05 17:40:05 +01:00
tamasmeszaros
6f777264a1
Merge branch 'tm_hollowing'
2020-02-05 14:22:57 +01:00
tamasmeszaros
b0588abdd2
Invalidate background process when HollowingGizmo modifies settings
...
Also, assertion fail in debug mode for m_selection
2020-02-05 14:21:06 +01:00
tamasmeszaros
a66dcf58f7
Fix for failing build without PCH
2020-02-05 09:57:22 +01:00
tamasmeszaros
ad3e3be3bc
optimize string_printf
2020-02-03 17:11:24 +01:00
tamasmeszaros
0c4797e92e
use vsnprintf instead of snprintf in string_printf function
...
Also, revert to old location: Utils.hpp and utils.cpp
2020-02-03 16:00:53 +01:00
tamasmeszaros
992a0c3d7a
remove duplicate string_printf
...
#3594 , #3592
2020-02-03 11:19:11 +01:00
tamasmeszaros
8aec5f6726
string_printf Wformat-security hack #
...
#3594 , #3592
2020-02-03 11:09:54 +01:00
tamasmeszaros
36e92b0141
Put hole drilling into separate step
2020-01-31 08:58:21 +01:00
tamasmeszaros
7f476f38b9
[refactor] Move remaining utility functions into sla_test_utils
2020-01-31 08:56:46 +01:00
tamasmeszaros
7156ed9987
Remove redundant code
2020-01-29 14:13:21 +01:00
tamasmeszaros
6988752d05
Re-apply fix for Win32
2020-01-28 15:24:23 +01:00
tamasmeszaros
9d0d0cde21
Fix broken build on non-linux platforms
2020-01-28 15:08:07 +01:00
tamasmeszaros
3e8ef6819a
Merge branch 'tm_cgal_fix_SPE-1087'
2020-01-28 14:50:50 +01:00
tamasmeszaros
04a58e41c4
Fix cgal when used from distro package
...
fix CMake -frounding-math propagation from CGAL.
2020-01-28 14:49:39 +01:00
tamasmeszaros
be8f464bf8
Remove some gtk warnings on application start.
2020-01-27 14:31:49 +01:00
tamasmeszaros
71574b2dd4
Merge branch 'tm_fix_mac_build'
2020-01-27 13:56:28 +01:00
tamasmeszaros
3e5dce771f
Set OpenVDB_FOUND if no debug but release is there and not on MSVC
2020-01-27 13:51:57 +01:00
tamasmeszaros
9f085c133a
Try to fix cmake - openvdb on mac
2020-01-27 12:45:20 +01:00
tamasmeszaros
6945a20e9a
Merge branch 'tm_sla_full_config'
2020-01-24 15:25:18 +01:00
tamasmeszaros
848fe4750f
Add prusaslicer.ini to sl1 output zip
2020-01-24 15:23:59 +01:00
tamasmeszaros
743a03a8c2
append full config to sla zipped ini
...
SPE-1081
2020-01-24 14:31:31 +01:00
tamasmeszaros
fd11dcd44b
Merge branch 'tm_hollowing'
2020-01-24 14:27:23 +01:00
tamasmeszaros
7591637c89
Bugfixes and refactoring for SLA backend
...
remove duplicate code
Mark conversion constructors of EigenMesh3D `explicit`
Working on mesh simplification for hollowed interior
Fix bug SPE-1074: crash with empty supports and disabled pad.
fix regression after refactor
Remove unfinished code
Fix missing includes and dumb comments
2020-01-24 14:26:19 +01:00
tamasmeszaros
9f6ad70f0b
Merge branch 'lm_tm_hollowing'
2020-01-24 13:51:49 +01:00
tamasmeszaros
c6a2b69419
32 bit MSVC workaround for CGAL
2020-01-24 13:41:37 +01:00
tamasmeszaros
e05d38bdd0
Fix the previous fix
2020-01-24 12:35:50 +01:00
tamasmeszaros
6b0af43665
Use mesh boolean in the backend to drill holes.
2020-01-24 10:53:40 +01:00
tamasmeszaros
9989c4858f
Fix missing atomic check from FindOpenVDB
...
It has to be re-checked and added as needed to the imported target link-line
SPE-1073
2020-01-24 10:12:37 +01:00
tamasmeszaros
ef30270048
Merge branch 'lm_tm_hollowing'
2020-01-24 09:51:39 +01:00
tamasmeszaros
b45e95877e
Merge branch 'master' into lm_tm_hollowing
2020-01-23 17:43:18 +01:00
tamasmeszaros
cb39f6b212
Use CheckAtomic differently
2020-01-23 17:20:02 +01:00