diff options
author | Jason Rahaim <jason@jasonr.com> | 2018-10-17 21:31:16 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-19 11:10:32 -0400 |
commit | c7f0d039ac562d2d6d3ef8876faffdde48a8bf89 (patch) | |
tree | 8871e55434906e1b3ed91ba908c1cb58b0cab03b /config | |
parent | 29e09968582b1f055de0c4f9c0b40887a1ca1a73 (diff) | |
download | kutter-c7f0d039ac562d2d6d3ef8876faffdde48a8bf89.tar.gz kutter-c7f0d039ac562d2d6d3ef8876faffdde48a8bf89.tar.xz kutter-c7f0d039ac562d2d6d3ef8876faffdde48a8bf89.zip |
config: ADIMlab Add support for LCD knob and caselight
Signed-off-by: Jason Rahaim <jason@jasonr.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-adimlab-2018.cfg | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/config/printer-adimlab-2018.cfg b/config/printer-adimlab-2018.cfg index 78bdea8f..6b0382ea 100644 --- a/config/printer-adimlab-2018.cfg +++ b/config/printer-adimlab-2018.cfg @@ -62,6 +62,13 @@ pid_Kd: 775.038 min_temp: 0 max_temp: 110 +[verify_heater heater_bed] +# adjust for personal bed setup, this prevents stock heated bed from issuing +# false positive heating errors due to slow temperature increase +# 1 deg per 2 minutes. +heating_gain: 1 +check_gain_time: 120 + [mcu] serial: /dev/ttyUSB0 pin_map: arduino @@ -97,11 +104,17 @@ cycle_time: .000030 hardware_pwm: True static_value: 1.25 -# [heater_fan stepstick_fan] -# pin: ar7 - [display] lcd_type: st7920 cs_pin: ar20 sclk_pin: ar14 sid_pin: ar15 +encoder_pins: ^ar41, ^ar40 +click_pin: ^!ar19 + +# The filament runout sensor (on pin ar24) is not currently supported +# in Klipper. + +[output_pin case_light] +pin: ar7 +value: 1 |