bubnikv
|
4c67230436
Documented the purpose of various perl modules.
|
8 years ago |
bubnikv
|
15c1edd552
Configurable volumetric extrusion rate slope.
|
8 years ago |
bubnikv
|
b2a6f43923
Documented perl modules.
|
8 years ago |
Vojtech Bubnik
|
d022493297
Merge remote-tracking branch 'upstream/master'
|
8 years ago |
bubnikv
|
7da68c91a5
Vojtech likes to use Sublime on Windows to get the wheels rolling.
|
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
|
9 years ago |
Alessandro Ranellucci
|
3ae6f2630e
Merge branch 'master' into sender
|
9 years ago |
Alessandro Ranellucci
|
07cd25d0ec
New option for customization of infill/perimeters overlap. #2459
|
9 years ago |
Alessandro Ranellucci
|
a5c0ffe963
Faster loading of 3D preview and much less memory used
|
9 years ago |
Alessandro Ranellucci
|
9ec7b43ca1
Merge branch 'master' into sender
|
9 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 |
Alessandro Ranellucci
|
84760b8d59
Require a recent threads.pm version because of upstream bug 85140 potentially causing deadlocks when stopping running threads. #2394
|
10 years ago |
Alessandro Ranellucci
|
98cb9f0e18
Refactoring: moved G-code export logic into new Slic3r::Print::GCode class. Removed Slic3r::GCode::Layer class. Fixes the order of post-processing filters so that cooling buffer is applied before any other filter whose logic is affected by speeds
|
10 years ago |
Alessandro Ranellucci
|
ff9b53260d
New experimental feature for pressure management. Credits to @llluis for the original implementation. #1203 #1677 #2018
|
10 years ago |
Alessandro Ranellucci
|
c1e26a70f8
Refactoring: move ooze prevention, wipe and avoid crossing perimeters into nested classes for better isolation
|
10 years ago |
Alessandro Ranellucci
|
989ec5cf4d
Fixes to UTF-8 handling in file paths
|
10 years ago |
Alessandro Ranellucci
|
379cde30e2
Ported Slic3r::BridgeDetector to XS
|
10 years ago |
Alessandro Ranellucci
|
36825e0134
Removing empty file
|
10 years ago |
Alessandro Ranellucci
|
8b6a8e6307
Ported PlaceholderParser::update_timestamp() to XS
|
10 years ago |
Alessandro Ranellucci
|
6135a9fb8b
Bugfix: a move below z_offset was performed when retract_lift was enabled and lift amount was less than z_offset. Includes regression test. #2349
|
10 years ago |
Alessandro Ranellucci
|
ee3fb7caa2
Ported GCodeWriter to XS (faster G-code export!)
|
10 years ago |
Alessandro Ranellucci
|
6b4015f9ac
Bump version number
|
10 years ago |
Alessandro Ranellucci
|
eab09866cb
Releasing 1.2.1
|
10 years ago |
Alessandro Ranellucci
|
7f57f007cd
Refactoring: moved Slic3r::GCode::Base to Slic3r::GCode::Writer
|
10 years ago |
Alessandro Ranellucci
|
71ec90a1dd
Finish porting the Extruder class to libslic3r
|
10 years ago |