Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| machines:voron-conf [2024/04/25 14:21] – ottmannm | machines:voron-conf [2024/04/25 14:24] (current) – ottmannm | ||
|---|---|---|---|
| Line 31: | Line 31: | ||
| ==== Voron V0 ==== | ==== Voron V0 ==== | ||
| + | < | ||
| ######################################################### | ######################################################### | ||
| #### User MCU and TMCs wiring definition file ########### | #### User MCU and TMCs wiring definition file ########### | ||
| Line 90: | Line 91: | ||
| # want to use CAN, invert the commented lines and use canbus_uuid. | # want to use CAN, invert the commented lines and use canbus_uuid. | ||
| - | serial: / | + | serial: / |
| # canbus_uuid: | # canbus_uuid: | ||
| ## | ## | ||
| Line 118: | Line 119: | ||
| LIGHT_NEOPIXEL=MCU_NEOPIXEL | LIGHT_NEOPIXEL=MCU_NEOPIXEL | ||
| + | </ | ||
| + | < | ||
| + | [extruder] | ||
| + | control: pid | ||
| + | pid_kp: 28.182 | ||
| + | pid_ki: 1.978 | ||
| + | pid_kd: 100.397 | ||
| + | |||
| + | [heater_bed] | ||
| + | control: pid | ||
| + | pid_kp: 68.453 | ||
| + | pid_ki: 2.749 | ||
| + | pid_kd: 426.122 | ||
| + | |||
| + | [stepper_x] | ||
| + | dir_pin: !X_DIR | ||
| + | |||
| + | [stepper_y] | ||
| + | dir_pin: !Y_DIR | ||
| + | |||
| + | [tmc2209 stepper_x] | ||
| + | driver_SGTHRS: | ||
| + | |||
| + | [tmc2209 stepper_y] | ||
| + | driver_SGTHRS: | ||
| + | |||
| + | [display] | ||
| + | lcd_type: sh1106 | ||
| + | click_pin: ^!PA15 | ||
| + | i2c_bus: i2c1a | ||
| + | i2c_mcu: mcu | ||
| + | encoder_pins: | ||
| + | kill_pin: ^!PB12 | ||
| + | vcomh: 60 | ||
| + | x_offset: 2 | ||
| + | |||
| + | # | ||
| + | # Z MOTORS DIRECTION | ||
| + | # | ||
| + | [stepper_z] | ||
| + | position_endstop: | ||
| + | |||
| + | </ | ||
| ==== Raise 3D E2 ==== | ==== Raise 3D E2 ==== | ||