diff options
Diffstat (limited to 'config/printer-wanhao-duplicator-i3-v2.1-2017.cfg')
-rw-r--r-- | config/printer-wanhao-duplicator-i3-v2.1-2017.cfg | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg index 53d94ffe..6f831b25 100644 --- a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg +++ b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg @@ -7,27 +7,27 @@ # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the -# Klipper docs/Bootloaders.md file for more information. +# Kutter docs/Bootloaders.md file for more information. # See docs/Config_Reference.md for a description of parameters. -# For best results with klipper and the Wanhao Duplicator i3, follow these +# For best results with Kutter and the Wanhao Duplicator i3, follow these # guidelines: # # - Locate the USB serial port for your printer in /dev/serial/by-id/ format. -# See https://www.klipper3d.org/FAQ.html#wheres-my-serial-port +# See docs/FAQ.md (Heading - Where's my serial port?) # It will be something like: # /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_ABCD1234-if00-port0 # -# - Configure klipper to compile firmware for the AVR atmega1284p +# - Configure kutter to compile firmware for the AVR atmega1284p # # - At this point, "make flash FLASH_DEVICE=..." should successfully # flash your printer board. Use the /dev/serial/by-id/ format for # FLASH_DEVICE to ensure consistent results. -# See https://www.klipper3d.org/FAQ.html#the-make-flash-command-doesnt-work +# See docs/FAQ.md (Heading - The "make flash" command doesn't work) # if you have problems. # # - Copy this sample file you are currently reading to ~/printer.cfg, @@ -42,9 +42,9 @@ # * [heater_bed] > PID parameters (pid_Kp, pid_Ki, pid_Kd) # # PID values from stock Wanhao firmware (Repetier) do not -# translate directly to klipper. You will need to run klipper's +# translate directly to kutter. You will need to run kutter's # PID autotune function for the extruder and bed. After getting the -# klipper firmware up and running, run the PID_CALIBRATE procedures +# kutter firmware up and running, run the PID_CALIBRATE procedures # by sending these commands via octoprint terminal (one per autotune): # # extruder: PID_CALIBRATE HEATER=extruder TARGET=<temp> @@ -79,11 +79,11 @@ # # - Issue the command "RESTART" via the Octoprint terminal tab (similar to # how you would send a manual gcode command, but send the word RESTART). -# This tells klipper to reload its config file and do an internal reset. +# This tells kutter to reload its config file and do an internal reset. # You should then see a status screen appear on the printer's LCD. # # - Be sure to follow these instructions before attempting any prints: -# https://www.klipper3d.org/Config_checks.html +# docs/Config_checks.html [stepper_x] step_pin: PD7 |