Files
klipper_configs_flyingbear/Flying Bear Generic Configs/printer/fb-ghost5.cfg
2024-04-20 00:07:17 +03:00

144 lines
4.1 KiB
INI

################################################################################
# Board: MKS Robin Nano v1.1 (Flying Bear Reborn 2.0) / MKS Robin Nano v1.3 / MKS Robin Nano-S v1.3
# Printer: Flying Bear Ghost 5
# Config by ODUCCEU
################################################################################
# WARNING! DO NOT EDIT THIS FILE!
# To override settings from this file, you can copy and paste the relevant
# sections into your printer.cfg and change it there.
################################################################################
# Documentation
# https://www.klipper3d.org/Config_Reference.html
################################################################################
# X, Y, Z
################################################################################
[stepper_x]
step_pin: X_STEP_PIN
dir_pin: X_DIR_PIN
enable_pin: !X_ENABLE_PIN
rotation_distance: 40
microsteps: 16
endstop_pin: tmc2209_stepper_x:virtual_endstop
position_min: 0
position_max: 240
position_endstop: 0
homing_retract_dist: 0 # X-axis bed size
homing_speed: 100
# disable for head retraction after homing
[stepper_y]
step_pin: Y_STEP_PIN
dir_pin: Y_DIR_PIN
enable_pin: !Y_ENABLE_PIN
microsteps: 16
rotation_distance: 40
endstop_pin: tmc2209_stepper_y:virtual_endstop
homing_speed: 100
position_min: 0
position_max: 210
position_endstop: 0
homing_retract_dist: 0
# disable for head retraction after homing
[stepper_z] # left stepper
step_pin: Z_STEP_PIN
dir_pin: !Z_DIR_PIN
enable_pin: !Z_ENABLE_PIN
rotation_distance: 8
microsteps: 16
endstop_pin: tmc2209_stepper_y:virtual_endstop
position_max: 200 # Z-axis print volume size
homing_speed: 20
second_homing_speed: 5
position_min: -5
################################################################################
# E0, HB
################################################################################
[extruder]
step_pin: E0_STEP_PIN
dir_pin: !E0_DIR_PIN
enable_pin: !E0_ENABLE_PIN
rotation_distance: 7.600
microsteps: 16
nozzle_diameter: 0.400
filament_diameter: 1.750
max_extrude_only_distance: 120 # ~100 direct, ~600 bowden
heater_pin: E_HEATER_PIN
sensor_type: EPCOS 100K B57560G104F
sensor_pin: E_SENSOR_PIN
min_temp: 0
max_temp: 300
[heater_bed]
heater_pin: BED_HEATER_PIN
sensor_type: EPCOS 100K B57560G104F
sensor_pin: BED_SENSOR_PIN
min_temp: 0
max_temp: 130
################################################################################
# Fans
################################################################################
[fan]
pin: PARTCOOLING_FAN_PIN
[heater_fan heater_fan]
pin: HEATER_FAN_PIN
################################################################################
# Printer
################################################################################
[printer]
kinematics: cartesian
max_velocity: 300
max_accel: 3000
#max_accel_to_decel: 1500
max_z_velocity: 20
max_z_accel: 100
################################################################################
# Optional G-Code features
################################################################################
[pause_resume]
[display_status]
[firmware_retraction]
retract_speed: 40
unretract_speed: 40
[respond]
################################################################################
# Bed leveling
################################################################################
# Reference: distance from bed edge to screw center is 35mm on X axis and 32.5mm on Y.
# Bed size is 275x215mm and print area size is 255x210mm.
[bed_screws]
screw1: 25,30
screw1_name: front left screw
screw2: 230,30
screw2_name: front right screw
screw3: 230,180
screw3_name: back right screw
screw4: 25,180
screw4_name: back left screw
horizontal_move_z: 10
speed: 100
################################################################################