diff --git a/Manuals/AssemblyManual.pdf b/Manuals/AssemblyManual.pdf index 9cfdd0f..bcfabf4 100644 Binary files a/Manuals/AssemblyManual.pdf and b/Manuals/AssemblyManual.pdf differ diff --git a/Manuals/Klipper/Fluidd/printer.cfg b/Manuals/Klipper/Fluidd/printer.cfg index 3286b39..b542142 100644 --- a/Manuals/Klipper/Fluidd/printer.cfg +++ b/Manuals/Klipper/Fluidd/printer.cfg @@ -140,7 +140,7 @@ endstop_pin: ^PA0 ## (+) value = endstop above Z0, (-) value = endstop below ## 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 -#position_endstop: 0 +position_endstop: 0 ##-------------------------------------------------------------------- ## Uncomment below for 250mm build @@ -269,10 +269,10 @@ min_temp: 10 max_temp: 270 max_power: 1.0 min_extrude_temp: 190 -#control = pid -#pid_kp = 26.213 -#pid_ki = 1.304 -#pid_kd = 131.721 +control = pid +pid_kp = 26.213 +pid_ki = 1.304 +pid_kd = 131.721 # Try to keep pressure_advance below 1.0 pressure_advance: 0.05 # Default is 0.040, leave stock @@ -308,7 +308,7 @@ heater_pin: PC8 sensor_type: Generic 3950 sensor_pin: PB0 # TB Position ## Adjust Max Power so your heater doesn't warp your bed -max_power: 1 +max_power: 0.6 min_temp: 0 max_temp: 120 control: pid @@ -382,17 +382,6 @@ heater: heater_bed heater_temp: 60 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 ##################################################################### diff --git a/Manuals/Klipper/Mainsail/printer.cfg b/Manuals/Klipper/Mainsail/printer.cfg index b601bd1..ff9dac6 100644 --- a/Manuals/Klipper/Mainsail/printer.cfg +++ b/Manuals/Klipper/Mainsail/printer.cfg @@ -140,7 +140,7 @@ endstop_pin: ^PA0 ## (+) value = endstop above Z0, (-) value = endstop below ## 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 -#position_endstop: 0 +position_endstop: 0 ##-------------------------------------------------------------------- ## Uncomment below for 250mm build @@ -308,7 +308,7 @@ heater_pin: PC8 sensor_type: Generic 3950 sensor_pin: PB0 # TB Position ## Adjust Max Power so your heater doesn't warp your bed -max_power: 1 +max_power: 0.6 min_temp: 0 max_temp: 120 control: pid @@ -382,17 +382,6 @@ heater: heater_bed heater_temp: 60 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 ##################################################################### diff --git a/Manuals/Readme.md b/Manuals/Readme.md index ed7abd5..d6de614 100644 --- a/Manuals/Readme.md +++ b/Manuals/Readme.md @@ -16,7 +16,7 @@ You should keep always your devices behind VPN for additional security. That bei * [Tuning the printer](./Tuning/Readme.md) ## 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) \ No newline at end of file