updates config

This commit is contained in:
Sander Soots
2022-09-19 15:08:25 +03:00
parent f59152db65
commit 9c19484449
6 changed files with 351 additions and 64 deletions

View File

@@ -1,15 +1,30 @@
## Voron Design VORON2 250/300/350mm Spider TMC2209 UART config
## *** THINGS TO CHANGE/CHECK: ***
## MCU paths [mcu] section
## Thermistor types [extruder] and [heater_bed] sections - See 'sensor types' list at end of file
## Z Endstop Switch location [safe_z_home] section
## Homing end position [gcode_macro G32] section
## Z Endstop Switch offset for Z0 [stepper_z] section
## MCU paths [mcu] section
## Thermistor types [extruder] and [heater_bed] sections - See 'sensor types' list at end of file
## Z Endstop Switch location [safe_z_home] section
## Homing end position [gcode_macro G32] section
## Z Endstop Switch offset for Z0 [stepper_z] section
## Probe points [quad_gantry_level] section
## Min & Max gantry corner postions [quad_gantry_level] section
## PID tune [extruder] and [heater_bed] sections
## Fine tune E steps [extruder] section
## Min & Max gantry corner postions [quad_gantry_level] section
## PID tune [extruder] and [heater_bed] sections
## Fine tune E steps [extruder] section
## *** FOR REFERENCE ***
##
## ^PA1 - X endstop
## ^PA2 - Y endstop
## ^PA3 - proximity probe
## ^PB14 - unused
## PB13 - Case Leds
## ^PA0 - Z-endstop
## PB0 - Bed thermistor
## PC0 - Hot-End thermistor
## PA13 - EFAN
## PA14 - PFAN
## PB2 - Nevermore fans
##
[mcu]
## Obtain definition by "ls -l /dev/serial/by-id/"
@@ -23,7 +38,7 @@ serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_3E0019000F51383039343538-if00
kinematics: corexy
max_velocity: 300
max_accel: 3000 #Max 4000
max_z_velocity: 15 #Max 15 for 12V TMC Drivers, can increase for 24V
max_z_velocity: 15 #Max 15 for 12V TMC Drivers, can increase for 24V
max_z_accel: 350
square_corner_velocity: 5.0
@@ -39,7 +54,7 @@ enable_pin: !PE9
rotation_distance: 40
microsteps: 32
full_steps_per_rotation:400 #set to 400 for 0.9 degree stepper
endstop_pin: ^PA1
endstop_pin: ^PA1
position_min: 0
##--------------------------------------------------------------------
@@ -273,15 +288,15 @@ hold_current: 0.2
sense_resistor: 0.110
stealthchop_threshold: 0
[filament_switch_sensor RunoutSensor]
pause_on_runout: True
runout_gcode:
M117 FILAMENT RUNOUT
error_tones
insert_gcode:
M117 FILAMENT OK
switch_pin: ^PB13
event_delay: 5.0
##[filament_switch_sensor RunoutSensor]
##pause_on_runout: True
##runout_gcode:
## M117 FILAMENT RUNOUT
## error_tones
##insert_gcode:
## M117 FILAMENT OK
##switch_pin: ^PB13
##event_delay: 5.0
#####################################################################
@@ -371,12 +386,12 @@ fan_speed: 1.0
# LED Control
#####################################################################
#[output_pin caselight ]
## Chamber Lighting - In E1 OUT Position
#pin: PC8
#pwm: true
#shutdown_value: 0
#cycle_time: 0.01
[output_pin caselight]
## Chamber Lighting
pin: ^PB13
pwm: true
shutdown_value: 0
cycle_time: 0.01
#####################################################################
# Homing and Gantry Adjustment Routines
@@ -624,8 +639,9 @@ gcode:
M300 S700 P500 ; Make Print Completed Tones
[include mainsail.cfg]
[include leds.cfg]
[include menu_bed.cfg]
[include leds.cfg]
[include stealthburner_leds.cfg]
## Common Temperature Sensors