Add PLA, PETG & ABS materials
This commit is contained in:
parent
f02405046a
commit
cb0c0a9e8c
@ -1715,6 +1715,9 @@ material.styrofoam_blue_foam_xps = Styrofoam \"Blue foam\" (XPS)
|
||||
material.titanium = Titanium
|
||||
material.quantum_tubing = Quantum tubing
|
||||
material.blue_tube = Blue tube
|
||||
material.pla = PLA - 100% infill
|
||||
material.petg = PETG - 100% infill
|
||||
material.abs = ABS - 100% infill
|
||||
!SURFACE_MATERIAL
|
||||
material.ripstop_nylon = Ripstop nylon
|
||||
material.mylar = Mylar
|
||||
|
@ -69,6 +69,9 @@ public class Databases {
|
||||
BULK_MATERIAL.add(newMaterial(Material.Type.BULK, "Titanium", 4500));
|
||||
BULK_MATERIAL.add(newMaterial(Material.Type.BULK, "Quantum tubing", 1050));
|
||||
BULK_MATERIAL.add(newMaterial(Material.Type.BULK, "Blue tube", 1300));
|
||||
BULK_MATERIAL.add(newMaterial(Material.Type.BULK, "PLA - 100% infill", 1250));
|
||||
BULK_MATERIAL.add(newMaterial(Material.Type.BULK, "PETG - 100% infill", 1050));
|
||||
BULK_MATERIAL.add(newMaterial(Material.Type.BULK, "ABS - 100% infill", 1250));
|
||||
|
||||
SURFACE_MATERIAL.add(newMaterial(Material.Type.SURFACE, "Ripstop nylon", 0.067));
|
||||
SURFACE_MATERIAL.add(newMaterial(Material.Type.SURFACE, "Mylar", 0.021));
|
||||
|
Loading…
x
Reference in New Issue
Block a user