История коммитов

Автор SHA1 Сообщение Дата
  Can Geliş 5514c84f2e Fix generating supports for hovering slices (#4129) 7 лет назад
  Alessandro Ranellucci c82302e284 Fixed regression in dont_support_bridges. #3859 7 лет назад
  Alessandro Ranellucci b69a52b105 Merge pull request #3877 from jaggzh/jaggz--enforce-supports-logic 7 лет назад
  Jaggz H b500f0cc01 changed overhang threshold for enforced supports from 75 to 89 7 лет назад
  Joseph Lenox 1857bf6391 SupportMaterial operates in angle, underling XS Fill operates in radians. Convert degrees->radians 7 лет назад
  Jaggz H 3164217e3d Addressed logic of enforced supports. There are inconsistent rare crashes which I cannot find as related to my changes. 7 лет назад
  Joseph Lenox 5cc2d346a2 Wrong logic on detecting use of % for support threshold. Fixes #3842. 7 лет назад
  Alessandro Ranellucci 3f0fea7585 Refactoring: moved Fill::adjust_solid_spacing() to Flow::solid_spacing(). 7 лет назад
  Alessandro Ranellucci 678ae9de72 Keep brim always attached to the object when support material is enabled. #2981 7 лет назад
  Joseph Lenox 977b0aa8e1 Use correct variable type. 7 лет назад
  bubnikv cc1ddc5770 A new feature "support_material_buildplate_only" implemented. 8 лет назад
  Joseph Lenox a2fb7313c6 Configurable overhang threshold as function of perimeter width (#3752) 8 лет назад
  Alessandro Ranellucci b33d04fd2d Bugfix: adjusted solid infill could become very large in thin areas. #3215 8 лет назад
  Alessandro Ranellucci 103ec05774 Ported infill to XS/C++. Credits and many thanks go to @bubnikv for this work 8 лет назад
  Alessandro Ranellucci 9fcec10737 Finished porting LayerRegion to C++ 9 лет назад
  Alessandro Ranellucci 52d3a047a0 One more raft issue causing extra layers. #2723 9 лет назад
  Alessandro Ranellucci 6018dafc46 Removed debugging statement 9 лет назад
  Alessandro Ranellucci 5ce4d8cfb0 Bugfix: extra thin layers added to raft. #2723 9 лет назад
  Alessandro Ranellucci ee66392e11 Fix numerical issues causing incomplete raft under certain circumstances. Includes a minor refactoring of raft layer logic. #2723 9 лет назад
  Alessandro Ranellucci 70ace8c76f Bugfix: use proper spacing for first support layer instead of trying to align it to upper layers. #2662 10 лет назад
  Alessandro Ranellucci 8605969dc5 Don't output slic3r:z attribute in SVG for raft layers 10 лет назад
  Alessandro Ranellucci 1d204af6f4 Fixed regression causing rectilinear infill to be misaligned across layers. #2566 10 лет назад
  Alessandro Ranellucci 7b980c1dc9 New option for vertical distance between object and support material, with special handling of the 0 case that disabled bridge flow/speed in order to allow for soluble material. #2491 #2272 #2069 #1942 #2435 #1703 10 лет назад
  Alessandro Ranellucci 406d045ced The inwards move after an external loop was still randomly generated outwards in some cases. Perimeters are now generated with a distinct iterator for each slice. Nested islands are also correctly supported too. Various regression tests included. #2253 10 лет назад
  Alessandro Ranellucci d38503bf44 Bugfix: downwards interface detection might cause a crash 10 лет назад
  Alessandro Ranellucci af446dc7d4 Apply contact distance to first support layer above object's top surfaces too. #1939 10 лет назад
  Alessandro Ranellucci 473802ce8c Use support material interface extruder for layers above object's top surfaces too. #1939 10 лет назад
  Alessandro Ranellucci e79aa2e81c New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618 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 09fd5b4af4 Bugfix: adjust flow by using each support layer's height instead of a bogus one. #2269 10 лет назад
  Y. Sapir a168973bea Call get_layer instead of layers->[] (more efficient now that layers() recreates the array). 10 лет назад
  Alessandro Ranellucci 8ee11b3239 Refactoring: keep height in Flow object and calculate spacing on demand 10 лет назад
  Alessandro Ranellucci 1674108bac Don't apply pillars to raft layers 10 лет назад
  Alessandro Ranellucci 82e2dd4e62 Bugfix: wrong number of raft layers in some situations due to a numerical error 10 лет назад
  Alessandro Ranellucci ba8148f4ad Merge branch 'printcpp' of github.com:sapir/Slic3r into sapir-printcpp 10 лет назад
  Alessandro Ranellucci 3599bd0bae Distinct extrusion width for external perimeters 10 лет назад
  Alessandro Ranellucci 39b8ac80ee Ignore holes in object footprint when generating raft 10 лет назад
  Alessandro Ranellucci 8290a006ed Bugfix: a lot of extra support material was generated when using both raft layers and support material. #2030 10 лет назад
  Y. Sapir 8da0bded1d Move Print object storage to C++. (along with its subobjects) 10 лет назад
  Alessandro Ranellucci 59f0e76da1 Distinct extrusion role for support material interface 10 лет назад
  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 лет назад
  Alessandro Ranellucci 5f88135074 Adjust XY distance of the contact loop 10 лет назад
  Alessandro Ranellucci 4311f30739 Fixed one typo in BridgeDetector and some improvements to support material 10 лет назад
  Alessandro Ranellucci 010b71e9d4 Improvements to avoid numerical issues in bridge detection and bridge exclusion 10 лет назад
  Alessandro Ranellucci 8ded268e7e Take into account that $layerm->perimeters also contains ExtrusionPath objects. #1991 10 лет назад
  Alessandro Ranellucci 1667d1826d Put continuous base flange under pillars support material 10 лет назад
  Alessandro Ranellucci 1d10cd3da6 Also remove bridged perimeters area from support material 10 лет назад
  Alessandro Ranellucci 3e3cc4171c TODO about bridges and support material 10 лет назад
  Alessandro Ranellucci ef2296dc8d Make sure interface and base generation honor the gap between support material and object 10 лет назад
  Alessandro Ranellucci 98e40d3fe4 Store width and height in ExtrusionEntity objects for debugging purposes 10 лет назад