mirror of
https://github.com/mloy97/RedboneBackup.git
synced 2026-01-01 15:05:57 -05:00
Compare commits
No commits in common. "b5b2513b0434a8afe262380feffbfbba1547d444" and "2172f9a911999d3ae9817c5a0fd5398c32bbe502" have entirely different histories.
b5b2513b04
...
2172f9a911
3 changed files with 17 additions and 22 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
speed: 200
|
||||
horizontal_move_z: 10
|
||||
horizontal_move_z: 5
|
||||
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: -8
|
||||
position_min: -3.5
|
||||
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: nhk:gpio23
|
||||
dir_pin: !nhk:gpio24
|
||||
enable_pin: !nhk:gpio25
|
||||
step_pin: PE2
|
||||
dir_pin: PE3
|
||||
enable_pin: !PD4
|
||||
## 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,16 +244,15 @@ 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_pin: nhk:gpio9 #-----------------------------------------------------------------------------------------------------------------------------------------Heater Issue
|
||||
## 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
|
||||
sensor_type: ATC Semitec 104NT-4-R025H42G #-----------------------------------------------------------------------------------------------------------------------------------------Thermistor Issue
|
||||
sensor_pin: nhk:gpio29
|
||||
pullup_resistor: 2200
|
||||
min_temp: 10
|
||||
max_temp: 280
|
||||
max_power: 1.0
|
||||
min_extrude_temp: 10 # change back to 170
|
||||
min_extrude_temp: 170
|
||||
max_extrude_cross_section: 5
|
||||
#control = pid
|
||||
#pid_kp = 26.213
|
||||
|
|
@ -267,11 +266,10 @@ 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: nhk:gpio0
|
||||
#tx_pin: nhk:gpio1
|
||||
uart_pin: PE1
|
||||
interpolate: false
|
||||
run_current: 0.5
|
||||
sense_resistor: 0.110 #previously 0.110
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
||||
|
|
@ -352,7 +350,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.4
|
||||
max_power: 0.8
|
||||
# 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.
|
||||
|
|
@ -590,14 +588,11 @@ spi_software_sclk_pin: EXP2_2
|
|||
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
#####################################################################
|
||||
# Accelerometer
|
||||
#####################################################################
|
||||
[mcu rpi]
|
||||
serial: /tmp/klipper_host_mcu
|
||||
|
||||
[adxl345]
|
||||
cs_pin: nhk:gpio27
|
||||
spi_software_sclk_pin: nhk:gpio18
|
||||
spi_software_mosi_pin: nhk:gpio20
|
||||
spi_software_miso_pin: nhk:gpio19
|
||||
cs_pin: rpi:None
|
||||
|
||||
[resonance_tester]
|
||||
accel_chip: adxl345
|
||||
|
|
@ -644,7 +639,7 @@ unretract_speed: 25
|
|||
#*# pid_kd = 296.252
|
||||
#*#
|
||||
#*# [probe]
|
||||
#*# z_offset = 6.420
|
||||
#*# z_offset = -1.565
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
|
|
|
|||
Loading…
Reference in a new issue