New backup from 07/15/2024 - 01:24:08 AM
This commit is contained in:
194
3dsprinter_data/config/printer.cfg
Normal file
194
3dsprinter_data/config/printer.cfg
Normal file
@@ -0,0 +1,194 @@
|
||||
[include shell_command.cfg]
|
||||
[include fluidd.cfg]
|
||||
|
||||
[virtual_sdcard]
|
||||
path: /home/jeka/3dsprinter_data/gcodes
|
||||
on_error_gcode: CANCEL_PRINT
|
||||
|
||||
[include macros.cfg]
|
||||
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_75638303037351301112-if00
|
||||
|
||||
[bed_screws]
|
||||
screw1: 15,5
|
||||
screw1_name: Front left screw
|
||||
screw2: 15,180
|
||||
screw2_name: Rear left screw
|
||||
screw3: 285,5
|
||||
screw3_name: Front right screw
|
||||
screw4: 285,180
|
||||
screw4_name: Rear right screw
|
||||
|
||||
[screws_tilt_adjust]
|
||||
horizontal_move_z: 5
|
||||
screw1: 8,181
|
||||
screw1_name: back left
|
||||
screw2: 298,181
|
||||
screw2_name: back right
|
||||
screw3: 8,21
|
||||
screw3_name: front left
|
||||
screw4: 298,21
|
||||
screw4_name: front right
|
||||
screw_thread: CW-M3
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: PD3 #^PD3
|
||||
control_pin: PB5
|
||||
x_offset: 0
|
||||
y_offset: -20
|
||||
speed: 10.0
|
||||
samples: 2
|
||||
speed: 2
|
||||
#z_offset: 0.0
|
||||
pin_up_reports_not_triggered: True
|
||||
pin_up_touch_mode_reports_triggered: False
|
||||
#pin_up_touch_mode_reports_triggered: True
|
||||
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 145, 95# Change coordinates to the center of your print bed
|
||||
speed: 50
|
||||
z_hop: 10 # Move up 10mm
|
||||
z_hop_speed: 5
|
||||
|
||||
[bed_mesh]
|
||||
speed: 60
|
||||
horizontal_move_z: 5
|
||||
mesh_min: 20,20
|
||||
mesh_max: 285,150
|
||||
probe_count: 5,3
|
||||
mesh_pps: 2,2
|
||||
fade_start: 1
|
||||
fade_end: 10
|
||||
fade_target: 0
|
||||
|
||||
[stepper_x]
|
||||
step_pin: PF0
|
||||
dir_pin: !PF1
|
||||
enable_pin: !PD7
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^!PE5
|
||||
position_endstop: 0
|
||||
position_max: 305
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_y]
|
||||
step_pin: PF6
|
||||
dir_pin: !PF7
|
||||
enable_pin: !PF2
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^!PJ0
|
||||
position_endstop: 189
|
||||
position_max: 189
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PL3
|
||||
dir_pin: PL1
|
||||
enable_pin: !PK0
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
endstop_pin: ^!PD2
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
#homing_positive_dir: true
|
||||
#position_endstop: 278
|
||||
position_max: 270
|
||||
position_min: -6
|
||||
homing_speed = 15
|
||||
|
||||
[extruder]
|
||||
max_extrude_only_distance: 101.0
|
||||
step_pin: PA4
|
||||
dir_pin: PA6
|
||||
enable_pin: !PA2
|
||||
microsteps: 16
|
||||
rotation_distance: 7.920
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
heater_pin: PB4
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PK5
|
||||
#control: pid
|
||||
#pid_Kp: 22.2
|
||||
#pid_Ki: 1.08
|
||||
#pid_Kd: 114
|
||||
min_temp: 0
|
||||
max_temp: 250
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PH5
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PK6
|
||||
control: watermark
|
||||
min_temp: 0
|
||||
max_temp: 130
|
||||
|
||||
[fan]
|
||||
pin: PH6
|
||||
|
||||
[printer]
|
||||
kinematics: corexy
|
||||
max_velocity: 500
|
||||
max_accel: 5000
|
||||
max_z_accel: 30
|
||||
max_z_velocity: 30
|
||||
|
||||
[display]
|
||||
lcd_type: hd44780
|
||||
rs_pin: EXP1_4
|
||||
e_pin: EXP1_3
|
||||
d4_pin: EXP1_5
|
||||
d5_pin: EXP1_6
|
||||
d6_pin: EXP1_7
|
||||
d7_pin: EXP1_8
|
||||
encoder_pins: ^EXP2_3, ^EXP2_5
|
||||
click_pin: ^!EXP1_2
|
||||
|
||||
|
||||
[board_pins]
|
||||
aliases:
|
||||
# Common EXP1 header found on many "all-in-one" ramps clones
|
||||
EXP1_1=PC0, EXP1_3=PH0, EXP1_5=PA1, EXP1_7=PA5, EXP1_9=<GND>,
|
||||
EXP1_2=PC2, EXP1_4=PH1, EXP1_6=PA3, EXP1_8=PA7, EXP1_10=<5V>,
|
||||
# EXP2 header
|
||||
EXP2_1=PB3, EXP2_3=PC6, EXP2_5=PC4, EXP2_7=PL0, EXP2_9=<GND>,
|
||||
EXP2_2=PB1, EXP2_4=PB0, EXP2_6=PB2, EXP2_8=PG0, EXP2_10=<RST>
|
||||
# Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi"
|
||||
# Note, some boards wire: EXP2_8=<RST>, EXP2_10=PG0
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
#*# pid_kp = 25.328
|
||||
#*# pid_ki = 1.578
|
||||
#*# pid_kd = 101.628
|
||||
#*#
|
||||
#*# [heater_bed]
|
||||
#*# pid_kp = 72.255
|
||||
#*# pid_ki = 1.487
|
||||
#*# pid_kd = 877.904
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -0.037500, -0.042500, -0.027500, -0.016250, 0.016250
|
||||
#*# -0.017500, -0.006250, 0.042500, 0.056250, 0.036250
|
||||
#*# 0.045000, 0.062500, 0.098750, 0.116250, 0.076250
|
||||
#*# x_count = 5
|
||||
#*# y_count = 3
|
||||
#*# mesh_x_pps = 2
|
||||
#*# mesh_y_pps = 2
|
||||
#*# algo = lagrange
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 20.0
|
||||
#*# max_x = 285.0
|
||||
#*# min_y = 20.0
|
||||
#*# max_y = 150.0
|
||||
#*#
|
||||
#*# [bltouch]
|
||||
#*# z_offset = 2.290
|
||||
Reference in New Issue
Block a user