Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. {
  2. "x": {
  3. "description": "usable print length from left to right",
  4. "type": "float"
  5. },
  6. "y": {
  7. "description": "usable print length from back to front",
  8. "type": "float"
  9. },
  10. "z": {
  11. "description": "usable print length from bottom to top",
  12. "type": "float"
  13. },
  14. "n": {
  15. "description": "how many materials can be printed at the same time, -1 if any",
  16. "type": "int"
  17. },
  18. "hbmt": {
  19. "description": "max heatbed temperature, 0 is not heated",
  20. "type": "float"
  21. },
  22. "he": {
  23. "description": "hot ends",
  24. "list_type": {
  25. "object": {
  26. "di": {
  27. "description": "hot end input diameter",
  28. "type": "float"
  29. },
  30. "do": {
  31. "description": "hot end output diameter",
  32. "type": "float"
  33. },
  34. "mtemp": {
  35. "description": "hot end max temp",
  36. "type": "float"
  37. },
  38. "bowden": {
  39. "description": "is bowden",
  40. "type": "bool"
  41. },
  42. "flex": {
  43. "description": "can print flex materials",
  44. "type": "bool"
  45. },
  46. "abrasive": {
  47. "description": "can print abrasive materials",
  48. "type": "bool"
  49. }
  50. }
  51. }
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement