diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-24 10:56:20 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-24 10:56:20 -0400 |
commit | 74f9da8376265b2d11cf28d237e0bd6125bbdf0f (patch) | |
tree | 45dd415e63dfe1b7e0f2dde3bd680848332195b4 | |
parent | 9aadc3c7fa186f48adca30eee83390071b5a56a6 (diff) | |
download | kutter-74f9da8376265b2d11cf28d237e0bd6125bbdf0f.tar.gz kutter-74f9da8376265b2d11cf28d237e0bd6125bbdf0f.tar.xz kutter-74f9da8376265b2d11cf28d237e0bd6125bbdf0f.zip |
config: Update description of printer-tevo-flash-2018.cfg
Reported by @RadianceNL.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/printer-tevo-flash-2018.cfg | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config/printer-tevo-flash-2018.cfg b/config/printer-tevo-flash-2018.cfg index 761eb2da..169704bd 100644 --- a/config/printer-tevo-flash-2018.cfg +++ b/config/printer-tevo-flash-2018.cfg @@ -1,5 +1,11 @@ -# Support for Tevo Flash using a Bondtech BMG extruder. To use this -# config, the firmware should be compiled for the AVR atmega2560. +# Support for Tevo Flash. To use this config, the firmware should be +# compiled for the AVR atmega2560. + +# Note, this config has only been tested on a modified Tevo Flash +# (using a Bondtech BMG extruder). If using a stock printer it may be +# necessary to update the extruder step_distance parameter. + +# See the example.cfg file for a description of available parameters. [stepper_x] step_pin: ar54 @@ -43,7 +49,7 @@ step_pin: ar26 dir_pin: ar28 enable_pin: !ar24 step_distance: .002401 -nozzle_diameter: 0.600 +nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: ar10 sensor_type: EPCOS 100K B57560G104F |