Advertisement
Vrill

Computercraft: test file for 3D printer

Aug 27th, 2019
952
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. 3dp -> 3D printer scheme file for ComputerCraft turtle
  2. title = 'testHouse_10-8-5.3dp'
  3. slot1 = 'dirt'
  4. slot2 = 'cobblestone'
  5. slot3 = 'w.planks'
  6. slot4 = 'fence'
  7. slot5 = 'bricks'
  8. slot6 = 'GlasPane'
  9. slot7 = 'torch'
  10. slot8 = ''
  11. slot9 = ''
  12. slot10 = ''
  13. slot11 = ''
  14. slot12 = ''
  15. slot13 = ''
  16. slot14 = ''
  17. slot15 = ''
  18. slot16 = ''
  19. sizeX = 10
  20. sizeY = 8
  21. sizeZ = 5
  22. --Use 0123456789ABCDEFG chars --
  23. --layer1--
  24. 0002222200
  25. 0002333200
  26. 2222333200
  27. 2333333200
  28. 2332222211
  29. 2332111111
  30. 2222111111
  31. 1111111111
  32. --layer2--
  33. 0002555200
  34. 0005000500
  35. 2555000500
  36. 5000000500
  37. 5005555244
  38. 5005000004
  39. 2002000004
  40. 4004444444
  41. --layer3--
  42. 0002565200
  43. 0005000500
  44. 2555000600
  45. 5000000500
  46. 6005565207
  47. 5005000000
  48. 2002000000
  49. 4004700007
  50. --layer4--
  51. 0002555200
  52. 0005000500
  53. 2555000500
  54. 5005000500
  55. 5005555200
  56. 5005000000
  57. 2552000000
  58. 4004000000
  59. --layer5--
  60. 0003333300
  61. 0003333300
  62. 3333333300
  63. 3333333300
  64. 3333333300
  65. 3333333300
  66. 3333300000
  67. 3333300000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement