ebb36 th+heater+fan

This commit is contained in:
2022-11-15 23:54:37 +01:00
parent 054b2b429d
commit 202c6fbebf
5 changed files with 33 additions and 38 deletions

View File

@@ -1,12 +1,9 @@
[server] [server]
host = 0.0.0.0 host = 0.0.0.0
port = 7125 port = 7125
enable_debug_logging = False
max_upload_size = 1024 max_upload_size = 1024
[file_manager] [file_manager]
config_path = ~/klipper_config
log_path = ~/klipper_logs
enable_object_processing = False enable_object_processing = False
[authorization] [authorization]

View File

@@ -1,5 +1,4 @@
[heater_bed] [heater_bed]
heater_pin: PG5 heater_pin: PG5
sensor_type: PT100 INA826 sensor_type: PT100 INA826
@@ -17,10 +16,10 @@ check_gain_time: 80
[fan] [fan]
pin: PH4 pin: PH4
[heater_fan Heater_fan] #[heater_fan Heater_fan]
pin: PJ6 #pin: PJ6
heater: extruder #heater: extruder
heater_temp: 50.0 #heater_temp: 50.0
[stepper_x] [stepper_x]
@@ -65,15 +64,15 @@ microsteps: 16
rotation_distance: 10.07 #33.500 rotation_distance: 10.07 #33.500
nozzle_diameter: 0.400 nozzle_diameter: 0.400
filament_diameter: 1.74 filament_diameter: 1.74
heater_pin: PE4 #heater_pin: PE4
sensor_type: PT100 INA826 #sensor_type: EPCOS 100K B57560G104F
sensor_pin: PK0 #sensor_pin: !EBBCAN:PA3
control: pid #control: pid
pid_Kp: 22.2 #pid_Kp: 22.2
pid_Ki: 1.08 #pid_Ki: 1.08
pid_Kd: 114 #pid_Kd: 114
min_temp: 0 #min_temp: 0
max_temp: 275 #max_temp: 275
[led case_light] [led case_light]

View File

@@ -17,7 +17,7 @@ spi_software_mosi_pin: EBBCan: PB11
spi_software_miso_pin: EBBCan: PB2 spi_software_miso_pin: EBBCan: PB2
axes_map: x,y,z axes_map: x,y,z
# [extruder] [extruder]
# step_pin: EBBCan: PD0 # step_pin: EBBCan: PD0
# dir_pin: !EBBCan: PD1 # dir_pin: !EBBCan: PD1
# enable_pin: !EBBCan: PD2 # enable_pin: !EBBCan: PD2
@@ -25,15 +25,15 @@ axes_map: x,y,z
# rotation_distance: 33.500 # rotation_distance: 33.500
# nozzle_diameter: 0.400 # nozzle_diameter: 0.400
# filament_diameter: 1.750 # filament_diameter: 1.750
# heater_pin: EBBCan: PB13 heater_pin: EBBCan: PB13
# sensor_type: EPCOS 100K B57560G104F sensor_type: EPCOS 100K B57560G104F
# sensor_pin: EBBCan: PA3 sensor_pin: EBBCan: PA3
# control: pid control: pid
# pid_Kp: 21.527 pid_Kp: 21.527
# pid_Ki: 1.063 pid_Ki: 1.063
# pid_Kd: 108.982 pid_Kd: 108.982
# min_temp: 0 min_temp: 0
# max_temp: 250 max_temp: 270
sensor_type:MAX31865 sensor_type:MAX31865
sensor_pin: EBBCan: PA4 sensor_pin: EBBCan: PA4
@@ -50,17 +50,17 @@ rtd_num_of_wires: 2
# [fan] # [fan]
# pin: EBBCan: PA0 # pin: EBBCan: PA0
# [heater_fan hotend_fan] [heater_fan hotend_fan]
# pin: EBBCan: PA1 pin: EBBCan: PA1
# heater: extruder heater: extruder
# heater_temp: 50.0 heater_temp: 50.0
#[neopixel hotend_rgb] #[neopixel hotend_rgb]
#pin: EBBCan:PD3 #pin: EBBCan:PD3
[bltouch] #[bltouch]
sensor_pin: ^EBBCan:PB8 #sensor_pin: ^EBBCan:PB8
control_pin: EBBCan:PB9 #control_pin: EBBCan:PB9
#[filament_switch_sensor switch_sensor] #[filament_switch_sensor switch_sensor]
#switch_pin: EBBCan:PB4 #switch_pin: EBBCan:PB4

View File

@@ -2,12 +2,11 @@
host: 0.0.0.0 host: 0.0.0.0
port: 7125 port: 7125
# Verbose logging used for debugging . Default False. # Verbose logging used for debugging . Default False.
enable_debug_logging: False
# The maximum size allowed for a file upload (in MiB). Default 1024 MiB # The maximum size allowed for a file upload (in MiB). Default 1024 MiB
max_upload_size: 1024 max_upload_size: 1024
[file_manager] [file_manager]
#config_path: ~/klipper_config config_path: ~/klipper_config
#log_path: ~/klipper_logs #log_path: ~/klipper_logs
# post processing for object cancel. Not recommended for low resource SBCs such as a Pi Zero. Default False # post processing for object cancel. Not recommended for low resource SBCs such as a Pi Zero. Default False
enable_object_processing: False enable_object_processing: False

View File

@@ -34,7 +34,7 @@ screw3: 220, 20
screw3_name: "front right screw" screw3_name: "front right screw"
horizontal_move_z: 5 horizontal_move_z: 5
#[include bigtreetech-ebb-canbus-v1.2.cfg] [include bigtreetech-ebb-canbus-v1.2.cfg]
[filament_motion_sensor runout] [filament_motion_sensor runout]
# The minimum length of filament pulled through the sensor to trigger # The minimum length of filament pulled through the sensor to trigger