Joseph Lenox
|
d4191a96b8
Number of X is better done with < and not doing the -1 in C++
|
6 years ago |
Joseph Lenox
|
0c883b526c
Use Slic3r::Log instead of printf
|
6 years ago |
Joseph Lenox
|
b2b6a6a809
Use correct fill_density value and a legit first_layer_extrusion_width
|
6 years ago |
Joseph Lenox
|
f7c431cd1f
Fixed tests and init_print (using shared_ptr<Print>)
|
6 years ago |
Joseph Lenox
|
c989c88a0c
Implemented slice() without error detection, refactored some of the syntax around for loops and accessing items.
|
6 years ago |
Joseph Lenox
|
ac1152f42d
Collapsed the add_layer method.
|
6 years ago |
Joseph Lenox
|
7f3e00f581
Reset underlying data structures after performing a move in the TriangleMesh constructor.
|
6 years ago |
Joseph Lenox
|
597e14c506
Changed access to bounds-checking at() instead of [];
|
6 years ago |
Joseph Lenox
|
f1a0f85ac2
add extra tests.
|
6 years ago |
Joseph Lenox
|
ed73443b5d
Call correct infill function and move a brace
|
6 years ago |
Joseph Lenox
|
bce4f19111
Added ostream version of warn and info
|
6 years ago |
Joseph Lenox
|
0436b83a22
Added ostream version of error
|
6 years ago |
Joseph Lenox
|
7f7eb70dc9
wrong line endings.
|
6 years ago |
Joseph Lenox
|
f2206be78b
Fixed a typo spotted by @thethirdone
|
6 years ago |
Joseph Lenox
|
4bb8ba8d41
Merge pull request #37 from TheThirdOne/make_skirt
|
6 years ago |
Benjamin Landers
|
ac80389f93
Finish up make_skirt
|
6 years ago |
Joseph Lenox
|
81f653cc6c
Try to guard the version better.
|
6 years ago |
Joseph Lenox
|
dd3cd39a59
Ported discover_horiziontal_shells from Perl. Needs strong testing.
|
6 years ago |
Joseph Lenox
|
6ef77fea5c
Added an equality operator for floating point types config options that returns for close to slic3r::epsilon
|
6 years ago |
Joseph Lenox
|
dbc216e078
Added a ostream version of Log::debug.
|
6 years ago |
Joseph Lenox
|
053242f9de
Change enumerations to make them bitmask items as well (reduce iterations through SurfaceCollections)
|
6 years ago |
Joseph Lenox
|
2f5722a492
added stubbed test for skirt_brim
|
6 years ago |
Joseph Lenox
|
2bd1d142c8
more work on process_layer.
|
6 years ago |
Joseph Lenox
|
7d135252b0
Added a method borrowed from prusa3d/Slic3r that tests if two surfaces are compatible.
|
6 years ago |
Joseph Lenox
|
b15b5a7d98
Add comments and fix signature of function for keep_types using c-style array.
|
6 years ago |
Joseph Lenox
|
ec7d3803d9
made _last_obj_copy a std::pair to hold onto validity information as well as the point location.
|
6 years ago |
Joseph Lenox
|
7c0b807518
stubbing in functions.
|
6 years ago |
Joseph Lenox
|
eab034434a
Added a () operator overload to treat ConfigOptionSingle like functions and return their value (accessor)
|
6 years ago |
Joseph Lenox
|
84826ae5ee
Added inequality operator for Point
|
6 years ago |
Joseph Lenox
|
6676368a34
Added an accessor to get a const reference to the underlying model object.
|
6 years ago |
Joseph Lenox
|
1742b64ce7
stubbed in make brim and make skirt (port from perl)
|
6 years ago |
Joseph Lenox
|
f21148e0d4
Just detect support layer via virtual function instead of relying on typeid to save the day.
|
6 years ago |
Joseph Lenox
|
82f227d718
Code/syntax sugar: let Collection types be treated more like a STL container with begin/end iterators.
|
6 years ago |
Joseph Lenox
|
ccb8204fae
Copied some useful methods from prusa3d/slic3r.
|
6 years ago |
Joseph Lenox
|
f1616ee295
Implemented more of process_layer through skirt generation
|
6 years ago |
Joseph Lenox
|
f1f05c35de
put a guard around the version for cmake policy.
|
6 years ago |
Joseph Lenox
|
d8cdccd676
Accidentally added a perl test failure back in with merge.
|
6 years ago |
Joseph Lenox
|
0d69a6ec2c
Link in OpenGL properly.
|
6 years ago |
Joseph Lenox
|
4b130e793b
Use wxWidgets 3.0.x+ constructor for glcanvas.
|
6 years ago |
Joseph Lenox
|
a9b3b0ab7f
Merge remote-tracking branch 'thethirdone/Scene3D' into test-merge-thethirdone-3d-plater
|
6 years ago |
Joseph Lenox
|
47293213a5
Fixed directory structure notice.
|
6 years ago |
Joseph Lenox
|
d719c5935c
GUI components are C++14
|
6 years ago |
Joseph Lenox
|
38cc8e2d6d
Walled off generate_support_material()
|
6 years ago |
Joseph Lenox
|
e5329b1e9f
use std namespace in test_trianglemesh for brevity
|
6 years ago |
Joseph Lenox
|
a034aba0d8
Allow for copy elision in TriangleMesh
|
6 years ago |
Joseph Lenox
|
4bc352ae60
Marked override functions as override
|
6 years ago |
Joseph Lenox
|
e4f76fdff1
Add format script for clang-format
|
6 years ago |
Joseph Lenox
|
e6203c0f0a
Fixed verification
|
6 years ago |
Joseph Lenox
|
080c930a3a
Implemented more of output()
|
6 years ago |
Joseph Lenox
|
f739eb11af
fix the config ref to be const
|
6 years ago |