blocks_base.def.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "version": 2,
  3. "name": "Blocks Base Printer",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": false,
  8. "author": "Blocks Dev Team",
  9. "manufacturer": "Blocks",
  10. "file_formats": "text/x-gcode",
  11. "first_start_actions": [ "MachineSettingsAction" ],
  12. "has_machine_quality": true,
  13. "has_materials": true,
  14. "has_variants": true,
  15. "preferred_material": "generic_pla",
  16. "preferred_quality_type": "normal",
  17. "preferred_variant_name": "0.4mm Nozzle",
  18. "variants_name": "Nozzle Size"
  19. },
  20. "overrides":
  21. {
  22. "acceleration_print": { "value": 500 },
  23. "acceleration_travel": { "value": 500 },
  24. "acceleration_travel_layer_0": { "value": "acceleration_travel" },
  25. "adaptive_layer_height_variation": { "value": 0.04 },
  26. "adaptive_layer_height_variation_step": { "value": 0.04 },
  27. "adhesion_type": { "value": "'skirt'" },
  28. "alternate_extra_perimeter": { "default_value": true },
  29. "bottom_layers": { "value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))" },
  30. "brim_replaces_support": { "value": false },
  31. "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
  32. "cool_min_layer_time": { "value": 10 },
  33. "infill_before_walls": { "value": false },
  34. "infill_enable_travel_optimization": { "default_value": true },
  35. "infill_overlap": { "value": 30.0 },
  36. "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
  37. "infill_wipe_dist": { "value": 0.0 },
  38. "jerk_print": { "value": 8 },
  39. "jerk_travel": { "value": "jerk_print" },
  40. "jerk_travel_layer_0": { "value": "jerk_travel" },
  41. "machine_acceleration": { "value": 500 },
  42. "machine_heated_bed": { "default_value": true },
  43. "machine_max_acceleration_e": { "value": 5000 },
  44. "machine_max_acceleration_x": { "value": 500 },
  45. "machine_max_acceleration_y": { "value": 500 },
  46. "machine_max_feedrate_e": { "value": 50 },
  47. "machine_max_feedrate_x": { "value": 500 },
  48. "machine_max_feedrate_y": { "value": 500 },
  49. "machine_max_feedrate_z": { "value": 10 },
  50. "machine_max_jerk_xy": { "value": 10 },
  51. "material_diameter": { "default_value": 1.75 },
  52. "material_final_print_temperature": { "value": "material_print_temperature" },
  53. "material_initial_print_temperature": { "value": "material_print_temperature" },
  54. "meshfix_maximum_resolution": { "value": "0.01" },
  55. "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
  56. "minimum_interface_area": { "value": 10 },
  57. "minimum_polygon_circumference": { "default_value": 0.2 },
  58. "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
  59. "optimize_wall_printing_order": { "value": "True" },
  60. "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
  61. "retraction_combing_max_distance": { "value": 30 },
  62. "retraction_count_max": { "value": 100 },
  63. "retraction_hop": { "value": 0.2 },
  64. "retraction_hop_enabled": { "value": "False" },
  65. "retraction_prime_speed":
  66. {
  67. "maximum_value": 200,
  68. "value": 20
  69. },
  70. "retraction_retract_speed":
  71. {
  72. "maximum_value_warning": 130,
  73. "value": 200
  74. },
  75. "retraction_speed":
  76. {
  77. "maximum_value": 200,
  78. "value": 40
  79. },
  80. "roofing_layer_count": { "value": 1 },
  81. "skin_monotonic": { "value": true },
  82. "skin_overlap": { "value": 10.0 },
  83. "skirt_gap": { "value": 10.0 },
  84. "skirt_line_count": { "value": 3 },
  85. "speed_layer_0": { "value": 20.0 },
  86. "speed_prime_tower": { "value": "speed_topbottom" },
  87. "speed_support": { "value": "speed_wall_0" },
  88. "speed_support_interface": { "value": "speed_topbottom" },
  89. "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" },
  90. "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
  91. "speed_z_hop": { "value": 5 },
  92. "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" },
  93. "support_brim_enable": { "value": true },
  94. "support_brim_width": { "value": 4 },
  95. "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
  96. "support_interface_density": { "value": 33.333 },
  97. "support_interface_enable": { "value": true },
  98. "support_interface_height": { "value": "layer_height * 4" },
  99. "support_interface_pattern": { "value": "'grid'" },
  100. "support_pattern": { "value": "'zigzag'" },
  101. "support_xy_distance": { "value": "wall_line_width_0 * 2" },
  102. "support_xy_distance_overhang": { "value": "wall_line_width_0" },
  103. "support_xy_overrides_z": { "value": "'xy_overrides_z'" },
  104. "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
  105. "top_layers": { "value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))" },
  106. "travel_avoid_supports": { "value": true },
  107. "travel_retract_before_outer_wall": { "value": true },
  108. "wall_0_wipe_dist": { "value": 0.0 },
  109. "wall_overhang_angle": { "default_value": 75 },
  110. "wall_overhang_speed_factor": { "default_value": 50 },
  111. "wall_thickness": { "value": "line_width * 2" },
  112. "z_seam_corner": { "value": "'z_seam_corner_weighted'" },
  113. "z_seam_type": { "value": "'back'" }
  114. }
  115. }