mirror of
https://github.com/oducceu/klipper_configs.git
synced 2025-12-23 08:03:36 +05:00
SKR mini E3 cinfig
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
################################################################################
|
||||
# Board: MKS Robin Nano v1.1 (Flying Bear Reborn 2.0) / MKS Robin Nano v1.3 / MKS Robin Nano-S v1.3
|
||||
# Board: SKR Mini E3 v3.0
|
||||
# Printer: Flying Bear Ghost 5
|
||||
# Config by ODUCCEU
|
||||
# Config by Sz77
|
||||
# special thanks to ODUCCEU for the base config
|
||||
################################################################################
|
||||
# WARNING! DO NOT EDIT THIS FILE!
|
||||
# To override settings from this file, you can copy and paste the relevant
|
||||
@@ -20,19 +21,6 @@
|
||||
# Pin Definitions
|
||||
################################################################################
|
||||
|
||||
# You have different choices on how to plug your probe on MKS Robin Nano:
|
||||
#
|
||||
# Sensor can be plugged into one of the list:
|
||||
## Z_MIN_STOP PA11
|
||||
## Z_MAX_STOP PC4
|
||||
## MT_DET2 PE6
|
||||
## WiFi_IO0 P13 MKSRNv1.3
|
||||
## WiFi_IO0 PA8 MKSRNv1.1
|
||||
#
|
||||
# Servo control can be plugged into one of the list:
|
||||
## SERVO PA8 'BLTOUCH' slot on MKSRNv1.3
|
||||
## PB2 PB2
|
||||
#
|
||||
# You can check default 'BLTOUCH_SENSOR_PIN' and 'BLTOUCH_CONTROL_PIN' in your board cfg file
|
||||
|
||||
################################################################################
|
||||
@@ -43,8 +31,8 @@
|
||||
sensor_pin: ^BLTOUCH_SENSOR_PIN
|
||||
control_pin: BLTOUCH_CONTROL_PIN
|
||||
# stow_on_each_sample: False # faster but dangerous
|
||||
x_offset: 0 # CAUTION! Set your own offset
|
||||
y_offset: 0 # CAUTION! Set your own offset
|
||||
x_offset: 44
|
||||
y_offset: 0 # CAUTION! Set your own offset
|
||||
z_offset: 0 # CAUTION! Set your own offset
|
||||
speed: 12
|
||||
samples: 3
|
||||
@@ -71,12 +59,14 @@ z_hop_speed: 12
|
||||
[bed_mesh]
|
||||
speed: 100
|
||||
horizontal_move_z: 10
|
||||
mesh_min: 0,0 # CAUTION! = probe_xy = nozzle_xy + offset_xy
|
||||
mesh_max: 255,210 # CAUTION! = probe_xy = nozzle_xy + offset_xy
|
||||
probe_count: 7,5
|
||||
mesh_min: 50, 10
|
||||
mesh_max: 230, 200
|
||||
probe_count: 5, 5
|
||||
mesh_pps: 3
|
||||
algorithm: bicubic
|
||||
relative_reference_index: 18 # center point
|
||||
fade_start: 1
|
||||
fade_end: 10
|
||||
fade_target: 0 # center point
|
||||
|
||||
[screws_tilt_adjust] # = nozzle_xy = probe_xy - offset_xy
|
||||
screw1: 25,30
|
||||
|
||||
Reference in New Issue
Block a user