bubnikv
|
72ae3585e4
Removed a broken Arc Fitting feature.
|
8 years ago |
bubnikv
|
ed2ee2f6f3
Merged support_fills with support_interface_fills.
|
8 years ago |
Alessandro Ranellucci
|
a65c9ba083
Ported CoolingBuffer to C++/XS
|
8 years ago |
bubnikv
|
35490216a7
Fixes the order of a skirt, raft, support & object on the 1st layer.
|
8 years ago |
Joseph Lenox
|
61c0ae4e94
Changed filament density to use g/cm^3. Extended tooltip to indicate calculation methods.
|
8 years ago |
Joseph Lenox
|
203a965b3d
added total cost/weight to Extruder statistics, mocked up addendum to status bar change.
|
8 years ago |
Joseph Lenox
|
3846d9e734
Add weight/cost output to gcode. On the way to #647
|
8 years ago |
bubnikv
|
4ab972b87a
When the support extruders are set to 0, support is printed with the current material without a tool change.
|
8 years ago |
bubnikv
|
08351b5e48
Fix of ExtrusionMultiPath binding to Perl & G-code generator.
|
8 years ago |
bubnikv
|
bd618569e1
Print the supports before the object layer at the same height.
|
8 years ago |
bubnikv
|
95ede7c4b8
Rewrote Fill2.pm to C++, deleted Perl infills for good.
|
8 years ago |
bubnikv
|
1fb57e439e
Defined the +-* operators on Pointf.
|
8 years ago |
bubnikv
|
7d7f093120
C++ supports sketched, but not finalized yet. Slic3r is still using
|
8 years ago |
bubnikv
|
403329db49
Misc bugfixes.
|
8 years ago |
bubnikv
|
15c1edd552
Configurable volumetric extrusion rate slope.
|
8 years ago |
bubnikv
|
f518e0675c
Initial commit of the new Pressure Equalizer, the EdgeGrid
|
8 years ago |
Vojtech Bubnik
|
7649a1df41
Merge branch 'master' of https://github.com/alexrj/Slic3r into release_candidate_1_3
|
8 years ago |
bubnikv
|
bb9c3dd9ce
Fix of git #3293: More efficient GCode export
|
8 years ago |
Chow Loong Jin
|
5f8eea9adf
Don't use equality comparisons for floats
|
9 years ago |
Alessandro Ranellucci
|
a32937cef2
Refactoring: new Layer::make_fill() method
|
9 years ago |
Alessandro Ranellucci
|
1a286fc906
Fixes and improvements to MotionPlanner, much smarter now
|
9 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
|
9fcec10737
Finished porting LayerRegion to C++
|
9 years ago |
Alessandro Ranellucci
|
3e739b87da
Finished porting Slic3r::GCode to XS (speed boost!)
|
9 years ago |
Alessandro Ranellucci
|
fbd640fdc5
Ported GCode::extrude_path() 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
|
bf9cd1b8e6
Ported Slic3r::GCode::AvoidCrossingPerimeters to XS
|
9 years ago |
Alessandro Ranellucci
|
580d28d071
Finished porting PlaceholderParser to XS
|
9 years ago |
Alessandro Ranellucci
|
8613e174e7
Fix error in autospeed. #2810
|
9 years ago |
Alessandro Ranellucci
|
1875825f45
Minor fix to previous commit
|
9 years ago |
Alessandro Ranellucci
|
7f70da97b4
New experimental autospeed feature. #2810
|
9 years ago |
Alessandro Ranellucci
|
13b7316807
Merge branch 'master' into sender
|
9 years ago |
Alessandro Ranellucci
|
f010354201
Bugfix: skirt was not exported to G-code when raft_layers > 0. #2843
|
9 years ago |
Alessandro Ranellucci
|
73e32dfe5d
Use unique continuous numbering for layer numbers in case of support material layers. #2634
|
10 years ago |
Alessandro Ranellucci
|
1f8ef2a63c
Fixed regression introduced by the recent PerimeterGenerator refactoring causing spiral vase not to be correctly skipped on multi-loop layers. Includes regression test. #2761
|
10 years ago |
Alessandro Ranellucci
|
92b980b10e
Bugfix: superfluous and harmful travel moves between objects when using sequential printing with Avoid crossing perimeters. #2691
|
10 years ago |
Alessandro Ranellucci
|
d2172b4383
Merge branch 'master' into sender
|
10 years ago |
Alessandro Ranellucci
|
c2009af1c6
Remove ;_WIPE marks in G-code which were left between objects in sequential printing
|
10 years ago |
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 years ago |
Alessandro Ranellucci
|
a3b843b24e
Bugfix: temperature was not set correctly when using sequential printing. Includes regression test. #2702
|
10 years ago |
Alessandro Ranellucci
|
bb3feedc31
Bugfix: too many skirt layers were printed when using tall skirts and support material. #2695
|
10 years ago |
Alessandro Ranellucci
|
ba6ae12635
Change end_program() to postamble()
|
10 years ago |
Alexander Rössler
|
cc83e9f06d
using end_program() function in GCode output
|
10 years ago |
Alessandro Ranellucci
|
3ae6f2630e
Merge branch 'master' into sender
|
10 years ago |
Alessandro Ranellucci
|
059b00a829
New --before-layer-change option and new layer_z placeholder. #2602
|
10 years ago |
Alessandro Ranellucci
|
229039d3b8
Fixed test and implementation of ooze prevention standby points (wrong test caused wrong implementation). #2103
|
10 years ago |
Alessandro Ranellucci
|
ba4325411b
Bugfix: the downwards move in sequential printing was performed in the wrong spot. #2524
|
10 years ago |
Alessandro Ranellucci
|
bf02062a67
Bugfix: random but frequent crashes after recent perimeter code refactoring
|
10 years ago |