supermerill 0c12ba9e3a merge with prusa 2.7.2-rc1 7 месяцев назад
..
cpp 0c12ba9e3a merge with prusa 2.7.2-rc1 7 месяцев назад
fff_print_tests de45be5f29 Ported test_gcodewriter from upstream Slic3r, thanks @lordofhyphens. 5 лет назад
include 0c12ba9e3a merge with prusa 2.7.2-rc1 7 месяцев назад
test_3mf c790e2ff7c Added unit test for checking geometry after save+load to 3mf cycle 5 лет назад
test_amf ad682fb436 actually add the AMF test files. 3 лет назад
test_config 13cc74ef0a Ported test_config.cpp from upstream Slic3r. 5 лет назад
test_gcode 52a1685daf Fix fan mover kickstart 11 месяцев назад
test_stl 6e6b137151 Test of importing non-standard ASCII STL (broken normals, junk 5 лет назад
20mm_cube.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
2x20x10.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
A.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
A_upsidedown.obj c4d50ea639 Add test obj and address for support under ground level if no elevation 5 лет назад
README.md dad3b1edb9 Add test_amf.cpp from Slic3r 3 лет назад
U_overhang.obj 1e9bd28714 Upgrade support tree route search functions, add tests 2 лет назад
V.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
V_standing.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
bridge.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
contour_ALIENATO.TTF_glyph_i.svg 8f09c3ac82 WIP: Create another approach to heal shape BUT it is not working 2 лет назад
contour_Allura_Script.ttf_glyph_m.svg 8f09c3ac82 WIP: Create another approach to heal shape BUT it is not working 2 лет назад
contour_neighbor.svg 70460ae790 Fix Healing of SVG shape for overlapped contour points in thin "bay". 1 год назад
cube_with_concave_hole.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
cube_with_concave_hole_enlarged.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
cube_with_concave_hole_enlarged_standing.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
cube_with_hole.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
default_fff.ini 0b31ef6e1e Beginning of arrange gen2 1 год назад
extruder_idler.obj 4569a6026a Add an additional sla test object for support generation. 5 лет назад
extruder_idler_quads.obj 7808d09d06 SLA Contour3D expanded with conversions supporting quads. 5 лет назад
frog_legs.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
ipadstand.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
overhang.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
points_close_to_line.svg 8511b280bf Heal shape with points close to line 2 лет назад
prusaparts.cpp 0b31ef6e1e Beginning of arrange gen2 1 год назад
prusaparts.hpp 0b31ef6e1e Beginning of arrange gen2 1 год назад
pyramid.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
simplification.obj ef5c94f90a Fix: prevent degeneration of model during simplification 3 лет назад
sloping_hole.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
small_dorito.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад
two_hollow_squares.obj 277f6786d8 Add tests for sla support and pad creation 5 лет назад

README.md

Directory containing test-specific input files that are not source code.


Rules

  • Each folder shall be named for the test that it supports.
    • test_config directory supports test_config.cpp, etc.
  • If a specific test file is reused across multiple tests, it should go in the common directory.
  • Each extra input file should be named in such a way that it is relevant to the specific feature of it.
  • No files should have special characters in the name (unless those special characters are part of the test).
  • No spaces should be in the file paths (again, unless testing the presence of spaces is part of the test).
  • Input files that are 3D models should be as small/specific as possible.
    • Do not add copyrighted models without permission from the copyright holder.
    • Do not add NonCommercial models, these would need to be relicensed from the original holder.
    • Add any necessary licensing or attributation information as <filename>.license
      • Example: A CC-By-SA 3D model called cool_statue_bro.stl should have its attributation/license information included in a file called cool_statue_bro.license
      • Any submitted files without an accompanying .license file are assumed to be licensed under CC-By-SA 3.0.
  • The author of a commit adding any extra input files asserts that, via the process of committing those files, that they
    • have abided by the terms of all licensing agreements involved with the files added or
    • are the author of the files in question and submit them to the Slic3r project under the terms of CC-By-SA 3.0.