aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothée Girard <timgir@timotheegirard.com>2021-01-10 17:19:34 +0100
committerGitHub <noreply@github.com>2021-01-10 11:19:34 -0500
commit185719f52a716a5136d80822df66a4d2a87e5ba9 (patch)
tree698e4a97a74d5de009c54ff541a35c5d4ec7efcb
parentef40e71fe1f3bd54dc99c228b076ce44447272d5 (diff)
downloadkutter-185719f52a716a5136d80822df66a4d2a87e5ba9.tar.gz
kutter-185719f52a716a5136d80822df66a4d2a87e5ba9.tar.xz
kutter-185719f52a716a5136d80822df66a4d2a87e5ba9.zip
config: Add config file for Longer3D LK4 Pro (#3712)
Signed-off-by: Timothée Girard <timgir@timotheegirard.com>
-rw-r--r--config/printer-longer-lk4-pro-2019.cfg115
1 files changed, 115 insertions, 0 deletions
diff --git a/config/printer-longer-lk4-pro-2019.cfg b/config/printer-longer-lk4-pro-2019.cfg
new file mode 100644
index 00000000..2057c6ab
--- /dev/null
+++ b/config/printer-longer-lk4-pro-2019.cfg
@@ -0,0 +1,115 @@
+# This file contains common pin mappings for Longer LK4 Pro.
+# To use this config, the firmware should be compiled for the AVR
+# atmega2560 (though other AVR chips are also possible).
+
+# See docs/Config_Reference.md for a description of parameters.
+
+[stepper_x]
+step_pin: ar54
+dir_pin: !ar55
+enable_pin: !ar38
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^!ar3
+position_endstop: 0
+position_max: 235
+homing_speed: 50
+
+[stepper_y]
+step_pin: ar60
+dir_pin: ar61
+enable_pin: !ar56
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^!ar14
+position_endstop: 0
+position_max: 235
+homing_speed: 50
+
+[stepper_z]
+step_pin: ar46
+dir_pin: !ar48
+enable_pin: !ar62
+microsteps: 16
+rotation_distance: 8
+endstop_pin: ^!ar35
+# Uncomment for BLTouch
+# endstop_pin: probe:z_virtual_endstop
+position_endstop: 0.5
+position_max: 250
+
+# Uncomment this section for BLTouch
+
+# [homing_override]
+# axes: z
+# set_position_z: 0.0
+# gcode:
+# G90
+# G0 Z5 F600
+# G28 X0 Y0
+# G0 X143 Y137 F3600
+# G28 Z0
+# G0 Z5 F600
+
+# [bltouch]
+# According this follow mapping :
+# https://arduiblog.com/2020/06/22/installation-dun-bltouch-sur-lalfawise-u30-pro/
+# & see "Branchement" paragraph & picture
+# sensor_pin: ^ar35
+# control_pin: ar7
+# If you use this fang : https://www.thingiverse.com/thing:3603067
+# you can use this follow values for x & y offset
+# x_offset: -28
+# y_offset: -26
+# and test this z_offset
+# z_offset: 1.56
+
+# [bed_mesh]
+# mesh_min: 16,16
+# mesh_max: 201,200
+# probe_count: 4,3
+
+[extruder]
+step_pin: ar26
+dir_pin: !ar28
+enable_pin: !ar24
+microsteps: 16
+rotation_distance: 34.5576
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: ar10
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: analog13
+control: pid
+pid_Kp: 22.2
+pid_Ki: 1.08
+pid_Kd: 114
+min_temp: 0
+max_temp: 250
+
+[filament_switch_sensor filament_sensor]
+switch_pin: ^!ar2
+
+[heater_bed]
+heater_pin: ar8
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: analog14
+control: watermark
+min_temp: 0
+max_temp: 130
+
+[fan]
+pin: ar9
+
+[mcu]
+serial: /dev/ttyUSB0
+pin_map: arduino
+
+[printer]
+kinematics: cartesian
+max_velocity: 300
+max_accel: 3000
+max_z_velocity: 5
+max_z_accel: 100
+
+# Klipper doesn't able to working display at this time