improved config and manual

This commit is contained in:
Sander Soots
2022-09-25 16:38:37 +03:00
parent 9c19484449
commit 416ce3bcb1
4 changed files with 9 additions and 31 deletions

Binary file not shown.

View File

@@ -140,7 +140,7 @@ endstop_pin: ^PA0
## (+) value = endstop above Z0, (-) value = endstop below ## (+) value = endstop above Z0, (-) value = endstop below
## Increasing position_endstop brings nozzle closer to the bed ## Increasing position_endstop brings nozzle closer to the bed
## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config ## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
#position_endstop: 0 position_endstop: 0
##-------------------------------------------------------------------- ##--------------------------------------------------------------------
## Uncomment below for 250mm build ## Uncomment below for 250mm build
@@ -269,10 +269,10 @@ min_temp: 10
max_temp: 270 max_temp: 270
max_power: 1.0 max_power: 1.0
min_extrude_temp: 190 min_extrude_temp: 190
#control = pid control = pid
#pid_kp = 26.213 pid_kp = 26.213
#pid_ki = 1.304 pid_ki = 1.304
#pid_kd = 131.721 pid_kd = 131.721
# Try to keep pressure_advance below 1.0 # Try to keep pressure_advance below 1.0
pressure_advance: 0.05 pressure_advance: 0.05
# Default is 0.040, leave stock # Default is 0.040, leave stock
@@ -308,7 +308,7 @@ heater_pin: PC8
sensor_type: Generic 3950 sensor_type: Generic 3950
sensor_pin: PB0 # TB Position sensor_pin: PB0 # TB Position
## Adjust Max Power so your heater doesn't warp your bed ## Adjust Max Power so your heater doesn't warp your bed
max_power: 1 max_power: 0.6
min_temp: 0 min_temp: 0
max_temp: 120 max_temp: 120
control: pid control: pid
@@ -382,17 +382,6 @@ heater: heater_bed
heater_temp: 60 heater_temp: 60
fan_speed: 1.0 fan_speed: 1.0
#####################################################################
# LED Control
#####################################################################
[output_pin caselight]
## Chamber Lighting
pin: ^PB13
pwm: true
shutdown_value: 0
cycle_time: 0.01
##################################################################### #####################################################################
# Homing and Gantry Adjustment Routines # Homing and Gantry Adjustment Routines
##################################################################### #####################################################################

View File

@@ -140,7 +140,7 @@ endstop_pin: ^PA0
## (+) value = endstop above Z0, (-) value = endstop below ## (+) value = endstop above Z0, (-) value = endstop below
## Increasing position_endstop brings nozzle closer to the bed ## Increasing position_endstop brings nozzle closer to the bed
## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config ## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
#position_endstop: 0 position_endstop: 0
##-------------------------------------------------------------------- ##--------------------------------------------------------------------
## Uncomment below for 250mm build ## Uncomment below for 250mm build
@@ -308,7 +308,7 @@ heater_pin: PC8
sensor_type: Generic 3950 sensor_type: Generic 3950
sensor_pin: PB0 # TB Position sensor_pin: PB0 # TB Position
## Adjust Max Power so your heater doesn't warp your bed ## Adjust Max Power so your heater doesn't warp your bed
max_power: 1 max_power: 0.6
min_temp: 0 min_temp: 0
max_temp: 120 max_temp: 120
control: pid control: pid
@@ -382,17 +382,6 @@ heater: heater_bed
heater_temp: 60 heater_temp: 60
fan_speed: 1.0 fan_speed: 1.0
#####################################################################
# LED Control
#####################################################################
[output_pin caselight]
## Chamber Lighting
pin: ^PB13
pwm: true
shutdown_value: 0
cycle_time: 0.01
##################################################################### #####################################################################
# Homing and Gantry Adjustment Routines # Homing and Gantry Adjustment Routines
##################################################################### #####################################################################

View File

@@ -16,7 +16,7 @@ You should keep always your devices behind VPN for additional security. That bei
* [Tuning the printer](./Tuning/Readme.md) * [Tuning the printer](./Tuning/Readme.md)
## Visual guidance ## Visual guidance
If you want to see how assembly of a Voron would look like, step-by-step, there is a great fella on YouTube named [Scott Corn](https://www.youtube.com/watch?v=aHWiCs52pK4&list=PLSdS8RXoNhoRzDMZr9bK9-mfZjJzyWP8E) who has made a series from assembly of Voron V2.4. Your kit is V2.4R2 with some extra goodies so gatry and toolhead will be different for you. If you want to see how assembly of a Voron would look like, step-by-step, there is a great fella on YouTube named [Scott Corn](https://www.youtube.com/watch?v=aHWiCs52pK4&list=PLSdS8RXoNhoRzDMZr9bK9-mfZjJzyWP8E) who has made a series from assembly of Voron V2.4. Your kit is V2.4R2 with some extra goodies so gantry and toolhead will be different for you.
--- ---
### Back: [Voron V2.4R2 kit by Lecktor](../Readme.md) ### Back: [Voron V2.4R2 kit by Lecktor](../Readme.md)