Florens Wasserfall
|
c0dfffe0ff
Merge branch 'master' into adaptive-slicing
|
7 years ago |
Alessandro Ranellucci
|
31115e0369
Use UTF-8 in libslic3r. Future-proof portable solution for non-ASCII files. #2955
|
7 years ago |
Florens Wasserfall
|
f43e004f44
Merge branch 'master' into adaptive-slicing-spline
|
7 years ago |
Florens Wasserfall
|
f6616329a2
Ported adaptive slicing to C++
|
7 years ago |
Alessandro Ranellucci
|
969f28f9d3
New GCodeTimeEstimator class, with basic estimation code by @lordofhyphens. #3747
|
7 years ago |
Alessandro Ranellucci
|
ad666beac0
Ported GCodeReader and SpiralVase to C++
|
7 years ago |
Florens Wasserfall
|
ece3a6e0ad
Copy-constructor for LayerHeightSpline to use it for interactive interface
|
8 years ago |
Florens Wasserfall
|
66cc47500b
Merge branch 'adaptive-slicing' into adaptive-slicing-spline
|
8 years ago |
Florens Wasserfall
|
97f4301398
Class to interpolate layer height distribution based on BSplines
|
8 years ago |
Alessandro Ranellucci
|
117fb30636
Ported CoolingBuffer to C++/XS
|
8 years ago |
Alessandro Ranellucci
|
103ec05774
Ported infill to XS/C++. Credits and many thanks go to @bubnikv for this work
|
8 years ago |
Alessandro Ranellucci
|
bda4ae0b57
Use SLAPrint in DLP Projector
|
8 years ago |
Alessandro Ranellucci
|
ade661ebf1
More fixes for non-ASCII paths on Windows
|
8 years ago |
Alessandro Ranellucci
|
822ba300b7
Always convert strings to UTF-8 before passing them to XS
|
8 years ago |
Alessandro Ranellucci
|
3c862836f2
Refactored the Config XS bindings
|
9 years ago |
Alessandro Ranellucci
|
4913e90e10
Remove any Perl related code from libslic3r
|
9 years ago |
Alessandro Ranellucci
|
7523550066
Try to fix compilation on older Perls
|
9 years ago |
Alessandro Ranellucci
|
9b21ac877a
Merge branch 'master' into sender
|
9 years ago |
Alessandro Ranellucci
|
b4515cf695
Finished porting PerimeterGenerator to C++
|
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
|
13b7316807
Merge branch 'master' into sender
|
9 years ago |
Alessandro Ranellucci
|
5eb3bc52ef
Ported ModelObject::rotate() and ModelObject::flip() to XS, as well as axes constants
|
9 years ago |
Alessandro Ranellucci
|
3ae6f2630e
Merge branch 'master' into sender
|
10 years ago |
Alessandro Ranellucci
|
a5c0ffe963
Faster loading of 3D preview and much less memory used
|
10 years ago |
Alessandro Ranellucci
|
8791f5a493
Cleanup of some method signatures and of XS return types
|
10 years ago |
Alessandro Ranellucci
|
005f138ce7
Merge branch 'master' into sender
|
10 years ago |
Alessandro Ranellucci
|
fcfb3b98bc
3D object positioning
|
10 years ago |
Alessandro Ranellucci
|
11dd67ab34
Initial work for G-code sender and more intensive usage of Boost
|
10 years ago |
Alessandro Ranellucci
|
6010297465
All std::string variables are now supposed to be UTF-8 encoded. We now embed the std::string typemaps in order to do this. #2282
|
10 years ago |
Alessandro Ranellucci
|
379cde30e2
Ported Slic3r::BridgeDetector to XS
|
10 years ago |
Alessandro Ranellucci
|
ee3fb7caa2
Ported GCodeWriter to XS (faster G-code export!)
|
10 years ago |
Alessandro Ranellucci
|
e521475b7e
Refactoring: moved some low-level G-code generation methods to the new Slic3r::GCode::Base class
|
10 years ago |
Alessandro Ranellucci
|
3ff613d166
Merge branch 'acp-voronoi'
|
10 years ago |
Alessandro Ranellucci
|
d9dc2fda00
Fixed regression causing variable layer heights to be ignored. #2136
|
10 years ago |
Alessandro Ranellucci
|
67bf99633e
Fix compilation under 5.20 (untested). #2109
|
10 years ago |
Alessandro Ranellucci
|
4bf23c67bb
Bugfix: wrong input validation in set_layer_height_ranges(). #2105
|
10 years ago |
Alessandro Ranellucci
|
998a4225de
Finished implementation of bed_shape in plater
|
10 years ago |
Alessandro Ranellucci
|
d2ca4c1b13
Some initial work for incremental slicing
|
10 years ago |
Alessandro Ranellucci
|
7215e66a6a
Merge branch 'master' into visilibity
|
10 years ago |
Y. Sapir
|
76738dc66b
Remove some more Clone typemaps and add some whitespace.
|
10 years ago |
Y. Sapir
|
db51e4693d
Return NULL values from XS as undef.
|
10 years ago |
Y. Sapir
|
8da0bded1d
Move Print object storage to C++. (along with its subobjects)
|
10 years ago |
Alessandro Ranellucci
|
5fe5021fd7
Implemented avoid_crossing_perimeters with VisiLibity
|
10 years ago |
Alessandro Ranellucci
|
69002b8ea2
No tests were covering randomize-start, which was not working anymore after recent ExtrusionLoop refactoring. #2028
|
10 years ago |
Alessandro Ranellucci
|
76a8ec3d9e
Replace to_SV_ref() and to_SV_clone_ref() with templated glue functions
|
10 years ago |
Alessandro Ranellucci
|
6e207d3830
Merge branch 'sapir-modelcpp'
|
10 years ago |
Alessandro Ranellucci
|
c37ef2f18b
New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs.
|
10 years ago |