Property:Material

From Hackerspace ACKspace
Jump to: navigation, search
(created material property WAIT FORIT)
 
(No difference)

Latest revision as of 11:30, 21 February 2019

This is a property of type Text. The allowed values for this property are:

  • ABS
  • PLA
  • PVA
  • PET
  • PETG
  • PETT
  • HIPS
  • NYLON
  • Wood
  • Sandstone
  • Metal
  • Magnetic iron
  • Conductive PLA
  • Carbon fiber
  • Flexible/TPE
  • Glow in the dark
  • Amphora

Note that the list was created from https://www.allthat3d.com/3d-printer-filament/

{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "ABS",
            "PLA",
            "PVA",
            "PET",
            "PETG",
            "PETT",
            "HIPS",
            "NYLON",
            "Wood",
            "Sandstone",
            "Metal",
            "Magnetic iron",
            "Conductive PLA",
            "Carbon fiber",
            "Flexible/TPE",
            "Glow in the dark",
            "Amphora"
        ]
    }
}