winbo_superhelper105.def.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "version": 2,
  3. "name": "Winbo Super Helper 105",
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "author": "Winbo",
  7. "manufacturer": "Winbo Smart Tech Co., Ltd.",
  8. "category": "Other",
  9. "visible": true,
  10. "file_formats": "text/x-gcode",
  11. "supports_usb_connection": true,
  12. "machine_extruder_trains":
  13. {
  14. "0": "winbo_superhelper105_extruder"
  15. }
  16. },
  17. "overrides": {
  18. "machine_name": { "default_value": "Winbo Super Helper 105" },
  19. "machine_width": { "default_value": 108 },
  20. "machine_depth": { "default_value": 108 },
  21. "machine_height": { "default_value": 158 },
  22. "machine_heated_bed": { "default_value": false },
  23. "material_bed_temp_wait": { "default_value": false },
  24. "machine_nozzle_heat_up_speed": { "default_value": 1.4 },
  25. "machine_nozzle_cool_down_speed": { "default_value": 0.8 },
  26. "machine_head_with_fans_polygon":
  27. {
  28. "default_value":
  29. [
  30. [ -110, 50 ],[ -110, -30 ],[ 110, -30 ],[ 110, 50 ]
  31. ]
  32. },
  33. "machine_gcode_flavor": { "default_value": "Marlin" },
  34. "machine_max_feedrate_x": { "default_value": 250 },
  35. "machine_max_feedrate_y": { "default_value": 200 },
  36. "machine_max_feedrate_z": { "default_value": 40 },
  37. "machine_acceleration": { "default_value": 2000 },
  38. "gantry_height": { "value": "200" },
  39. "machine_extruder_count": { "default_value": 1 },
  40. "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nG28 X0 Y0\nG28 Z0\nG1 F6000 Z0.3\nG92 E0\nG1 F1000 X30 E8\nG92 E0\nM117 Printing." },
  41. "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" },
  42. "prime_blob_enable": { "enabled": true },
  43. "acceleration_enabled": { "value": "True" },
  44. "acceleration_layer_0": { "value": "acceleration_topbottom" },
  45. "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
  46. "acceleration_print": { "value": "2000" },
  47. "acceleration_travel": { "value": "1500" },
  48. "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
  49. "acceleration_support_interface": { "value": "acceleration_topbottom" },
  50. "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" },
  51. "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" },
  52. "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
  53. "brim_width": { "value": "3" },
  54. "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
  55. "cool_fan_speed": { "value": "100" },
  56. "cool_fan_speed_max": { "value": "100" },
  57. "cool_min_speed": { "value": "5" },
  58. "fill_outline_gaps": { "value": "True" },
  59. "infill_overlap": { "value": "0" },
  60. "min_infill_area": { "value": "1" },
  61. "min_skin_width_for_expansion": { "value": "2" },
  62. "jerk_enabled": { "value": "True" },
  63. "jerk_layer_0": { "value": "jerk_topbottom" },
  64. "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" },
  65. "jerk_print": { "value": "25" },
  66. "jerk_support": { "value": "math.ceil(jerk_print * 15 / 25)" },
  67. "jerk_support_interface": { "value": "jerk_topbottom" },
  68. "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" },
  69. "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" },
  70. "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" },
  71. "wall_thickness": { "value": "0.8"},
  72. "line_width": { "value": "extruderValue(-1,'machine_nozzle_size')" },
  73. "raft_base_thickness": { "value": "0.3" },
  74. "raft_interface_line_spacing": { "value": "0.5" },
  75. "raft_interface_line_width": { "value": "0.5" },
  76. "raft_interface_thickness": { "value": "0.2" },
  77. "raft_jerk": { "value": "jerk_layer_0" },
  78. "raft_margin": { "value": "10" },
  79. "raft_surface_layers": { "value": "1" },
  80. "retraction_amount": { "value": "4" },
  81. "retraction_count_max": { "value": "10" },
  82. "retraction_extrusion_window": { "value": "1" },
  83. "retraction_hop": { "value": "0.5" },
  84. "retraction_hop_enabled": { "value": "True" },
  85. "retraction_hop_only_when_collides": { "value": "True" },
  86. "retraction_min_travel": { "value": "5" },
  87. "retraction_prime_speed": { "value": "25" },
  88. "skin_overlap": { "value": "10" },
  89. "speed_layer_0": { "value": "20" },
  90. "speed_print": { "value": "52" },
  91. "speed_support": { "value": "speed_print*line_width/support_line_width" },
  92. "speed_support_interface": { "value": "speed_print*line_width/support_interface_line_width" },
  93. "speed_topbottom": { "value": "speed_print*line_width/skin_line_width" },
  94. "speed_travel": { "value": "80" },
  95. "speed_infill": { "value": "speed_print*line_width/infill_line_width" },
  96. "speed_wall": { "value": "speed_print*wall_line_width_0/line_width" },
  97. "speed_wall_0": { "value": "math.ceil(speed_wall * 0.6)" },
  98. "speed_wall_x": { "value": "speed_wall" },
  99. "speed_equalize_flow_enabled": { "value": "False" },
  100. "support_angle": { "value": "50" },
  101. "support_xy_distance": { "value": "1" },
  102. "support_z_distance": { "value": "max((0.2 if(0.2%layer_height==0) else layer_height*int((0.2+layer_height)/layer_height)),layer_height)" },
  103. "support_bottom_distance": { "value": "max(support_z_distance,layer_height*int(0.45/layer_height))" },
  104. "top_bottom_thickness": { "value": "max(1.2,layer_height*6)" },
  105. "travel_avoid_distance": { "value": "3" },
  106. "gradual_support_infill_step_height": { "value": "0.2" },
  107. "gradual_support_infill_steps": { "value": "1" },
  108. "infill_sparse_density": { "value": "20" },
  109. "gradual_infill_step_height": { "value": "1" },
  110. "initial_layer_line_width_factor": { "value": "120" },
  111. "jerk_travel": { "value": "25" },
  112. "support_bottom_enable": { "value": "True" },
  113. "support_bottom_height": { "value": "max((0.15 if(0.15%layer_height==0) else layer_height*int((0.15+layer_height)/layer_height)),layer_height)" },
  114. "support_bottom_pattern": { "value": "'zigzag'" },
  115. "support_connect_zigzags": { "value": "False" },
  116. "support_infill_rate": { "value": "8 if support_enable else 0 if support_tree_enable else 8" },
  117. "support_interface_density": { "value": "80" },
  118. "support_interface_enable": { "value": "True" },
  119. "support_interface_height": { "value": "0.5" },
  120. "support_roof_pattern": { "value": "'concentric'" },
  121. "z_seam_type": { "value": "'shortest'" },
  122. "speed_equalize_flow_max": { "value": "65" }
  123. }
  124. }