3 Commits

Author SHA1 Message Date
72c7abd593 updated config 2022-12-07 15:50:50 +01:00
2767730f2f indent 2022-11-18 10:30:46 +01:00
36a534e54e refactored 2022-11-18 10:28:53 +01:00
3 changed files with 115 additions and 137 deletions

View File

@@ -13,49 +13,6 @@ max_temp: 110
[verify_heater heater_bed] [verify_heater heater_bed]
check_gain_time: 80 check_gain_time: 80
[stepper_x]
step_pin: PA3
dir_pin: !PA1
enable_pin: !PA5
microsteps: 16
rotation_distance: 40
endstop_pin: ^!PA0
position_endstop: 0
position_max: 230
homing_speed: 80.0
[stepper_y]
step_pin: PC5
dir_pin: PC4
enable_pin: !PC6
microsteps: 16
rotation_distance: 40
endstop_pin: ^!PA4
position_endstop: 225
position_max: 225
homing_speed: 80.0
[stepper_z]
step_pin: PC2
dir_pin: !PC1
enable_pin: !PC3
microsteps: 16
rotation_distance: 16
endstop_pin: ^!PA7
position_endstop = 207.890
position_min: -10
position_max: 232
homing_speed: 20.0
[extruder]
step_pin: PL7
dir_pin: !PL6
enable_pin: !PC0
microsteps: 16
rotation_distance: 10.07 #33.500
nozzle_diameter: 0.400
filament_diameter: 1.74
[led case_light] [led case_light]
white_pin: PH5 white_pin: PH5
initial_WHITE: 0.8 initial_WHITE: 0.8

View File

@@ -5,10 +5,8 @@
# See docs/Config_Reference.md for a description of parameters. # See docs/Config_Reference.md for a description of parameters.
[mcu EBBCan] # [mcu EBBCan]
#serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_430057001150425539393020-if00 # canbus_uuid: 82edf63bd1a9
canbus_uuid: 82edf63bd1a9
[adxl345] [adxl345]
cs_pin: EBBCan: PB12 cs_pin: EBBCan: PB12
@@ -17,38 +15,6 @@ 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]
# step_pin: EBBCan: PD0
# dir_pin: !EBBCan: PD1
# enable_pin: !EBBCan: PD2
# microsteps: 16
# rotation_distance: 33.500
# nozzle_diameter: 0.400
# filament_diameter: 1.750
heater_pin: EBBCan: PB13
# sensor_type: EPCOS 100K B57560G104F
# sensor_pin: EBBCan: PA3
control: pid
pid_Kp: 21.527
pid_Ki: 1.063
pid_Kd: 108.982
min_temp: 0
max_temp: 270
sensor_type:MAX31865
sensor_pin: EBBCan: PA4
spi_bus: spi1
rtd_nominal_r: 100
rtd_reference_r: 430
rtd_num_of_wires: 2
pressure_advance: 0.78
# [tmc2209 extruder]
# uart_pin: EBBCan: PA15
# run_current: 0.650
# stealthchop_threshold: 999999
[fan] [fan]
pin: EBBCan: PA0 pin: EBBCan: PA0
@@ -57,14 +23,19 @@ axes_map: x,y,z
heater: extruder heater: extruder
heater_temp: 50.0 heater_temp: 50.0
#[neopixel hotend_rgb]
#pin: EBBCan:PD3
[bltouch] [bltouch]
sensor_pin: ^EBBCan:PB8 sensor_pin: ^EBBCan:PB8
control_pin: EBBCan:PB9 control_pin: EBBCan:PB9
z_offset: 1.230 z_offset: 1.230
# [tmc2209 extruder]
# uart_pin: EBBCan: PA15
# run_current: 0.650
# stealthchop_threshold: 999999
#[neopixel hotend_rgb]
#pin: EBBCan:PD3
#[filament_switch_sensor switch_sensor] #[filament_switch_sensor switch_sensor]
#switch_pin: EBBCan:PB4 #switch_pin: EBBCan:PB4

View File

