tinyboy.def.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "name": "TinyBoy",
  3. "version": 2,
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "author": "Fred Chan",
  7. "manufacturer": "TinyBoy / mago",
  8. "category": "tinyboy",
  9. "visible": false,
  10. "file_formats": "text/x-gcode",
  11. "has_materials": false,
  12. "has_machine_quality": true,
  13. "preferred_quality_type": "normal",
  14. "platform_texture": "tinyboy2.png",
  15. "platform_offset": [ 0, 0, 0 ],
  16. "machine_extruder_trains":
  17. {
  18. "0": "tinyboy_e10_extruder_0"
  19. }
  20. },
  21. "overrides": {
  22. "machine_width": {
  23. "default_value": 100
  24. },
  25. "machine_depth": {
  26. "default_value": 100
  27. },
  28. "machine_height": {
  29. "default_value": 105
  30. },
  31. "machine_head_polygon": {
  32. "default_value": [
  33. [-30, 34],
  34. [-30, -32],
  35. [30, -32],
  36. [30, 34]
  37. ]
  38. },
  39. "layer_height_0": {
  40. "default_value": 0.2
  41. },
  42. "top_bottom_thickness": {
  43. "default_value": 0.9
  44. },
  45. "top_bottom_pattern_0": {
  46. "default_value": "concentric"
  47. },
  48. "infill_pattern": {
  49. "value": "'triangles'"
  50. },
  51. "retraction_enable": {
  52. "default_value": true
  53. },
  54. "retraction_amount": {
  55. "default_value": 6
  56. },
  57. "retraction_speed": {
  58. "default_value": 20
  59. },
  60. "cool_min_layer_time": {
  61. "default_value": 10
  62. },
  63. "adhesion_type": {
  64. "default_value": "skirt"
  65. },
  66. "skirt_line_count": {
  67. "default_value": 4
  68. },
  69. "skirt_gap": {
  70. "default_value": 5
  71. },
  72. "machine_end_gcode": {
  73. "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y210; home X axis and push Y forward\nM84 ; disable motors"
  74. },
  75. "machine_center_is_zero": {
  76. "default_value": false
  77. },
  78. "machine_heated_bed": {
  79. "default_value": false
  80. },
  81. "gantry_height": {
  82. "default_value": 30
  83. },
  84. "acceleration_enabled": {
  85. "default_value": true
  86. },
  87. "acceleration_print": {
  88. "default_value": 500
  89. },
  90. "acceleration_travel": {
  91. "default_value": 500
  92. },
  93. "jerk_enabled": {
  94. "default_value": true
  95. },
  96. "jerk_print": {
  97. "default_value": 20
  98. },
  99. "jerk_travel": {
  100. "default_value": 20
  101. }
  102. }
  103. }