Florens Wasserfall
|
c0dfffe0ff
Merge branch 'master' into adaptive-slicing
|
7 years ago |
Alessandro Ranellucci
|
a7ffe54fb6
Remove warning
|
7 years ago |
Florens Wasserfall
|
57826c9262
Merge branch 'master' into adaptive-slicing
|
7 years ago |
Alessandro Ranellucci
|
43506ee376
Prevent rare crashes
|
7 years ago |
Florens Wasserfall
|
f43e004f44
Merge branch 'master' into adaptive-slicing-spline
|
7 years ago |
Alessandro Ranellucci
|
0e129e765b
Improvements to make_dmg.sh, strip more things
|
7 years ago |
Florens Wasserfall
|
06d00f56af
fix: forgot to remove AdaptiveSlicing include
|
7 years ago |
Florens Wasserfall
|
f6616329a2
Ported adaptive slicing to C++
|
7 years ago |
Alessandro Ranellucci
|
ad666beac0
Ported GCodeReader and SpiralVase to C++
|
7 years ago |
Florens Wasserfall
|
3a53a17efb
Merge branch 'master' into adaptive-slicing-spline
|
8 years ago |
Florens Wasserfall
|
ece3a6e0ad
Copy-constructor for LayerHeightSpline to use it for interactive interface
|
8 years ago |
Alessandro Ranellucci
|
22ba87c3b3
Finished porting importers and read_from_file() to C++
|
8 years ago |
Florens Wasserfall
|
1ab568399f
Merge branch 'master' into adaptive-slicing
|
8 years ago |
Alessandro Ranellucci
|
117fb30636
Ported CoolingBuffer to C++/XS
|
8 years ago |
Alessandro Ranellucci
|
c931addda3
SLAPrint::DESTROY
|
8 years ago |
bubnikv
|
9f0523cb53
Documented the purpose of various perl modules.
|
8 years ago |
bubnikv
|
335638a614
Documented perl modules.
|
8 years ago |
Alessandro Ranellucci
|
103ec05774
Ported infill to XS/C++. Credits and many thanks go to @bubnikv for this work
|
8 years ago |
Florens Wasserfall
|
8485e4bea2
Merge branch 'master' into adaptive-slicing
|
8 years ago |
Alessandro Ranellucci
|
f006e66549
Refactored calls to Wx::Bitmap->new
|
8 years ago |
Alessandro Ranellucci
|
3c862836f2
Refactored the Config XS bindings
|
9 years ago |
Alessandro Ranellucci
|
05812a0a60
Fixed memory leak
|
9 years ago |
Alessandro Ranellucci
|
9b21ac877a
Merge branch 'master' into sender
|
9 years ago |
Alessandro Ranellucci
|
9fcec10737
Finished porting LayerRegion to C++
|
9 years ago |
Alessandro Ranellucci
|
b4515cf695
Finished porting PerimeterGenerator to C++
|
9 years ago |
Alessandro Ranellucci
|
b8aecbd56c
Initial work for porting PerimeterGenerator to XS
|
9 years ago |
Alessandro Ranellucci
|
3e739b87da
Finished porting Slic3r::GCode to XS (speed boost!)
|
9 years ago |
Alessandro Ranellucci
|
801f629fdc
Ported Slic3r::GCode storage to XS
|
9 years ago |
Alessandro Ranellucci
|
280f3f38d7
Ported Slic3r::GCode::OozePrevention storage to XS
|
9 years ago |
Alessandro Ranellucci
|
b43dd92766
Ported Slic3r::GCode::Wipe storage to XS
|
9 years ago |
Alessandro Ranellucci
|
bf9cd1b8e6
Ported Slic3r::GCode::AvoidCrossingPerimeters to XS
|
9 years ago |
Alessandro Ranellucci
|
580d28d071
Finished porting PlaceholderParser to XS
|
9 years ago |
Alessandro Ranellucci
|
552430db67
More fixes for Unicode path handling (thanks @josefprusa for Czech test VM)
|
9 years ago |
Alessandro Ranellucci
|
56b993bb89
More fixes for Unicode filenames support on Windows and OS X
|
9 years ago |
Alessandro Ranellucci
|
2f4fa41ce4
Fixed regression introduced with recent fixes to UTF-8 preset names handling on Windows that prevented their load on OS X (TODO: test on Linux)
|
9 years ago |
Alessandro Ranellucci
|
13b7316807
Merge branch 'master' into sender
|
9 years ago |
Alessandro Ranellucci
|
6185f45815
Hopefully fix all problems with non-ASCII paths on Windows
|
10 years ago |
Alessandro Ranellucci
|
3ae6f2630e
Merge branch 'master' into sender
|
10 years ago |
Alessandro Ranellucci
|
07cd25d0ec
New option for customization of infill/perimeters overlap. #2459
|
10 years ago |
Alessandro Ranellucci
|
a5c0ffe963
Faster loading of 3D preview and much less memory used
|
10 years ago |
Alessandro Ranellucci
|
9ec7b43ca1
Merge branch 'master' into sender
|
10 years ago |
Alessandro Ranellucci
|
82ec03fc23
Refactored perimeter generation code into a new separate class for easier unit testing
|
10 years ago |
Alessandro Ranellucci
|
2c0d216c1a
More work on print controller
|
10 years ago |
Alessandro Ranellucci
|
9cb6dc768f
Limit the Perl version warning to 5.16, as 5.18 seems to work fine
|
10 years ago |
Alessandro Ranellucci
|
a1a88baa68
Revert printf to debugf
|
10 years ago |
Alessandro Ranellucci
|
6a939eb250
Fight deadlocks
|
10 years ago |
Alessandro Ranellucci
|
79ac29b435
Increase inset overlap tolerance
|
10 years ago |
Alessandro Ranellucci
|
632e3d3067
Added an explicit warning when user has old threads.pm version. #2348
|
10 years ago |
Alessandro Ranellucci
|
fcfb3b98bc
3D object positioning
|
10 years ago |
Alessandro Ranellucci
|
e9166a8fe6
Use a semaphore to synchronize threads instead of blocking with join(). Lock threads array in order to ensure all of them are signalled. #2394
|
10 years ago |