3 # config.ini - Options to apply before the build
8 # Load all config: sections in this file
10 # Load config file relative to Marlin/
11 ;ini_use_config = another.ini
12 # Download configurations from GitHub
13 ;ini_use_config = example/Creality/Ender-5 Plus @ bugfix-2.1.x
14 # Download configurations from your server
15 ;ini_use_config = https://me.myserver.com/path/to/configs
16 # Evaluate config:base and do a config dump
17 ;ini_use_config = base
21 motherboard = BOARD_RAMPS_14_EFB
26 thermal_protection_hotends = on
27 thermal_protection_hysteresis = 4
28 thermal_protection_period = 40
31 block_buffer_size = 16
39 heater_0_maxtemp = 275
40 preheat_1_temp_hotend = 180
46 pid_functional_range = 10
55 e0_driver_type = A4988
59 x_max_pos = X_BED_SIZE
63 y_max_pos = Y_BED_SIZE
76 x_min_endstop_inverting = false
77 y_min_endstop_inverting = false
78 z_min_endstop_inverting = false
80 default_axis_steps_per_unit = { 80, 80, 400, 500 }
81 axis_relative_modes = { false, false, false, false }
82 default_max_feedrate = { 300, 300, 5, 25 }
83 default_max_acceleration = { 3000, 3000, 100, 10000 }
85 homing_feedrate_mm_m = { (50*60), (50*60), (4*60) }
86 homing_bump_divisor = { 2, 2, 4 }
98 invert_e_step_pin = false
99 invert_x_step_pin = false
100 invert_y_step_pin = false
101 invert_z_step_pin = false
108 proportional_font_ratio = 1.0
109 default_nominal_filament_dia = 1.75
111 junction_deviation_mm = 0.013
113 default_acceleration = 3000
114 default_travel_acceleration = 3000
115 default_retract_acceleration = 3000
117 default_minimumfeedrate = 0.0
118 default_mintravelfeedrate = 0.0
120 minimum_planner_speed = 0.05
121 min_steps_per_segment = 6
122 default_minsegmenttime = 20000
126 busy_while_heating = on
128 default_keepalive_interval = 2
129 default_leveling_fade_height = 0.0
130 disable_inactive_extruder = on
131 display_charset_hd44780 = JAPANESE
132 eeprom_boot_silent = on
135 extrude_maxlength = 200
136 extrude_mintemp = 170
137 host_keepalive_feature = on
138 hotend_overshoot = 15
139 jd_handle_small_segments = on
140 lcd_info_screen_style = 0
144 min_software_endstops = on
145 max_software_endstops = on
146 min_software_endstop_x = on
147 min_software_endstop_y = on
148 min_software_endstop_z = on
149 max_software_endstop_x = on
150 max_software_endstop_y = on
151 max_software_endstop_z = on
152 preheat_1_fan_speed = 0
153 preheat_1_label = "PLA"
154 preheat_1_temp_bed = 70
155 prevent_cold_extrusion = on
156 prevent_lengthy_extrude = on
157 printjob_timer_autostart = on
161 string_config_h_author = "(none, default config)"
162 temp_bed_hysteresis = 3
163 temp_bed_residency_time = 10
165 temp_residency_time = 10
167 validate_homing_endstops = on
168 xy_probe_feedrate = (133*60)
169 z_clearance_between_probes = 5
170 z_clearance_deploy_probe = 10
171 z_clearance_multi_probe = 5
175 auto_report_temperatures = on
177 autotemp_oldweight = 0.98
178 bed_check_interval = 5000
179 default_stepper_deactive_time = 120
180 default_volumetric_extruder_limit = 0.00
181 disable_inactive_e = true
182 disable_inactive_x = true
183 disable_inactive_y = true
184 disable_inactive_z = true
186 encoder_100x_steps_per_sec = 80
187 encoder_10x_steps_per_sec = 30
188 encoder_rate_multiplier = on
189 extended_capabilities_report = on
190 extruder_auto_fan_speed = 255
191 extruder_auto_fan_temperature = 50
195 faster_gcode_parser = on
196 homing_bump_mm = { 5, 5, 2 }
197 max_arc_segment_mm = 1.0
198 min_arc_segment_mm = 0.1
199 min_circle_segments = 72
200 n_arc_correction = 25
201 serial_overrun_protection = on
205 thermal_protection_bed_hysteresis = 2
206 thermocouple_max_errors = 15
208 watch_bed_temp_increase = 2
209 watch_bed_temp_period = 60
210 watch_temp_increase = 2
211 watch_temp_period = 20