bubnikv
|
b93d26517d
Revert "Merge branch 'master' into stable"
|
7 лет назад |
bubnikv
|
8746f84fa2
Improved error reporting of the PlaceholderParser.
|
7 лет назад |
bubnikv
|
3bc79e80d5
Fixed configuration & validate C++ ports.
|
7 лет назад |
bubnikv
|
5a844c91f1
When executing G-code post-processing scripts written in perl on windows,
|
7 лет назад |
bubnikv
|
1385018724
Unicode handling:
|
7 лет назад |
bubnikv
|
31085fb1d7
Ported some ModelObject methods from Perl to C++.
|
7 лет назад |
bubnikv
|
81823fe7df
Reduced the content of Geometry.pm, removed unused Perl subroutines.
|
7 лет назад |
bubnikv
|
6f28818f87
Fix of
|
7 лет назад |
bubnikv
|
774c69e3c6
Fix of "Problem with larger brim overlapping "
|
7 лет назад |
bubnikv
|
e000b22578
Implemented wipe tower print path preview.
|
7 лет назад |
bubnikv
|
8a628c451c
Fixed a newly introduced G-code issue on Windows
|
7 лет назад |
bubnikv
|
e90279c513
Ported the G-code generator from Perl to C++.
|
7 лет назад |
bubnikv
|
ed2ee2f6f3
Merged support_fills with support_interface_fills.
|
7 лет назад |
bubnikv
|
e6fddd364d
Volume rewritten from Perl to C++,
|
8 лет назад |
bubnikv
|
4d00aa1800
More tracing of the slicing process.
|
8 лет назад |
bubnikv
|
f8a2087fc6
Fixed a bug after merge.
|
8 лет назад |
bubnikv
|
46fc4a0a8e
Correctly rename g-code file once it is generated.
|
8 лет назад |
Alessandro Ranellucci
|
80f345d7c1
Remove unnecessary method call
|
8 лет назад |
Alessandro Ranellucci
|
6a90fceaaf
Ported expanded_output_filepath() to C++/XS
|
8 лет назад |
bubnikv
|
3d11d1aebf
make_skirt ported to C++
|
8 лет назад |
bubnikv
|
420e387055
new feature: Clip multi-part objects one by the other.
|
8 лет назад |
bubnikv
|
ce8973b33a
Fixed a bug in renaming a G-code at the end of a G-code export
|
8 лет назад |
bubnikv
|
e2f8ea2809
When renaming the exported G-code (removing the .tmp suffix),
|
8 лет назад |
Alessandro Ranellucci
|
bbd63616b1
Write to a temporary file before renaming with the final name. #1844
|
8 лет назад |
bubnikv
|
e386a2bf72
Documentation of the UI config update functions,
|
8 лет назад |
Alessandro Ranellucci
|
86c8207d31
Ported make_perimeters() and infill() to C++/XS, use pure C++ threads, cherry picked from @alexrj 66591bcc556c01572ec7519b1f8cb4ee2d430685
|
8 лет назад |
bubnikv
|
695c92fb00
CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions
|
8 лет назад |
bubnikv
|
bfb336df0c
Refactored Print::validate() method to not throw an exception, but
|
8 лет назад |
bubnikv
|
b2a6f43923
Documented perl modules.
|
8 лет назад |
Alessandro Ranellucci
|
7c8b71012c
Force the 'nearest' strategy for starting skirt loops
|
9 лет назад |
Alessandro Ranellucci
|
3c862836f2
Refactored the Config XS bindings
|
9 лет назад |
Alessandro Ranellucci
|
3a9cf91f83
Ported a couple more methods to XS
|
9 лет назад |
Alessandro Ranellucci
|
580d28d071
Finished porting PlaceholderParser to XS
|
9 лет назад |
Alessandro Ranellucci
|
c64308a5e7
Render brim and skirt in 3D toolpaths preview. #2649
|
9 лет назад |
Alessandro Ranellucci
|
7d81aee62f
Added the [scale] placeholder. #2791
|
9 лет назад |
Alessandro Ranellucci
|
722e94513c
Refactoring: removed the non-idempotent init_extruders() step. Also, infill_extruder was not limited to the available number of extruders when slicing from the plater, and support material extruder was considered also when support material was disabled
|
10 лет назад |
Alessandro Ranellucci
|
9d435c8f4d
Bugfix: we can't check for executability of post-processing scripts on Windows. #2616
|
10 лет назад |
Alessandro Ranellucci
|
a07c48bb30
Fixed regression causing [input_filename] and [input_filename_base] not being available in custom G-code anymore. Includes regression test. #1507
|
10 лет назад |
Alessandro Ranellucci
|
2d3fdf920b
Fixed SVG export not placing object inside the SVG viewport anymore. #2601
|
10 лет назад |
Alessandro Ranellucci
|
8605969dc5
Don't output slic3r:z attribute in SVG for raft layers
|
10 лет назад |
Alessandro Ranellucci
|
90afbc8bd9
Bugfix: don't crash when skirts > 0 but skirt_height = 0. Includes regression test. #2537
|
10 лет назад |
Alessandro Ranellucci
|
35da87a90a
Check whether the configured post-processing scripts are executable and show an error when they aren't
|
10 лет назад |
Alessandro Ranellucci
|
b77d35f6f1
Don't autoassign extruders to material config. #2522
|
10 лет назад |
Alessandro Ranellucci
|
e8dc981774
Fixes to Ooze Prevention
|
10 лет назад |
Alessandro Ranellucci
|
c00061678b
Use perimeter extruder for brim. #618
|
10 лет назад |
Alessandro Ranellucci
|
d9cffeca4a
Bugfix: adjust skirt flow according to each layer's height. #2307
|
10 лет назад |
Alessandro Ranellucci
|
e8ab9ac13a
Ported Print::bounding_box(), Print::total_bounding_box(), Print::skirt_flow(), Print:skirt_first_layer_height() to XS
|
10 лет назад |
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 лет назад |
Alessandro Ranellucci
|
ff9b53260d
New experimental feature for pressure management. Credits to @llluis for the original implementation. #1203 #1677 #2018
|
10 лет назад |
Alessandro Ranellucci
|
c1e26a70f8
Refactoring: move ooze prevention, wipe and avoid crossing perimeters into nested classes for better isolation
|
10 лет назад |