ratrig_vcore3_base.def.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "version": 2,
  3. "name": "RatRig V-Core 3",
  4. "inherits": "ratrig_base",
  5. "metadata":
  6. {
  7. "visible": false,
  8. "has_machine_quality": true,
  9. "has_variants": true,
  10. "machine_extruder_trains": { "0": "ratrig_base_extruder_0" },
  11. "preferred_variant_name": "0.4mm Nozzle",
  12. "variants_name": "Nozzle Size"
  13. },
  14. "overrides":
  15. {
  16. "acceleration_enabled": { "value": true },
  17. "acceleration_layer_0": { "value": "acceleration_topbottom" },
  18. "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
  19. "acceleration_topbottom": { "value": "acceleration_print / 3" },
  20. "acceleration_travel": { "value": 3000 },
  21. "acceleration_travel_layer_0": { "value": "acceleration_travel / 3" },
  22. "adaptive_layer_height_variation": { "value": 0.04 },
  23. "adaptive_layer_height_variation_step": { "value": 0.04 },
  24. "adhesion_type": { "value": "'skirt'" },
  25. "brim_replaces_support": { "value": false },
  26. "brim_width": { "value": "3" },
  27. "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
  28. "cool_min_layer_time": { "value": 2 },
  29. "fill_outline_gaps": { "value": false },
  30. "gantry_height": { "value": 30 },
  31. "infill_before_walls": { "value": false },
  32. "infill_overlap": { "value": 30 },
  33. "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
  34. "infill_wipe_dist": { "value": 0 },
  35. "layer_height": { "default_value": 0.2 },
  36. "layer_height_0": { "default_value": 0.2 },
  37. "machine_acceleration": { "value": 3000 },
  38. "machine_end_gcode": { "default_value": "END_PRINT" },
  39. "machine_extruder_count": { "default_value": 1 },
  40. "machine_head_with_fans_polygon":
  41. {
  42. "default_value": [
  43. [-40, 90],
  44. [-40, -30],
  45. [40, -30],
  46. [40, 90]
  47. ]
  48. },
  49. "machine_heated_bed": { "default_value": true },
  50. "machine_max_acceleration_e": { "value": 5000 },
  51. "machine_max_acceleration_x": { "value": 9000 },
  52. "machine_max_acceleration_y": { "value": 9000 },
  53. "machine_max_acceleration_z": { "value": 100 },
  54. "machine_max_feedrate_e": { "value": 60 },
  55. "machine_max_feedrate_x": { "value": 500 },
  56. "machine_max_feedrate_y": { "value": 500 },
  57. "machine_max_feedrate_z": { "value": 10 },
  58. "machine_max_jerk_e": { "value": 5 },
  59. "machine_max_jerk_xy": { "value": 5 },
  60. "machine_max_jerk_z": { "value": 0.4 },
  61. "machine_name": { "default_value": "RatRig V-Core 3" },
  62. "machine_shape": { "default_value": "rectangular" },
  63. "machine_show_variants": { "default_value": true },
  64. "machine_start_gcode": { "default_value": "START_PRINT EXTRUDER_TEMP={material_print_temperature_layer_0} BED_TEMP={material_bed_temperature_layer_0}" },
  65. "material_diameter": { "default_value": 1.75 },
  66. "material_final_print_temperature": { "value": "material_print_temperature" },
  67. "material_initial_print_temperature": { "value": "material_print_temperature" },
  68. "meshfix_maximum_resolution": { "value": "0.25" },
  69. "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
  70. "minimum_interface_area": { "value": 10 },
  71. "minimum_support_area": { "value": 2 },
  72. "optimize_wall_printing_order": { "value": true },
  73. "retraction_amount": { "value": "machine_nozzle_size * 2" },
  74. "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
  75. "retraction_combing_max_distance": { "value": 30 },
  76. "retraction_count_max": { "value": 100 },
  77. "retraction_extrusion_window": { "value": 10 },
  78. "retraction_speed": { "value": 40 },
  79. "roofing_layer_count": { "value": 1 },
  80. "skin_overlap": { "value": 18 },
  81. "skirt_brim_minimal_length": { "default_value": 30 },
  82. "skirt_gap": { "value": 10 },
  83. "skirt_line_count": { "value": 3 },
  84. "speed_layer_0": { "value": "math.floor(speed_print * 3 / 10)" },
  85. "speed_print": { "value": 100 },
  86. "speed_roofing": { "value": "math.floor(speed_print * 3 / 10)" },
  87. "speed_support": { "value": "math.floor(speed_print * 3 / 10)" },
  88. "speed_support_interface": { "value": "speed_topbottom" },
  89. "speed_topbottom": { "value": "math.floor(speed_print / 2)" },
  90. "speed_travel": { "value": 250 },
  91. "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
  92. "speed_wall_x": { "value": "speed_wall" },
  93. "speed_z_hop": { "value": 5 },
  94. "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" },
  95. "support_brim_width": { "value": 4 },
  96. "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
  97. "support_interface_density": { "value": 33.333 },
  98. "support_interface_enable": { "value": true },
  99. "support_interface_height": { "value": "layer_height * 4" },
  100. "support_interface_pattern": { "value": "'grid'" },
  101. "support_pattern": { "value": "'zigzag'" },
  102. "support_use_towers": { "value": false },
  103. "support_xy_distance": { "value": "wall_line_width_0 * 2" },
  104. "support_xy_distance_overhang": { "value": "wall_line_width_0" },
  105. "support_xy_overrides_z": { "value": "'xy_overrides_z'" },
  106. "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
  107. "top_bottom_pattern": { "value": "'lines'" },
  108. "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" },
  109. "travel_avoid_supports": { "value": true },
  110. "travel_retract_before_outer_wall": { "value": true },
  111. "wall_0_wipe_dist": { "value": 0 },
  112. "wall_thickness": { "value": "line_width * 2" },
  113. "z_seam_corner": { "value": "'z_seam_corner_weighted'" },
  114. "z_seam_type": { "value": "'back'" }
  115. }
  116. }