rigid3d_base.def.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "version": 2,
  3. "name": "Rigid3D Base Printer",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": false,
  8. "author": "Mehmet SUTA\u015e",
  9. "manufacturer": "Rigid3D",
  10. "file_formats": "text/x-gcode",
  11. "first_start_actions": [ "MachineSettingsAction" ],
  12. "has_machine_quality": true,
  13. "has_materials": true,
  14. "machine_extruder_trains": { "0": "rigid3d_base_extruder_0" },
  15. "preferred_material": "generic_pla_175",
  16. "supported_actions": [ "MachineSettingsAction" ]
  17. },
  18. "overrides":
  19. {
  20. "acceleration_enabled": { "value": "False" },
  21. "acceleration_print": { "value": 600 },
  22. "acceleration_travel": { "value": 600 },
  23. "adaptive_layer_height_variation": { "value": 0.16 },
  24. "adaptive_layer_height_variation_step": { "value": 0.04 },
  25. "adhesion_type": { "value": "'skirt'" },
  26. "expand_skins_expand_distance": { "value": 0.3 },
  27. "infill_pattern": { "value": "'zigzag'" },
  28. "infill_sparse_density": { "value": 10 },
  29. "inset_direction": { "value": "'outside_in'" },
  30. "jerk_enabled": { "value": "False" },
  31. "jerk_print": { "value": 10 },
  32. "jerk_travel": { "value": "jerk_print" },
  33. "jerk_travel_layer_0": { "value": "jerk_travel" },
  34. "machine_acceleration": { "value": 600 },
  35. "machine_max_acceleration_e": { "value": 1000 },
  36. "machine_max_acceleration_x": { "value": 600 },
  37. "machine_max_acceleration_y": { "value": 600 },
  38. "machine_max_acceleration_z": { "value": 300 },
  39. "machine_max_feedrate_e": { "value": 40 },
  40. "machine_max_feedrate_x": { "value": 100 },
  41. "machine_max_feedrate_y": { "value": 100 },
  42. "machine_max_feedrate_z": { "value": 8 },
  43. "machine_max_jerk_xy": { "value": 10.0 },
  44. "machine_max_jerk_z": { "value": 0.3 },
  45. "machine_name": { "default_value": "Rigid3D Base Printer" },
  46. "material_bed_temperature_layer_0": { "value": "material_bed_temperature" },
  47. "material_diameter": { "default_value": 1.75 },
  48. "material_final_print_temperature": { "value": "material_print_temperature" },
  49. "material_initial_print_temperature": { "value": "material_print_temperature" },
  50. "minimum_interface_area": { "value": 5.0 },
  51. "minimum_support_area": { "value": "5 if support_structure == 'normal' else 0" },
  52. "optimize_wall_printing_order": { "value": "True" },
  53. "retraction_amount": { "value": 1.5 },
  54. "retraction_combing": { "value": "'all'" },
  55. "retraction_combing_max_distance": { "value": 30 },
  56. "skin_monotonic": { "value": "True" },
  57. "skirt_gap": { "value": 5.0 },
  58. "skirt_line_count": { "value": 2 },
  59. "speed_support_interface": { "value": "speed_support" },
  60. "speed_topbottom": { "value": "speed_print" },
  61. "speed_travel": { "value": 80.0 },
  62. "speed_z_hop": { "default_value": 8.0 },
  63. "support_bottom_stair_step_height": { "value": 0.4 },
  64. "support_brim_enable": { "value": "True" },
  65. "support_brim_width": { "value": 4 },
  66. "support_infill_rate": { "value": 20 },
  67. "support_interface_density": { "value": 70 },
  68. "support_interface_enable": { "value": true },
  69. "support_xy_distance": { "value": "wall_line_width_0 * 2" },
  70. "support_xy_distance_overhang": { "value": "wall_line_width_0" },
  71. "support_xy_overrides_z": { "value": "'xy_overrides_z'" },
  72. "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
  73. "top_bottom_pattern": { "value": "'zigzag'" },
  74. "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" },
  75. "travel_retract_before_outer_wall": { "value": "True" },
  76. "wall_thickness": { "value": "line_width * 2" },
  77. "xy_offset_layer_0": { "value": -0.2 },
  78. "z_seam_position": { "value": "'backleft'" },
  79. "z_seam_type": { "value": "'back'" }
  80. }
  81. }