supermerill 52a1685daf Fix fan mover kickstart 11 месяцев назад
..
cpp 6e0017ff8f Merge remote-tracking branch 'remotes/prusa/master' 2.4 into dev 2.3.58 3 лет назад
fff_print_tests de45be5f29 Ported test_gcodewriter from upstream Slic3r, thanks @lordofhyphens. 5 лет назад
include 3e28eb136c Adjust some branding back to mainline Slic3r; 3 лет назад
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 лет назад
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 лет назад
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 лет назад
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 лет назад
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.