Svanhvid/hardware/manta.cfg

114 lines
2.5 KiB
INI

[temperature_sensor MCU]
sensor_type: temperature_mcu
[temperature_sensor CB2]
sensor_type: temperature_host
[temperature_sensor chamber]
sensor_type: Generic 3950
sensor_pin: PB0
min_temp: 0
max_temp: 100
gcode_id: chamber
#####################################################################
# Bed Heater
#####################################################################
[heater_bed]
## SSR Pin - HE1
heater_pin: PA1
## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
## Use "Generic 3950" for NTC 100k 3950 thermistors
#sensor_type:
sensor_pin: PB1
## Adjust max_power so it doesn't exceed the SSR rating. The Omron G3NA-210B-DC5 SSR is rated at 4 amps without a heatsink.
## The formula is "4 / (Wattage_of_bed_heater / Mains_voltage) = max_power"
## If max_power is greater than 1.0, use 1.0
sensor_type: Generic 3950
max_power: 0.92
min_temp: 0
max_temp: 125
control: pid
pid_kp: 56.391
pid_ki: 1.843
pid_kd: 431.393
#####################################################################
# Fan Control
#####################################################################
[multi_pin ebay_fans_pin]
pins: PF7, PF8
[temperature_fan ebay_fans]
# Print Cooling Fan - CNC_FAN0
pin: multi_pin:ebay_fans_pin
hardware_pwm: false
control: watermark
max_delta: 5
sensor_type: temperature_host
min_temp: 15
max_temp: 80
target_temp: 45
max_power: 0.5
shutdown_speed: 0
[fan_generic bed_fans]
# Print Cooling Fan - CNC_FAN0
pin: PF6
hardware_pwm: false
[fan_generic exhaust]
pin: PF9
hardware_pwm: false
#####################################################################
# Homing and Gantry Adjustment Routines
#####################################################################
[idle_timeout]
timeout: 1800
[quad_gantry_level]
## Gantry Corners for 350mm Build
## Uncomment for 350mm build
gantry_corners:
-60,-10
410,420
points:
50,25
50,275
300,275
300,25
speed: 500
horizontal_move_z: 12
retries: 5
retry_tolerance: 0.025
max_adjust: 10
[output_pin daylight]
pin: PA0
pwm: True
cycle_time: 0.01
[board_pins]
aliases:
# EXP1 header
EXP1_1=PE7, EXP1_2=PG1,
EXP1_3=PG0, EXP1_4=PF15,
EXP1_5=PF14, EXP1_6=PF13, # Slot in the socket on this side
EXP1_7=PF12, EXP1_8=PF11,
EXP1_9=<GND>, EXP1_10=<5V>,
# EXP2 header
EXP2_1=PE13, EXP2_2=PE12,
EXP2_3=PE15, EXP2_4=PE11,
EXP2_5=PE10, EXP2_6=PE14, # Slot in the socket on this side
EXP2_7=PE8, EXP2_8=<RST>,
EXP2_9=<GND>, EXP2_10=<NC>