mirror of https://github.com/Desuuuu/klipper.git
config: Minor comment changes to printer-creality-cr10-v3-2020.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
31f9bbf105
commit
e98a29bef3
|
@ -1,23 +1,16 @@
|
|||
# This file contains common pin mappings for the 2020 Creality
|
||||
# CR-10 V3. The mainboard is a Creality 3D v2.5.2 (8-bit mainboard
|
||||
# with ATMega2560).
|
||||
# To use this config, the firmware should be compiled for the
|
||||
# AVR atmega2560.
|
||||
#
|
||||
# To flash do "make flash" and if it does not and avrdude also
|
||||
# does not work then one may need to flash a bootloader to the
|
||||
# board - see the Klipper docs/Bootloaders.md file for more
|
||||
# information.
|
||||
#
|
||||
# This file contains common pin mappings for the 2020 Creality CR-10
|
||||
# V3. The mainboard is a Creality 3D v2.5.2 (8-bit mainboard with
|
||||
# ATMega2560). To use this config, the firmware should be compiled for
|
||||
# the AVR atmega2560.
|
||||
|
||||
# See docs/Config_Reference.md for a description of parameters.
|
||||
#
|
||||
|
||||
# For better compatibility with GCodes generated for Marlin, you
|
||||
# may wish to add the following section, if you have BLTouch:
|
||||
#[gcode_macro G29]
|
||||
#gcode:
|
||||
# BED_MESH_CALIBRATE
|
||||
#
|
||||
#
|
||||
|
||||
[stepper_x]
|
||||
step_pin: PF0 #ar54
|
||||
dir_pin: PF1 #ar55
|
||||
|
|
Loading…
Reference in New Issue