mirror of
https://github.com/mloy97/RedboneBackup.git
synced 2026-01-01 13:05:56 -05:00
Compare commits
24 commits
2172f9a911
...
b5b2513b04
| Author | SHA1 | Date | |
|---|---|---|---|
| b5b2513b04 | |||
| 8f4697a65b | |||
| 815f5d387b | |||
| 2a45912e08 | |||
| af87107ba7 | |||
| bf967e41d9 | |||
| 933a2ba533 | |||
| 6668c239bf | |||
| 6fa5a5a7bc | |||
| cab9ad5c43 | |||
| 84188a7cf2 | |||
| 069e2d623e | |||
| 9fed9aafef | |||
| c75b0d4ab5 | |||
| 555cd9bcad | |||
| b4fe4f4fd8 | |||
| 4dbfdfa118 | |||
| 7847ff8f6c | |||
| 34fa86c96d | |||
| d66e7c8da4 | |||
| 0e32e4a5fb | |||
| 91a0bb1a9e | |||
| d802d1ac3b | |||
| 8984ea8878 |
3 changed files with 22 additions and 17 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
speed: 200
|
||||
horizontal_move_z: 5
|
||||
horizontal_move_z: 10
|
||||
mesh_min: 50, 50
|
||||
mesh_max: 300, 300
|
||||
probe_count: 5, 5
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ gcode:
|
|||
|
||||
# Heating nozzle to 150 degrees. This helps with getting a correct Z-home
|
||||
SET_DISPLAY_TEXT MSG="Hotend: 150c" # Displays info
|
||||
M109 S150 # Heats the nozzle to 150c
|
||||
#M109 S150 # Heats the nozzle to 150c
|
||||
CLEAN_NOZZLE
|
||||
SET_DISPLAY_TEXT MSG="Clean Boi"
|
||||
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ endstop_pin: probe:z_virtual_endstop
|
|||
#position_endstop: -0.5
|
||||
## All builds use same Max Z
|
||||
position_max: 250
|
||||
position_min: -3.5
|
||||
position_min: -8
|
||||
homing_speed: 8.0 # Leadscrews are slower than 2.4, 10 is a recommended max.
|
||||
second_homing_speed: 3
|
||||
homing_retract_dist: 3
|
||||
|
|
@ -226,9 +226,9 @@ stealthchop_threshold: 0
|
|||
# Heater - HE0
|
||||
# Thermistor - T0
|
||||
[extruder]
|
||||
step_pin: PE2
|
||||
dir_pin: PE3
|
||||
enable_pin: !PD4
|
||||
step_pin: nhk:gpio23
|
||||
dir_pin: !nhk:gpio24
|
||||
enable_pin: !nhk:gpio25
|
||||
## Update value below when you perform extruder calibration
|
||||
## If you ask for 100mm of filament, but in reality it is 98mm:
|
||||
## rotation_distance = <previous_rotation_distance> * <actual_extrude_distance> / 100
|
||||
|
|
@ -244,15 +244,16 @@ microsteps: 32
|
|||
full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.75
|
||||
heater_pin: nhk:gpio9 #-----------------------------------------------------------------------------------------------------------------------------------------Heater Issue
|
||||
heater_pin: nhk:gpio9
|
||||
## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
|
||||
## Use "Generic 3950" for NTC 100k 3950 thermistors
|
||||
sensor_type: ATC Semitec 104NT-4-R025H42G #-----------------------------------------------------------------------------------------------------------------------------------------Thermistor Issue
|
||||
sensor_type: ATC Semitec 104NT-4-R025H42G
|
||||
sensor_pin: nhk:gpio29
|
||||
pullup_resistor: 2200
|
||||
min_temp: 10
|
||||
max_temp: 280
|
||||
max_power: 1.0
|
||||
min_extrude_temp: 170
|
||||
min_extrude_temp: 10 # change back to 170
|
||||
max_extrude_cross_section: 5
|
||||
#control = pid
|
||||
#pid_kp = 26.213
|
||||
|
|
@ -266,10 +267,11 @@ pressure_advance_smooth_time: 0.040
|
|||
## E0 on MOTOR6
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmc2209 extruder]
|
||||
uart_pin: PE1
|
||||
uart_pin: nhk:gpio0
|
||||
#tx_pin: nhk:gpio1
|
||||
interpolate: false
|
||||
run_current: 0.5
|
||||
sense_resistor: 0.110
|
||||
sense_resistor: 0.110 #previously 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
||||
|
|
@ -350,7 +352,7 @@ samples_tolerance_retries: 3
|
|||
[fan]
|
||||
## Print Cooling Fan - FAN0
|
||||
pin: PA8 # Output pin controlling the fan. This parameter must be provided.
|
||||
max_power: 0.8
|
||||
max_power: 0.4
|
||||
# This should be set to 0.8 on most motherboards to give full range of control to your slicer.
|
||||
# Anything above 80% duty cycle will be full power on this particular brushless driver.
|
||||
# To fine-tune the max_power parameter for your particular motherboard, set max_power to 1.0, go into the Klipper dashboard, and increase fan speed 1% at a time until the actual fan speed stops increasing as you increase the fan speed. Divide the fan speed at this point by 100 and enter it into the max_power parameter.
|
||||
|
|
@ -588,11 +590,14 @@ spi_software_sclk_pin: EXP2_2
|
|||
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
[mcu rpi]
|
||||
serial: /tmp/klipper_host_mcu
|
||||
|
||||
#####################################################################
|
||||
# Accelerometer
|
||||
#####################################################################
|
||||
[adxl345]
|
||||
cs_pin: rpi:None
|
||||
cs_pin: nhk:gpio27
|
||||
spi_software_sclk_pin: nhk:gpio18
|
||||
spi_software_mosi_pin: nhk:gpio20
|
||||
spi_software_miso_pin: nhk:gpio19
|
||||
|
||||
[resonance_tester]
|
||||
accel_chip: adxl345
|
||||
|
|
@ -639,7 +644,7 @@ unretract_speed: 25
|
|||
#*# pid_kd = 296.252
|
||||
#*#
|
||||
#*# [probe]
|
||||
#*# z_offset = -1.565
|
||||
#*# z_offset = 6.420
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
|
|
|
|||
Loading…
Reference in a new issue