mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 17:20:26 +09:00
config: Make the Anycubic delta configurations as similar as possible
Signed-off-by: Peter Ruevski <dpr@ruevs.com>
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
# This file contains a configuration for the "Anycubic Kossel Linear
|
||||
# Plus Large Printing Size", "Anycubic Kossel Pulley Plus Large
|
||||
# Printing Size" and similar delta printer from 2017. The printer uses
|
||||
# the TriGorilla board which is an AVR ATmega2560 Arduino + RAMPS
|
||||
# compatible board. To use this config, the firmware should be
|
||||
# compiled for the AVR atmega2560.
|
||||
# Printing Size" and similar delta printer from 2017.
|
||||
# The Anycubic delta printers use the TriGorilla board which is an
|
||||
# AVR ATmega2560 Arduino + RAMPS compatible board.
|
||||
# To use this config, the firmware should be compiled for the AVR atmega2560.
|
||||
|
||||
# See the example.cfg file for a description of available parameters.
|
||||
|
||||
[stepper_a]
|
||||
arm_length: 271.50
|
||||
step_pin: ar54
|
||||
dir_pin: !ar55
|
||||
enable_pin: !ar38
|
||||
@@ -20,7 +19,7 @@ homing_speed: 60
|
||||
# and meassure the distance from nozzle to bed.
|
||||
# This value then needs to be added.
|
||||
position_endstop: 295.6
|
||||
angle: 90
|
||||
arm_length: 271.50
|
||||
|
||||
[stepper_b]
|
||||
step_pin: ar60
|
||||
@@ -28,7 +27,6 @@ dir_pin: !ar61
|
||||
enable_pin: !ar56
|
||||
step_distance: .0125
|
||||
endstop_pin: ^ar15
|
||||
angle: 210
|
||||
|
||||
[stepper_c]
|
||||
step_pin: ar46
|
||||
@@ -36,7 +34,6 @@ dir_pin: !ar48
|
||||
enable_pin: !ar62
|
||||
step_distance: .0125
|
||||
endstop_pin: ^ar19
|
||||
angle: 330
|
||||
|
||||
[extruder]
|
||||
step_pin: ar26
|
||||
@@ -77,7 +74,7 @@ pin_map: arduino
|
||||
|
||||
[printer]
|
||||
kinematics: delta
|
||||
max_velocity: 200
|
||||
max_velocity: 500
|
||||
max_accel: 3000
|
||||
max_z_velocity: 200
|
||||
delta_radius: 115
|
||||
|
||||
Reference in New Issue
Block a user