Update 'printer_new122020.conf'
This commit is contained in:
parent
adf5779aba
commit
bb390ca081
1 changed files with 232 additions and 272 deletions
|
@ -1,303 +1,263 @@
|
|||
#####################################################################################
|
||||
# SKR v1.3 Configuration for Ender 3
|
||||
# X,Y and Z are TMC2208 in UART Mode.
|
||||
# E is an TMC2209
|
||||
# BLTouch
|
||||
#####################################################################################
|
||||
|
||||
Dashboard
|
||||
Issues
|
||||
Pull Requests
|
||||
Milestones
|
||||
Explore
|
||||
Notifications
|
||||
Create…
|
||||
Profile and Settings…
|
||||
zwnk /
|
||||
stuffy_stuff
|
||||
Watch
|
||||
0
|
||||
Star
|
||||
0
|
||||
Fork
|
||||
0
|
||||
Code
|
||||
Issues 0
|
||||
Pull Requests 0
|
||||
Releases 0
|
||||
Wiki
|
||||
Activity
|
||||
Settings
|
||||
No Description
|
||||
Manage Topics
|
||||
46 Commits
|
||||
1 Branch
|
||||
89 KiB
|
||||
stuffy_stuff/printer.conf
|
||||
252 lines
|
||||
5.3 KiB
|
||||
Raw
|
||||
Permalink
|
||||
Blame
|
||||
History
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
max_velocity: 400 #300
|
||||
max_accel: 2500 #2000
|
||||
max_z_velocity: 50
|
||||
max_z_accel: 150
|
||||
|
||||
#####################################################################################
|
||||
# SKR v1.3 Configuration for Ender 3
|
||||
# X,Y and Z are TMC2208 in UART Mode.
|
||||
# E is an TMC2209
|
||||
# BLTouch
|
||||
#####################################################################################
|
||||
#####################################################################################
|
||||
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
max_velocity: 400 #300
|
||||
max_accel: 2500 #2000
|
||||
max_z_velocity: 50
|
||||
max_z_accel: 150
|
||||
[tmc2208 stepper_x]
|
||||
uart_pin: P1.17
|
||||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 0.7
|
||||
hold_current: 0.5
|
||||
stealthchop_threshold: 600
|
||||
driver_PWM_AUTOGRAD: True
|
||||
driver_PWM_AUTOSCALE: True
|
||||
driver_HEND: 3
|
||||
driver_HSTRT: 0
|
||||
|
||||
#####################################################################################
|
||||
[stepper_x]
|
||||
step_pin: P2.2
|
||||
dir_pin: !P2.6
|
||||
enable_pin: !P2.1
|
||||
rotation_distance: 40
|
||||
#step_distance: .0125
|
||||
endstop_pin: P1.29
|
||||
position_endstop: 0
|
||||
position_min: 0
|
||||
position_max: 235
|
||||
homing_speed: 50
|
||||
|
||||
[tmc2208 stepper_x]
|
||||
uart_pin: P1.17
|
||||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 0.7
|
||||
hold_current: 0.5
|
||||
stealthchop_threshold: 600
|
||||
driver_PWM_AUTOGRAD: True
|
||||
driver_PWM_AUTOSCALE: True
|
||||
driver_HEND: 3
|
||||
driver_HSTRT: 0
|
||||
#####################################################################################
|
||||
|
||||
[stepper_x]
|
||||
step_pin: P2.2
|
||||
dir_pin: !P2.6
|
||||
enable_pin: !P2.1
|
||||
rotation_distance: 40
|
||||
#step_distance: .0125
|
||||
endstop_pin: P1.29
|
||||
position_endstop: 0
|
||||
position_min: 0
|
||||
position_max: 235
|
||||
homing_speed: 50
|
||||
[tmc2208 stepper_y]
|
||||
uart_pin: P1.15
|
||||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 0.7
|
||||
hold_current: 0.5
|
||||
stealthchop_threshold: 600
|
||||
driver_PWM_AUTOGRAD: True
|
||||
driver_PWM_AUTOSCALE: True
|
||||
driver_HEND: 3
|
||||
driver_HSTRT: 0
|
||||
|
||||
#####################################################################################
|
||||
[stepper_y]
|
||||
step_pin: P0.19
|
||||
dir_pin: !P0.20
|
||||
enable_pin: !P2.8
|
||||
rotation_distance: 40
|
||||
#step_distance: .0125
|
||||
endstop_pin: P1.27
|
||||
position_endstop: -9 #0
|
||||
position_min: -10
|
||||
position_max: 235
|
||||
homing_speed: 50
|
||||
|
||||
[tmc2208 stepper_y]
|
||||
uart_pin: P1.15
|
||||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 0.7
|
||||
hold_current: 0.5
|
||||
stealthchop_threshold: 600
|
||||
driver_PWM_AUTOGRAD: True
|
||||
driver_PWM_AUTOSCALE: True
|
||||
driver_HEND: 3
|
||||
driver_HSTRT: 0
|
||||
#####################################################################################
|
||||
|
||||
[stepper_y]
|
||||
step_pin: P0.19
|
||||
dir_pin: !P0.20
|
||||
enable_pin: !P2.8
|
||||
rotation_distance: 40
|
||||
#step_distance: .0125
|
||||
endstop_pin: P1.27
|
||||
position_endstop: -9 #0
|
||||
position_min: -10
|
||||
position_max: 235
|
||||
homing_speed: 50
|
||||
[tmc2208 stepper_z]
|
||||
uart_pin: P1.10
|
||||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 0.7
|
||||
hold_current: 0.5
|
||||
stealthchop_threshold: 200
|
||||
driver_PWM_AUTOGRAD: True
|
||||
driver_PWM_AUTOSCALE: True
|
||||
driver_HEND: 3
|
||||
driver_HSTRT: 0
|
||||
|
||||
#####################################################################################
|
||||
[stepper_z]
|
||||
step_pin: P0.22
|
||||
dir_pin: P2.11
|
||||
enable_pin: !P0.21
|
||||
rotation_distance: 8
|
||||
#step_distance: .0025
|
||||
endstop_pin: P1.25
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
position_endstop: 0
|
||||
position_min: -1
|
||||
position_max: 250
|
||||
homing_retract_dist: 10 # to fix bltouch clone error
|
||||
|
||||
[tmc2208 stepper_z]
|
||||
uart_pin: P1.10
|
||||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 0.7
|
||||
hold_current: 0.5
|
||||
stealthchop_threshold: 200
|
||||
driver_PWM_AUTOGRAD: True
|
||||
driver_PWM_AUTOSCALE: True
|
||||
driver_HEND: 3
|
||||
driver_HSTRT: 0
|
||||
#####################################################################################
|
||||
[tmc2209 extruder]
|
||||
uart_pin: P1.8
|
||||
microsteps: 16
|
||||
interpolate: False
|
||||
hold_current: 0.5
|
||||
run_current: 0.95
|
||||
#gear_ratio: 3:1
|
||||
stealthchop_threshold: 250
|
||||
#driver_PWM_AUTOGRAD: True
|
||||
#driver_PWM_AUTOSCALE: True
|
||||
#driver_HEND: 3
|
||||
#driver_HSTRT: 0
|
||||
[thermistor 104NT-4-R025H42G]
|
||||
temperature1:25
|
||||
resistance1:100000
|
||||
beta: 4267
|
||||
|
||||
[stepper_z]
|
||||
step_pin: P0.22
|
||||
dir_pin: P2.11
|
||||
enable_pin: !P0.21
|
||||
rotation_distance: 8
|
||||
#step_distance: .0025
|
||||
endstop_pin: P1.25
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
position_endstop: 0
|
||||
position_min: -1
|
||||
position_max: 250
|
||||
homing_retract_dist: 10 # to fix bltouch clone error
|
||||
|
||||
#####################################################################################
|
||||
[tmc2209 extruder]
|
||||
uart_pin: P1.8
|
||||
microsteps: 16
|
||||
interpolate: False
|
||||
hold_current: 0.5
|
||||
run_current: 0.95
|
||||
#gear_ratio: 3:1
|
||||
stealthchop_threshold: 250
|
||||
#driver_PWM_AUTOGRAD: True
|
||||
#driver_PWM_AUTOSCALE: True
|
||||
#driver_HEND: 3
|
||||
#driver_HSTRT: 0
|
||||
[thermistor 104NT-4-R025H42G]
|
||||
temperature1:25
|
||||
resistance1:100000
|
||||
beta: 4267
|
||||
|
||||
[extruder]
|
||||
step_pin: P2.13
|
||||
dir_pin: !P0.11
|
||||
enable_pin: !P2.12
|
||||
rotation_distance: 7.18450
|
||||
#0.00926 stock extruder #0.002409
|
||||
#step_distance: 0.002245188
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
heater_pin: P2.7
|
||||
sensor_type: 104NT-4-R025H42G #EPCOS 100K B57560G104F
|
||||
sensor_pin: P0.24
|
||||
min_temp: 0
|
||||
max_temp: 290
|
||||
pressure_advance: 0.23
|
||||
max_extrude_only_velocity: 100
|
||||
[extruder]
|
||||
step_pin: P2.13
|
||||
dir_pin: !P0.11
|
||||
enable_pin: !P2.12
|
||||
rotation_distance: 7.18450
|
||||
#0.00926 stock extruder #0.002409
|
||||
#step_distance: 0.002245188
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
heater_pin: P2.7
|
||||
sensor_type: 104NT-4-R025H42G #EPCOS 100K B57560G104F
|
||||
sensor_pin: P0.24
|
||||
min_temp: 0
|
||||
max_temp: 290
|
||||
pressure_advance: 0.23
|
||||
max_extrude_only_velocity: 100
|
||||
|
||||
|
||||
#####################################################################################
|
||||
#####################################################################################
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: P2.5
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: P0.23
|
||||
control: pid
|
||||
pid_Kp: 54.027
|
||||
pid_Ki: 0.770
|
||||
pid_Kd: 948.182
|
||||
min_temp: 0
|
||||
max_temp: 130
|
||||
[heater_bed]
|
||||
heater_pin: P2.5
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: P0.23
|
||||
control: pid
|
||||
pid_Kp: 54.027
|
||||
pid_Ki: 0.770
|
||||
pid_Kd: 948.182
|
||||
min_temp: 0
|
||||
max_temp: 130
|
||||
|
||||
#####################################################################################
|
||||
#####################################################################################
|
||||
|
||||
[fan]
|
||||
pin: P2.3
|
||||
[fan]
|
||||
pin: P2.3
|
||||
|
||||
[heater_fan noozle_fan]
|
||||
heater: extruder
|
||||
shutdown_speed: 0
|
||||
cycle_time: 0.010
|
||||
#hardware_pwm: True
|
||||
kick_start_time: 0.100
|
||||
heater_temp: 50
|
||||
fan_speed: 1.0
|
||||
pin: P2.4
|
||||
[heater_fan noozle_fan]
|
||||
heater: extruder
|
||||
shutdown_speed: 0
|
||||
cycle_time: 0.010
|
||||
#hardware_pwm: True
|
||||
kick_start_time: 0.100
|
||||
heater_temp: 50
|
||||
fan_speed: 1.0
|
||||
pin: P2.4
|
||||
|
||||
#####################################################################################
|
||||
#####################################################################################
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: P1.25
|
||||
control_pin: P2.0
|
||||
#pin_move_time: 0.8
|
||||
#pin_up_reports_not_triggered: True
|
||||
#pin_up_touch_mode_reports_triggered: False
|
||||
x_offset: 11.684 #-60
|
||||
y_offset: 40.199 #-13
|
||||
z_offset: 3.25 #2.9
|
||||
samples: 2
|
||||
#speed: 3
|
||||
[bltouch]
|
||||
sensor_pin: P1.25
|
||||
control_pin: P2.0
|
||||
#pin_move_time: 0.8
|
||||
#pin_up_reports_not_triggered: True
|
||||
#pin_up_touch_mode_reports_triggered: False
|
||||
x_offset: 11.684 #-60
|
||||
y_offset: 40.199 #-13
|
||||
z_offset: 3.25 #2.9
|
||||
samples: 2
|
||||
#speed: 3
|
||||
|
||||
#####################################################################################
|
||||
#####################################################################################
|
||||
|
||||
[homing_override]
|
||||
set_position_z: 10
|
||||
axes: z
|
||||
gcode:
|
||||
G90
|
||||
G1 Z20 F600
|
||||
G28 X0 Y0 F3000
|
||||
G1 X110 Y130 F3000 # G1 X117 Y117 F3000
|
||||
G28 Z0
|
||||
G1 Z20 F500
|
||||
BED_MESH_PROFILE Load=new
|
||||
[homing_override]
|
||||
set_position_z: 10
|
||||
axes: z
|
||||
gcode:
|
||||
G90
|
||||
G1 Z20 F600
|
||||
G28 X0 Y0 F3000
|
||||
G1 X110 Y130 F3000 # G1 X117 Y117 F3000
|
||||
G28 Z0
|
||||
G1 Z20 F500
|
||||
BED_MESH_PROFILE Load=new
|
||||
|
||||
[bedcal]
|
||||
gcode:
|
||||
G28
|
||||
BED_MESH_CALIBRATE
|
||||
BED_MESH_PROFILE SAVE=new
|
||||
SAVE_CONFIG
|
||||
[bedcal]
|
||||
gcode:
|
||||
G28
|
||||
BED_MESH_CALIBRATE
|
||||
BED_MESH_PROFILE SAVE=new
|
||||
SAVE_CONFIG
|
||||
|
||||
[pidex]
|
||||
gcode:
|
||||
PID_CALIBRATE HEATER=extruder TARGET=210
|
||||
SAVE_CONFIG
|
||||
[pidex]
|
||||
gcode:
|
||||
PID_CALIBRATE HEATER=extruder TARGET=210
|
||||
SAVE_CONFIG
|
||||
|
||||
|
||||
[bed_mesh]
|
||||
speed: 100
|
||||
horizontal_move_z: 10
|
||||
mesh_min: 20,95
|
||||
mesh_max: 225,230
|
||||
probe_count: 4,4
|
||||
split_delta_z: 0.025
|
||||
move_check_distance: 10.0
|
||||
mesh_pps: 2,2
|
||||
algorithm: bicubic
|
||||
[bed_mesh]
|
||||
speed: 100
|
||||
horizontal_move_z: 10
|
||||
mesh_min: 20,95
|
||||
mesh_max: 225,230
|
||||
probe_count: 4,4
|
||||
split_delta_z: 0.025
|
||||
move_check_distance: 10.0
|
||||
mesh_pps: 2,2
|
||||
algorithm: bicubic
|
||||
|
||||
[virtual_sdcard]
|
||||
path = ~/sdcard
|
||||
[virtual_sdcard]
|
||||
path = ~/sdcard
|
||||
|
||||
#####################################################################################
|
||||
#####################################################################################
|
||||
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-Klipper_lpc1768_09A0FF10031436AF84F46A5BC72000F5-if00
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-Klipper_lpc1768_09A0FF10031436AF84F46A5BC72000F5-if00
|
||||
|
||||
#####################################################################################
|
||||
#####################################################################################
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.201250, 0.036250, -0.055000, -0.187500
|
||||
#*# 0.211250, 0.065000, -0.022500, -0.175000
|
||||
#*# 0.322500, 0.177500, 0.051250, -0.130000
|
||||
#*# 0.400000, 0.237500, 0.091250, -0.112500
|
||||
#*# tension = 0.2
|
||||
#*# min_x = -3.0
|
||||
#*# algo = bicubic
|
||||
#*# y_count = 4
|
||||
#*# mesh_y_pps = 2
|
||||
#*# min_y = 20.0
|
||||
#*# x_count = 4
|
||||
#*# max_y = 206.99
|
||||
#*# mesh_x_pps = 2
|
||||
#*# max_x = 159.99
|
||||
#*#
|
||||
#*# [bed_mesh new]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.201250, 0.036250, -0.055000, -0.187500
|
||||
#*# 0.211250, 0.065000, -0.022500, -0.175000
|
||||
#*# 0.322500, 0.177500, 0.051250, -0.130000
|
||||
#*# 0.400000, 0.237500, 0.091250, -0.112500
|
||||
#*# tension = 0.2
|
||||
#*# min_x = -3.0
|
||||
#*# algo = bicubic
|
||||
#*# y_count = 4
|
||||
#*# mesh_y_pps = 2
|
||||
#*# min_y = 20.0
|
||||
#*# x_count = 4
|
||||
#*# max_y = 206.99
|
||||
#*# mesh_x_pps = 2
|
||||
#*# max_x = 159.99
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
#*# pid_kp = 22.427
|
||||
#*# pid_ki = 1.168
|
||||
#*# pid_kd = 107.652
|
||||
|
||||
Powered by Gitea Version: 1.12.5 Page: 27ms Template: 5ms
|
||||
JavaScript licenses API Website Go1.14.9
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.201250, 0.036250, -0.055000, -0.187500
|
||||
#*# 0.211250, 0.065000, -0.022500, -0.175000
|
||||
#*# 0.322500, 0.177500, 0.051250, -0.130000
|
||||
#*# 0.400000, 0.237500, 0.091250, -0.112500
|
||||
#*# tension = 0.2
|
||||
#*# min_x = -3.0
|
||||
#*# algo = bicubic
|
||||
#*# y_count = 4
|
||||
#*# mesh_y_pps = 2
|
||||
#*# min_y = 20.0
|
||||
#*# x_count = 4
|
||||
#*# max_y = 206.99
|
||||
#*# mesh_x_pps = 2
|
||||
#*# max_x = 159.99
|
||||
#*#
|
||||
#*# [bed_mesh new]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.201250, 0.036250, -0.055000, -0.187500
|
||||
#*# 0.211250, 0.065000, -0.022500, -0.175000
|
||||
#*# 0.322500, 0.177500, 0.051250, -0.130000
|
||||
#*# 0.400000, 0.237500, 0.091250, -0.112500
|
||||
#*# tension = 0.2
|
||||
#*# min_x = -3.0
|
||||
#*# algo = bicubic
|
||||
#*# y_count = 4
|
||||
#*# mesh_y_pps = 2
|
||||
#*# min_y = 20.0
|
||||
#*# x_count = 4
|
||||
#*# max_y = 206.99
|
||||
#*# mesh_x_pps = 2
|
||||
#*# max_x = 159.99
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
#*# pid_kp = 22.427
|
||||
#*# pid_ki = 1.168
|
||||
#*# pid_kd = 107.652
|
Loading…
Reference in a new issue