v2.4: reformat file
This commit is contained in:
parent
f3e2e9bc3d
commit
4b5981cbe3
1 changed files with 105 additions and 105 deletions
34
printer.cfg
34
printer.cfg
|
@ -33,8 +33,9 @@ serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_1E0030000E5053424E363620-if00
|
|||
[printer]
|
||||
kinematics: corexy
|
||||
max_velocity: 300
|
||||
max_accel: 3000 #Max 4000
|
||||
max_z_velocity: 25 #Max 15 for 12V TMC Drivers, can increase for 24V
|
||||
max_accel: 3000 # Max 4000
|
||||
max_accel_to_decel: 1500 # default half of max_accel
|
||||
max_z_velocity: 25 # Max 15 for 12V TMC Drivers, can increase for 24V
|
||||
max_z_accel: 350
|
||||
square_corner_velocity: 5.0
|
||||
|
||||
|
@ -64,12 +65,12 @@ dir_pin: !PF12
|
|||
enable_pin: !PF14
|
||||
rotation_distance: 40
|
||||
microsteps: 16
|
||||
full_steps_per_rotation: 400 # 200: 1.8 deg stepper, 400: 0.9 deg stepper
|
||||
full_steps_per_rotation: 400 # 1.8 deg stepper: 200, 0.9 deg stepper
|
||||
endstop_pin: PG6
|
||||
position_min: 0
|
||||
position_endstop: 300
|
||||
position_max: 300
|
||||
homing_speed: 25 #Max 100
|
||||
homing_speed: 25 # Max 100
|
||||
homing_retract_dist: 5
|
||||
homing_positive_dir: true
|
||||
|
||||
|
@ -207,9 +208,9 @@ rotation_distance: 22.6789511 #Bondtech 5mm Drive Gears
|
|||
## Update Gear Ratio depending on your Extruder Type
|
||||
## Use 50:17 for Afterburner/Clockwork (BMG Gear Ratio)
|
||||
## Use 80:20 for M4, M3.1
|
||||
gear_ratio: 50:17 #BMG Gear Ratio
|
||||
gear_ratio: 50:17 # BMG Gear Ratio
|
||||
microsteps: 16
|
||||
full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
|
||||
full_steps_per_rotation: 200 # 1.8 deg stepper: 200, 0.9 deg stepper
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.75
|
||||
heater_pin: PA2
|
||||
|
@ -445,7 +446,6 @@ gcode:
|
|||
SET_LED LED=btt_mini12864 RED=1 GREEN=0 BLUE=0 INDEX=2 TRANSMIT=0
|
||||
SET_LED LED=btt_mini12864 RED=1 GREEN=0 BLUE=0 INDEX=3
|
||||
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
|
@ -464,21 +464,21 @@ gcode:
|
|||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.382500, 0.377500, 0.370000, 0.357500, 0.337500
|
||||
#*# 0.340000, 0.330000, 0.305000, 0.305000, 0.295000
|
||||
#*# 0.342500, 0.342500, 0.325000, 0.305000, 0.270000
|
||||
#*# 0.335000, 0.350000, 0.327500, 0.322500, 0.307500
|
||||
#*# 0.382500, 0.407500, 0.392500, 0.382500, 0.355000
|
||||
#*# 0.085000, 0.102500, 0.075000, 0.080000, 0.060000
|
||||
#*# 0.057500, 0.062500, 0.020000, 0.032500, 0.035000
|
||||
#*# 0.027500, 0.035000, 0.000000, 0.000000, -0.007500
|
||||
#*# 0.020000, 0.032500, -0.005000, 0.017500, 0.020000
|
||||
#*# 0.072500, 0.085000, 0.045000, 0.057500, 0.057500
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 25.0
|
||||
#*# min_x = 40.0
|
||||
#*# algo = bicubic
|
||||
#*# y_count = 5
|
||||
#*# mesh_y_pps = 2
|
||||
#*# min_y = 25.0
|
||||
#*# min_y = 40.0
|
||||
#*# x_count = 5
|
||||
#*# max_y = 287.0
|
||||
#*# max_y = 260.0
|
||||
#*# mesh_x_pps = 2
|
||||
#*# max_x = 261.0
|
||||
#*# max_x = 260.0
|
||||
#*#
|
||||
#*# [stepper_z]
|
||||
#*# position_endstop = 0.542
|
||||
#*# position_endstop = 0.642
|
||||
|
|
Loading…
Reference in a new issue