rigid3d_zero.def.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "name": "Rigid3D Zero",
  3. "version": 2,
  4. "inherits": "rigid3d_base",
  5. "metadata": {
  6. "visible": true,
  7. "quality_definition": "rigid3d_base",
  8. "preferred_quality_type": "standard",
  9. "preferred_material": "generic_pla_175",
  10. "exclude_materials": [
  11. "chromatik_pla",
  12. "dsm_arnitel2045_175",
  13. "dsm_novamid1070_175",
  14. "emotiontech_abs",
  15. "emotiontech_asax",
  16. "emotiontech_hips",
  17. "emotiontech_petg",
  18. "emotiontech_pla",
  19. "emotiontech_pva-m",
  20. "emotiontech_pva-oks",
  21. "emotiontech_pva-s",
  22. "emotiontech_tpu98a",
  23. "fabtotum_abs",
  24. "fabtotum_nylon",
  25. "fabtotum_pla",
  26. "fabtotum_tpu",
  27. "fiberlogy_hd_pla",
  28. "filo3d_pla",
  29. "filo3d_pla_green",
  30. "filo3d_pla_red",
  31. "generic_abs",
  32. "generic_abs_175",
  33. "generic_bam",
  34. "generic_cffcpe",
  35. "generic_cffpa",
  36. "generic_cpe",
  37. "generic_cpe_175",
  38. "generic_cpe_plus",
  39. "generic_gffcpe",
  40. "generic_gffpa",
  41. "generic_hips",
  42. "generic_hips_175",
  43. "generic_nylon",
  44. "generic_nylon_175",
  45. "generic_pc",
  46. "generic_pc_175",
  47. "generic_petg",
  48. "generic_petg_175",
  49. "generic_pla",
  50. "generic_pp",
  51. "generic_pva",
  52. "generic_pva_175",
  53. "generic_tough_pla",
  54. "generic_tpu",
  55. "generic_tpu_175",
  56. "imade3d_petg_175",
  57. "imade3d_pla_175",
  58. "innofill_innoflex60_175",
  59. "leapfrog_abs_natural",
  60. "leapfrog_epla_natural",
  61. "leapfrog_pva_natural",
  62. "octofiber_pla",
  63. "polyflex_pla",
  64. "polymax_pla",
  65. "polyplus_pla",
  66. "polywood_pla",
  67. "structur3d_dap100silicone",
  68. "tizyx_abs",
  69. "tizyx_flex",
  70. "tizyx_petg",
  71. "tizyx_pla",
  72. "tizyx_pla_bois",
  73. "tizyx_pva",
  74. "verbatim_bvoh_175",
  75. "Vertex_Delta_ABS",
  76. "Vertex_Delta_PET",
  77. "Vertex_Delta_PLA",
  78. "Vertex_Delta_PLA_Glitter",
  79. "Vertex_Delta_PLA_Mat",
  80. "Vertex_Delta_PLA_Satin",
  81. "Vertex_Delta_PLA_Wood",
  82. "Vertex_Delta_TPU",
  83. "zyyx_pro_flex",
  84. "zyyx_pro_pla"
  85. ]
  86. },
  87. "overrides": {
  88. "machine_name": { "default_value": "Rigid3D Zero" },
  89. "machine_heated_bed": { "default_value": false },
  90. "machine_width": { "default_value": 250 },
  91. "machine_depth": { "default_value": 250 },
  92. "machine_height": { "default_value": 190 },
  93. "machine_center_is_zero": { "default_value": false },
  94. "machine_start_gcode": {"default_value": " ; -- START GCODE --\n G21\n G28 ; Home extruder\n G29 ; Autolevel bed\n M107 ; Turn off fan\n G90 ; Absolute positioning\n M82 ; Extruder in absolute mode\n G92 E0 ; Reset extruder position\n ; -- end of START GCODE --\n\n"},
  95. "machine_end_gcode": {"default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn ectruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n"},
  96. "machine_head_with_fans_polygon": {
  97. "default_value": [
  98. [ -40, -15], [ -40, 60], [ 30, -15], [ 30, 60]
  99. ]
  100. },
  101. "gantry_height": { "value": 20 }
  102. }
  103. }