config.ini 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. #
  2. # Marlin Firmware
  3. # config.ini - Options to apply before the build
  4. #
  5. [config:base]
  6. #
  7. # ini_use_config - A comma-separated list of actions to apply to the Configuration files.
  8. # The actions will be applied in the listed order.
  9. # - none
  10. # Ignore this file and don't apply any configuration options
  11. #
  12. # - base
  13. # Just apply the options in config:base to the configuration
  14. #
  15. # - minimal
  16. # Just apply the options in config:minimal to the configuration
  17. #
  18. # - all
  19. # Apply all 'config:*' sections in this file to the configuration
  20. #
  21. # - another.ini
  22. # Load another INI file with a path relative to this config.ini file (i.e., within Marlin/)
  23. #
  24. # - https://me.myserver.com/path/to/configs
  25. # Fetch configurations from any URL.
  26. #
  27. # - example/Creality/Ender-5 Plus @ bugfix-2.1.x
  28. # Fetch example configuration files from the MarlinFirmware/Configurations repository
  29. # https://raw.githubusercontent.com/MarlinFirmware/Configurations/bugfix-2.1.x/config/examples/Creality/Ender-5%20Plus/
  30. #
  31. # - example/default @ release-2.0.9.7
  32. # Fetch default configuration files from the MarlinFirmware/Configurations repository
  33. # https://raw.githubusercontent.com/MarlinFirmware/Configurations/release-2.0.9.7/config/default/
  34. #
  35. # - [disable]
  36. # Comment out all #defines in both Configuration.h and Configuration_adv.h. This is useful
  37. # to start with a clean slate before applying any config: options, so only the options explicitly
  38. # set in config.ini will be enabled in the configuration.
  39. #
  40. # - [flatten] (Not yet implemented)
  41. # Produce a flattened set of Configuration.h and Configuration_adv.h files with only the enabled
  42. # #defines and no comments. A clean look, but context-free.
  43. #
  44. ini_use_config = none
  45. # Load all config: sections in this file
  46. ;ini_use_config = all
  47. # Disable everything and apply subsequent config:base options
  48. ;ini_use_config = [disable], base
  49. # Load config file relative to Marlin/
  50. ;ini_use_config = another.ini
  51. # Download configurations from GitHub
  52. ;ini_use_config = example/Creality/Ender-5 Plus @ bugfix-2.1.x
  53. # Download configurations from your server
  54. ;ini_use_config = https://me.myserver.com/path/to/configs
  55. # Evaluate config:base and do a config dump
  56. ;ini_use_config = base
  57. ;config_export = 2
  58. [config:minimal]
  59. motherboard = BOARD_RAMPS_14_EFB
  60. serial_port = 0
  61. baudrate = 250000
  62. use_watchdog = on
  63. thermal_protection_hotends = on
  64. thermal_protection_hysteresis = 4
  65. thermal_protection_period = 40
  66. bufsize = 4
  67. block_buffer_size = 16
  68. max_cmd_size = 96
  69. extruders = 1
  70. temp_sensor_0 = 1
  71. temp_hysteresis = 3
  72. heater_0_mintemp = 5
  73. heater_0_maxtemp = 275
  74. preheat_1_temp_hotend = 180
  75. bang_max = 255
  76. pidtemp = on
  77. pid_k1 = 0.95
  78. pid_max = 255
  79. pid_functional_range = 10
  80. default_kp = 22.20
  81. default_ki = 1.08
  82. default_kd = 114.00
  83. x_driver_type = A4988
  84. y_driver_type = A4988
  85. z_driver_type = A4988
  86. e0_driver_type = A4988
  87. x_bed_size = 200
  88. x_min_pos = 0
  89. x_max_pos = X_BED_SIZE
  90. y_bed_size = 200
  91. y_min_pos = 0
  92. y_max_pos = Y_BED_SIZE
  93. z_min_pos = 0
  94. z_max_pos = 200
  95. x_home_dir = -1
  96. y_home_dir = -1
  97. z_home_dir = -1
  98. x_min_endstop_hit_state = HIGH
  99. y_min_endstop_hit_state = HIGH
  100. z_min_endstop_hit_state = HIGH
  101. default_axis_steps_per_unit = { 80, 80, 400, 500 }
  102. axis_relative_modes = { false, false, false, false }
  103. default_max_feedrate = { 300, 300, 5, 25 }
  104. default_max_acceleration = { 3000, 3000, 100, 10000 }
  105. homing_feedrate_mm_m = { (50*60), (50*60), (4*60) }
  106. homing_bump_divisor = { 2, 2, 4 }
  107. x_enable_on = 0
  108. y_enable_on = 0
  109. z_enable_on = 0
  110. e_enable_on = 0
  111. invert_x_dir = false
  112. invert_y_dir = true
  113. invert_z_dir = false
  114. invert_e0_dir = false
  115. step_state_e = HIGH
  116. step_state_x = HIGH
  117. step_state_y = HIGH
  118. step_state_z = HIGH
  119. disable_x = off
  120. disable_y = off
  121. disable_z = off
  122. disable_e = off
  123. proportional_font_ratio = 1.0
  124. default_nominal_filament_dia = 1.75
  125. junction_deviation_mm = 0.013
  126. default_acceleration = 3000
  127. default_travel_acceleration = 3000
  128. default_retract_acceleration = 3000
  129. default_minimumfeedrate = 0.0
  130. default_mintravelfeedrate = 0.0
  131. minimum_planner_speed = 0.05
  132. min_steps_per_segment = 6
  133. default_minsegmenttime = 20000
  134. [config:basic]
  135. bed_overshoot = 10
  136. busy_while_heating = on
  137. default_ejerk = 5.0
  138. default_keepalive_interval = 2
  139. default_leveling_fade_height = 0.0
  140. disable_other_extruders = on
  141. display_charset_hd44780 = JAPANESE
  142. eeprom_boot_silent = on
  143. eeprom_chitchat = on
  144. endstoppullups = on
  145. extrude_maxlength = 200
  146. extrude_mintemp = 170
  147. host_keepalive_feature = on
  148. hotend_overshoot = 15
  149. jd_handle_small_segments = on
  150. lcd_info_screen_style = 0
  151. lcd_language = en
  152. max_bed_power = 255
  153. mesh_inset = 0
  154. min_software_endstops = on
  155. max_software_endstops = on
  156. min_software_endstop_x = on
  157. min_software_endstop_y = on
  158. min_software_endstop_z = on
  159. max_software_endstop_x = on
  160. max_software_endstop_y = on
  161. max_software_endstop_z = on
  162. preheat_1_fan_speed = 0
  163. preheat_1_label = "PLA"
  164. preheat_1_temp_bed = 70
  165. prevent_cold_extrusion = on
  166. prevent_lengthy_extrude = on
  167. printjob_timer_autostart = on
  168. probing_margin = 10
  169. show_bootscreen = on
  170. soft_pwm_scale = 0
  171. string_config_h_author = "(none, default config)"
  172. temp_bed_hysteresis = 3
  173. temp_bed_residency_time = 10
  174. temp_bed_window = 1
  175. temp_residency_time = 10
  176. temp_window = 1
  177. validate_homing_endstops = on
  178. xy_probe_feedrate = (133*60)
  179. z_clearance_between_probes = 5
  180. z_clearance_deploy_probe = 10
  181. z_clearance_multi_probe = 5
  182. [config:advanced]
  183. arc_support = on
  184. auto_report_temperatures = on
  185. autotemp = on
  186. autotemp_oldweight = 0.98
  187. bed_check_interval = 5000
  188. default_stepper_timeout_sec = 120
  189. default_volumetric_extruder_limit = 0.00
  190. disable_idle_x = on
  191. disable_idle_y = on
  192. disable_idle_z = on
  193. disable_idle_e = on
  194. e0_auto_fan_pin = -1
  195. encoder_100x_steps_per_sec = 80
  196. encoder_10x_steps_per_sec = 30
  197. encoder_rate_multiplier = on
  198. extended_capabilities_report = on
  199. extruder_auto_fan_speed = 255
  200. extruder_auto_fan_temperature = 50
  201. fanmux0_pin = -1
  202. fanmux1_pin = -1
  203. fanmux2_pin = -1
  204. faster_gcode_parser = on
  205. homing_bump_mm = { 5, 5, 2 }
  206. max_arc_segment_mm = 1.0
  207. min_arc_segment_mm = 0.1
  208. min_circle_segments = 72
  209. n_arc_correction = 25
  210. serial_overrun_protection = on
  211. slowdown = on
  212. slowdown_divisor = 2
  213. temp_sensor_bed = 0
  214. thermal_protection_bed_hysteresis = 2
  215. thermocouple_max_errors = 15
  216. tx_buffer_size = 0
  217. watch_bed_temp_increase = 2
  218. watch_bed_temp_period = 60
  219. watch_temp_increase = 2
  220. watch_temp_period = 20