bubnikv
|
b23b9ea1d2
Implemented volumetric flow rate hints,
|
7 years ago |
bubnikv
|
1fee3633a0
New C++ class AppConfig for maintaining the config.ini
|
7 years ago |
bubnikv
|
b9d57483d8
perglue.cpp - use static_cast instead of dynamic_cast if possible,
|
7 years ago |
bubnikv
|
473233019c
Initial partial implementation of presets in C++.
|
7 years ago |
bubnikv
|
0454cc95f9
Ported the cooling changes from @alexrj: Don't slow down the external
|
7 years ago |
bubnikv
|
e90279c513
Ported the G-code generator from Perl to C++.
|
7 years ago |
bubnikv
|
045de596e2
Use OpenGL 2.0 shaders for the layer height rendering.
|
7 years ago |
bubnikv
|
e6fddd364d
Volume rewritten from Perl to C++,
|
8 years ago |
Alessandro Ranellucci
|
a65c9ba083
Ported CoolingBuffer to C++/XS
|
8 years ago |
bubnikv
|
e016c4e423
New extrusion class: ExtrusionMultiPath
|
8 years ago |
bubnikv
|
f788f50b5a
Disabled asserts in the release build (-DNDEBUG).
|
8 years ago |
bubnikv
|
7d7f093120
C++ supports sketched, but not finalized yet. Slic3r is still using
|
8 years ago |
bubnikv
|
f518e0675c
Initial commit of the new Pressure Equalizer, the EdgeGrid
|
8 years ago |
bubnikv
|
7da68c91a5
Vojtech likes to use Sublime on Windows to get the wheels rolling.
|
8 years ago |
Alessandro Ranellucci
|
3c862836f2
Refactored the Config XS bindings
|
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
|
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
|
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
|
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
|
b69caff93c
Ported LayerRegion::make_slices() to XS
|
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
|
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
|
d06c300926
Add ::Ref classes for every missing C++ class (going by REGISTER_CLASS calls).
|
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
|
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 |
Alessandro Ranellucci
|
54a199919b
Removed StringMap
|
10 years ago |
Y. Sapir
|
05b2993769
Translate Model class' storage to C++.
|
10 years ago |
Y. Sapir
|
e005ff32c4
Replace Extruder::config accessor with Perl wrapper, with C++ option accessors.
|
10 years ago |
Y. Sapir
|
66d23a2416
Convert Extruder object (mostly) to C++ with lots of fields.
|
10 years ago |
Petr Ledvina
|
115aa6885f
Implement type checking for XS objects
|
10 years ago |
Alessandro Ranellucci
|
52de292a48
Fixed wrong refactoring of perimeter tree traversal. #1832
|
11 years ago |
Alessandro Ranellucci
|
7f5442265e
Include thin walls in general top-level perimeter sorting to get more efficient paths
|
11 years ago |
Alessandro Ranellucci
|
b17d06f9d1
Finished porting BoundingBox to XS
|
11 years ago |