My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.ini 8.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. #
  2. # Marlin Firmware
  3. # config.ini - Options to apply before the build
  4. #
  5. [config:base]
  6. ini_use_config = none
  7. # Load all config: sections in this file
  8. ;ini_use_config = all
  9. # Load config file relative to Marlin/
  10. ;ini_use_config = another.ini
  11. # Download configurations from GitHub
  12. ;ini_use_config = example/Creality/Ender-5 Plus @ bugfix-2.1.x
  13. # Download configurations from your server
  14. ;ini_use_config = https://me.myserver.com/path/to/configs
  15. # Evaluate config:base and do a config dump
  16. ;ini_use_config = base
  17. ;config_export = 2
  18. [config:minimal]
  19. motherboard = BOARD_RAMPS_14_EFB
  20. serial_port = 0
  21. baudrate = 250000
  22. use_watchdog = on
  23. thermal_protection_hotends = on
  24. thermal_protection_hysteresis = 4
  25. thermal_protection_period = 40
  26. bufsize = 4
  27. block_buffer_size = 16
  28. max_cmd_size = 96
  29. extruders = 1
  30. temp_sensor_0 = 1
  31. temp_hysteresis = 3
  32. heater_0_mintemp = 5
  33. heater_0_maxtemp = 275
  34. preheat_1_temp_hotend = 180
  35. bang_max = 255
  36. pidtemp = on
  37. pid_k1 = 0.95
  38. pid_max = BANG_MAX
  39. pid_functional_range = 10
  40. default_kp = 22.20
  41. default_ki = 1.08
  42. default_kd = 114.00
  43. x_driver_type = A4988
  44. y_driver_type = A4988
  45. z_driver_type = A4988
  46. e0_driver_type = A4988
  47. x_bed_size = 200
  48. x_min_pos = 0
  49. x_max_pos = X_BED_SIZE
  50. y_bed_size = 200
  51. y_min_pos = 0
  52. y_max_pos = Y_BED_SIZE
  53. z_min_pos = 0
  54. z_max_pos = 200
  55. x_home_dir = -1
  56. y_home_dir = -1
  57. z_home_dir = -1
  58. use_xmin_plug = on
  59. use_ymin_plug = on
  60. use_zmin_plug = on
  61. x_min_endstop_inverting = false
  62. y_min_endstop_inverting = false
  63. z_min_endstop_inverting = false
  64. default_axis_steps_per_unit = { 80, 80, 400, 500 }
  65. axis_relative_modes = { false, false, false, false }
  66. default_max_feedrate = { 300, 300, 5, 25 }
  67. default_max_acceleration = { 3000, 3000, 100, 10000 }
  68. homing_feedrate_mm_m = { (50*60), (50*60), (4*60) }
  69. homing_bump_divisor = { 2, 2, 4 }
  70. x_enable_on = 0
  71. y_enable_on = 0
  72. z_enable_on = 0
  73. e_enable_on = 0
  74. invert_x_dir = false
  75. invert_y_dir = true
  76. invert_z_dir = false
  77. invert_e0_dir = false
  78. invert_e_step_pin = false
  79. invert_x_step_pin = false
  80. invert_y_step_pin = false
  81. invert_z_step_pin = false
  82. disable_x = false
  83. disable_y = false
  84. disable_z = false
  85. disable_e = false
  86. proportional_font_ratio = 1.0
  87. default_nominal_filament_dia = 1.75
  88. junction_deviation_mm = 0.013
  89. default_acceleration = 3000
  90. default_travel_acceleration = 3000
  91. default_retract_acceleration = 3000
  92. default_minimumfeedrate = 0.0
  93. default_mintravelfeedrate = 0.0
  94. minimum_planner_speed = 0.05
  95. min_steps_per_segment = 6
  96. default_minsegmenttime = 20000
  97. [config:basic]
  98. bed_overshoot = 10
  99. busy_while_heating = on
  100. default_ejerk = 5.0
  101. default_keepalive_interval = 2
  102. default_leveling_fade_height = 0.0
  103. disable_inactive_extruder = on
  104. display_charset_hd44780 = JAPANESE
  105. eeprom_boot_silent = on
  106. eeprom_chitchat = on
  107. endstoppullups = on
  108. extrude_maxlength = 200
  109. extrude_mintemp = 170
  110. host_keepalive_feature = on
  111. hotend_overshoot = 15
  112. jd_handle_small_segments = on
  113. lcd_info_screen_style = 0
  114. lcd_language = en
  115. max_bed_power = 255
  116. mesh_inset = 0
  117. min_software_endstops = on
  118. max_software_endstops = on
  119. min_software_endstop_x = on
  120. min_software_endstop_y = on
  121. min_software_endstop_z = on
  122. max_software_endstop_x = on
  123. max_software_endstop_y = on
  124. max_software_endstop_z = on
  125. preheat_1_fan_speed = 0
  126. preheat_1_label = "PLA"
  127. preheat_1_temp_bed = 70
  128. prevent_cold_extrusion = on
  129. prevent_lengthy_extrude = on
  130. printjob_timer_autostart = on
  131. probing_margin = 10
  132. show_bootscreen = on
  133. soft_pwm_scale = 0
  134. string_config_h_author = "(none, default config)"
  135. temp_bed_hysteresis = 3
  136. temp_bed_residency_time = 10
  137. temp_bed_window = 1
  138. temp_residency_time = 10
  139. temp_window = 1
  140. validate_homing_endstops = on
  141. xy_probe_feedrate = (133*60)
  142. z_clearance_between_probes = 5
  143. z_clearance_deploy_probe = 10
  144. z_clearance_multi_probe = 5
  145. [config:advanced]
  146. arc_support = on
  147. auto_report_temperatures = on
  148. autotemp = on
  149. autotemp_oldweight = 0.98
  150. bed_check_interval = 5000
  151. default_stepper_deactive_time = 120
  152. default_volumetric_extruder_limit = 0.00
  153. disable_inactive_e = true
  154. disable_inactive_x = true
  155. disable_inactive_y = true
  156. disable_inactive_z = true
  157. e0_auto_fan_pin = -1
  158. encoder_100x_steps_per_sec = 80
  159. encoder_10x_steps_per_sec = 30
  160. encoder_rate_multiplier = on
  161. extended_capabilities_report = on
  162. extruder_auto_fan_speed = 255
  163. extruder_auto_fan_temperature = 50
  164. fanmux0_pin = -1
  165. fanmux1_pin = -1
  166. fanmux2_pin = -1
  167. faster_gcode_parser = on
  168. homing_bump_mm = { 5, 5, 2 }
  169. max_arc_segment_mm = 1.0
  170. min_arc_segment_mm = 0.1
  171. min_circle_segments = 72
  172. n_arc_correction = 25
  173. serial_overrun_protection = on
  174. slowdown = on
  175. slowdown_divisor = 2
  176. temp_sensor_bed = 0
  177. thermal_protection_bed_hysteresis = 2
  178. thermocouple_max_errors = 15
  179. tx_buffer_size = 0
  180. watch_bed_temp_increase = 2
  181. watch_bed_temp_period = 60
  182. watch_temp_increase = 2
  183. watch_temp_period = 20