@@ -9,6 +9,9 @@
[mcu] [mcu]
serial: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_8543034383735181D1B1-if00 serial: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_8543034383735181D1B1-if00
[mcu EBBCan]
canbus_uuid: 82edf63bd1a9
[include UM2_v2.1.cfg] [include UM2_v2.1.cfg]
[include bigtreetech-ebb-canbus-v1.2.cfg] [include bigtreetech-ebb-canbus-v1.2.cfg]
@@ -20,11 +23,68 @@ max_z_velocity: 25
max_z_accel: 30 max_z_accel: 30
# [safe_z_home] #steppers
# home_xy_position: 100, 100 # Change coordinates to the center of your print bed
# speed: 50 [stepper_z]
# z_hop: 10 # Move up 10mm step_pin: PC2
# z_hop_speed: 5 dir_pin: !PC1
enable_pin: !PC3
microsteps: 16
rotation_distance: 16
endstop_pin: ^!PA7
position_endstop = 207.890
position_min: -10
position_max: 232
homing_speed: 20.0
[stepper_x]
step_pin: PA3
dir_pin: !PA1
enable_pin: !PA5
microsteps: 16
rotation_distance: 40
endstop_pin: ^!PA0
position_endstop: 0
position_max: 230
homing_speed: 80.0
[stepper_y]
step_pin: PC5
dir_pin: PC4
enable_pin: !PC6
microsteps: 16
rotation_distance: 40
endstop_pin: ^!PA4
position_endstop: 225
position_max: 225
homing_speed: 80.0
[extruder]
step_pin: PL7
dir_pin: !PL6
enable_pin: !PC0
microsteps: 16
rotation_distance: 10.07
nozzle_diameter: 0.400
filament_diameter: 1.74
heater_pin: EBBCan: PB13
control: pid
pid_Kp: 21.527
pid_Ki: 1.063
pid_Kd: 108.982
min_temp: 0
max_temp: 270
sensor_type:MAX31865
sensor_pin: EBBCan: PA4
spi_bus: spi1
rtd_nominal_r: 100
rtd_reference_r: 430
rtd_num_of_wires: 2
pressure_advance: 0.78
##############################
# bed leveling #
##############################
[bed_screws] [bed_screws]
screw1: 120, 185 screw1: 120, 185
@@ -40,29 +100,20 @@ speed: 120
horizontal_move_z: 5 horizontal_move_z: 5
mesh_min: 15, 50 mesh_min: 15, 50
mesh_max: 190, 200 mesh_max: 190, 200
probe_count: 5, 3 probe_count: 3, 3
##############################
# Sensors #
##############################
[filament_motion_sensor runout] [filament_motion_sensor runout]
# The minimum length of filament pulled through the sensor to trigger detection_length: 7.0
# a state change on the switch_pin
# Default is 7 mm.
detection_length: 14.0
extruder: extruder extruder: extruder
pause_on_runout: FALSE pause_on_runout: FALSE
runout_gcode: runout_gcode:
{action_respond_info("RUNOUT: Filament runout")} {action_respond_info("RUNOUT: Filament runout")}
PAUSE PAUSE
insert_gcode: {action_respond_info("RUNOUT: Filament inserted")} insert_gcode: {action_respond_info("RUNOUT: Filament inserted")}
# The minimum amount of time in seconds to delay between events.
# Events triggered during this time period will be silently
# ignored. The default is 3 seconds.
#event_delay: 3.0
# The amount of time to delay, in seconds, between the pause command
# dispatch and execution of the runout_gcode. It may be useful to
# increase this delay if OctoPrint exhibits strange pause behavior.
# Default is 0.5 seconds.
#pause_delay: 0.5
## XYE mcu E0DET
switch_pin: PB7 switch_pin: PB7
@@ -71,16 +122,15 @@ switch_pin: PB7
#*# <---------------------- SAVE_CONFIG ----------------------> #*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*# #*#
#*#
#*# [extruder] #*# [extruder]
#*# #*#
#*# [bed_mesh default] #*# [bed_mesh default]
#*# version = 1 #*# version = 1
#*# points = #*# points =
#*# 0.725000, 0.715000, 0.660000, 0.610000, 0.570000 #*# 1.265000, 1.140000, 1.065000
#*# 0.660000, 0.650000, 0.600000, 0.575000, 0.485000 #*# 1.185000, 1.060000, 0.890000
#*# 0.695000, 0.650000, 0.605000, 0.585000, 0.495000 #*# 1.095000, 0.960000, 0.815000
#*# x_count = 5 #*# x_count = 3
#*# y_count = 3 #*# y_count = 3
#*# mesh_x_pps = 2 #*# mesh_x_pps = 2
#*# mesh_y_pps = 2 #*# mesh_y_pps = 2