aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-tronxy-xy-2-Pro-2020.cfg
diff options
context:
space:
mode:
authorgcastle2007 <gcastle2007@gmail.com>2021-10-26 23:01:31 +0300
committerGitHub <noreply@github.com>2021-10-26 16:01:31 -0400
commit7af59a58cfa77d3081b0e17fb2d72fe5f30a67f2 (patch)
tree867aa13015ac5d3e46c49bd6dde8a910671706d3 /config/printer-tronxy-xy-2-Pro-2020.cfg
parenta33d0697b6438e362f0cf9d25e1e8358d331bf53 (diff)
downloadkutter-7af59a58cfa77d3081b0e17fb2d72fe5f30a67f2.tar.gz
kutter-7af59a58cfa77d3081b0e17fb2d72fe5f30a67f2.tar.xz
kutter-7af59a58cfa77d3081b0e17fb2d72fe5f30a67f2.zip
config: Tronxy XY-2 Pro default (#4631)
Example default config for Tronxy XY-2 Pro. It is default config for printer Tronxy XY-2 Pro (mainboard Chitu V6). This config based on config for Tronxy X5SA with mainboard Chitu V6. Signed-off-by: Konstantin Bazhenin <kby@list.ru>
Diffstat (limited to 'config/printer-tronxy-xy-2-Pro-2020.cfg')
-rw-r--r--config/printer-tronxy-xy-2-Pro-2020.cfg132
1 files changed, 132 insertions, 0 deletions
diff --git a/config/printer-tronxy-xy-2-Pro-2020.cfg b/config/printer-tronxy-xy-2-Pro-2020.cfg
new file mode 100644
index 00000000..35b49ea0
--- /dev/null
+++ b/config/printer-tronxy-xy-2-Pro-2020.cfg
@@ -0,0 +1,132 @@
+# This is a Klipper configuration for Tron XY-2 Pro, with
+# CXY-V6 motherboard. no-Titan, no-BMG.
+
+
+# === FLASHING WITH STOCK BOOTLOADER ===
+# You should make firmware for STM32F103 with bootloader offset
+# at 0x8008800 (Chitu v6 Bootloader). Uncheck USB, and leave default
+# serial settings.
+#
+# Use "./scripts/update_chitu.py ./out/klipper.bin ./out/update.cbd" after make to generate update.cbd.
+# Put `update.cbd` onto SD card, and reboot the printer.
+# It will be automatically installed, and you will be able to update it this way.
+
+[mcu]
+serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
+restart_method: command
+
+[printer]
+kinematics: cartesian
+max_velocity: 150
+max_accel: 3000
+max_z_velocity: 5
+max_z_accel: 100
+
+[stepper_x]
+step_pin: PE5
+dir_pin: PE6
+enable_pin: !PC13
+microsteps: 32
+rotation_distance: 40
+endstop_pin: !PG10
+position_endstop: -1
+position_min: -1
+position_max: 255
+homing_speed: 50
+homing_retract_dist: 10
+second_homing_speed: 10.0
+
+[stepper_y]
+step_pin: PE2
+dir_pin: PE3
+enable_pin: !PE4
+microsteps: 32
+rotation_distance: 40
+endstop_pin: !PA12
+position_endstop: 0
+position_max: 255
+homing_retract_dist: 10
+homing_speed: 50.0
+second_homing_speed: 10.0
+
+[stepper_z]
+step_pin: PB9
+dir_pin: !PE0
+enable_pin: !PE1
+microsteps: 32
+rotation_distance: 8
+endstop_pin: probe:z_virtual_endstop
+position_max: 260
+position_min: -2
+
+[extruder]
+step_pin: PB4
+dir_pin: PB5
+enable_pin: !PB8
+microsteps: 16
+rotation_distance: 16.9024
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: PG12
+sensor_type: ATC Semitec 104GT-2
+sensor_pin: PA1
+control: pid
+pid_Kp: 18.831
+pid_Ki: 0.821
+pid_Kd: 108.044
+min_temp: 0
+max_temp: 260
+max_extrude_only_distance: 300
+
+[heater_bed]
+heater_pin: PG11
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: PA0
+control: pid
+min_temp: 0
+max_temp: 130
+pid_Kp: 73.932
+pid_Ki: 1.521
+pid_Kd: 898.279
+
+[heater_fan hotend_fan]
+pin: PG14
+fan_speed: 1
+
+[fan]
+pin: PG13
+max_power: 1
+
+[controller_fan drivers_fan]
+pin: PD6
+
+[filament_switch_sensor sentinel]
+pause_on_runout: True
+runout_gcode:
+ M25
+switch_pin: PA15
+
+[output_pin beeper]
+pin: PB0
+
+[safe_z_home]
+home_xy_position: 127,127
+speed: 50
+z_hop: 10
+z_hop_speed: 5
+
+[bed_mesh]
+speed: 120
+probe_count: 4,4
+horizontal_move_z: 5
+algorithm: lagrange
+mesh_min : 50,50
+mesh_max : 205,205
+mesh_pps: 0
+
+[probe]
+x_offset: -50
+y_offset: -10
+pin: !PG9
+speed: 30
+z_offset: 0.330