48 lines
740 B
INI
48 lines
740 B
INI
|
|
[heater_bed]
|
|
heater_pin: PG5
|
|
sensor_type: PT100 INA826
|
|
sensor_pin: PK2
|
|
control: pid
|
|
pid_Kp: 68.485
|
|
pid_Ki: 1.763
|
|
pid_Kd: 665.164
|
|
min_temp: 0
|
|
max_temp: 110
|
|
|
|
[verify_heater heater_bed]
|
|
check_gain_time: 80
|
|
|
|
[led case_light]
|
|
white_pin: PH5
|
|
initial_WHITE: 0.8
|
|
hardware_pwm: true
|
|
cycle_time: 0.005
|
|
|
|
# Motor current settings.
|
|
[output_pin stepper_xy_current]
|
|
pin: PL5
|
|
pwm: True
|
|
scale: 2.000
|
|
# Max power setting.
|
|
cycle_time: .000030
|
|
hardware_pwm: True
|
|
static_value: 1.200
|
|
# Power adjustment setting.
|
|
|
|
[output_pin stepper_z_current]
|
|
pin: PL4
|
|
pwm: True
|
|
scale: 2.000
|
|
cycle_time: .000030
|
|
hardware_pwm: True
|
|
static_value: 1.200
|
|
|
|
[output_pin stepper_e_current]
|
|
pin: PL3
|
|
pwm: True
|
|
scale: 2.000
|
|
cycle_time: .000030
|
|
hardware_pwm: True
|
|
static_value: 1.250
|