machines:voron-conf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
machines:voron-conf [2024/04/25 14:21] ottmannmmachines:voron-conf [2024/04/25 14:24] (current) ottmannm
Line 31: Line 31:
 ==== Voron V0 ==== ==== Voron V0 ====
  
 +<code>
 ######################################################### \ ######################################################### \
 #### User MCU and TMCs wiring definition file ###########  + --> Everything MCU related :) #### User MCU and TMCs wiring definition file ###########  + --> Everything MCU related :)
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: /dev/serial/by-id/usb-Klipper_stm32f401xc_100046001851383531393138-if00+serial: /dev/serial/by-id/
 # canbus_uuid: change-me-to-the-correct-canbus-id # canbus_uuid: change-me-to-the-correct-canbus-id
 ##-------------------------------------------------------------------- ##--------------------------------------------------------------------
Line 118: Line 119:
     LIGHT_NEOPIXEL=MCU_NEOPIXEL      ,     LIGHT_NEOPIXEL=MCU_NEOPIXEL      ,
  
 +</code>
  
 +<code>
 +[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: 100
 +
 +[tmc2209 stepper_y]
 +driver_SGTHRS: 100
 +
 +[display]
 +lcd_type: sh1106
 +click_pin: ^!PA15
 +i2c_bus: i2c1a
 +i2c_mcu: mcu
 +encoder_pins: ^PC1, ^PC2
 +kill_pin: ^!PB12
 +vcomh: 60
 +x_offset: 2
 +
 +#-------------------------#
 +#   Z MOTORS DIRECTION    #
 +#-------------------------#
 +[stepper_z]
 +position_endstop: 114.300
 +
 +</code>
  
 ==== Raise 3D E2 ==== ==== Raise 3D E2 ====
  
  
  • machines/voron-conf.txt
  • Last modified: 2024/04/25 14:24
  • by ottmannm