diff options
author | Hywelmartin <33714214+Hywelmartin@users.noreply.github.com> | 2020-05-02 15:31:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 09:31:23 -0400 |
commit | 07e8011f51667c2b61676b2c77a510569cbf1ec6 (patch) | |
tree | 05708304e13d1aff14540fb2862f99e165d30ee9 /config | |
parent | 3aacc4d6a2f9786353cb719cd8d5df8a134806fe (diff) | |
download | kutter-07e8011f51667c2b61676b2c77a510569cbf1ec6.tar.gz kutter-07e8011f51667c2b61676b2c77a510569cbf1ec6.tar.xz kutter-07e8011f51667c2b61676b2c77a510569cbf1ec6.zip |
config: Update printer-anycubic-kossel-plus-2017.cfg (#2775)
horizontal_move_z: 20 instead of 5... there has been some support Q about this..
Signed-off-by: Martin Malmqvist <hywelmartin@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-anycubic-kossel-plus-2017.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/printer-anycubic-kossel-plus-2017.cfg b/config/printer-anycubic-kossel-plus-2017.cfg index ff20c69e..b2889b42 100644 --- a/config/printer-anycubic-kossel-plus-2017.cfg +++ b/config/printer-anycubic-kossel-plus-2017.cfg @@ -4,8 +4,8 @@ # 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. +# See the example.cfg, example-delta.cfg and example-extras.cfg files +# for a description of available parameters. [stepper_a] step_pin: ar54 @@ -95,6 +95,8 @@ timeout: 360 [delta_calibrate] radius: 115 +# If the original probe is used +#horizontal_move_z: 20 # "RepRapDiscount 2004 Smart Controller" type displays [display] |