diff --git a/config/generic-mellow-fly-d5.cfg b/config/generic-mellow-fly-d5.cfg index 49a3f7224..156e656c7 100644 --- a/config/generic-mellow-fly-d5.cfg +++ b/config/generic-mellow-fly-d5.cfg @@ -1,11 +1,23 @@ -#Mellow Fly D5 generic printer.cfg -#Check https://www.klipper3d.org/Config_Reference.html before use. -#Pruduct page on https://mellow.klipper.cn/en/docs/category/fly-d5 -#STM32F072, 8KiB bootloader, 8 Mhz crystal, USB or USB to CAN adapter(depends on if you are using a canbus toolhead board) -#See more about firmwares on https://mellow.klipper.cn/en/docs/ProductDoc/MainBoard/fly-d/fly-d5/flash/ -#This document is mainly used for pin references, change other parameters before actual use. +# This file contains common pin mappings for the Mellow Fly D5 + +# Important! Do not use this config with a Fly DP5 board! + +# To use this board in serial mode, during "make menuconfig", select "Enable +# low-level configuration options", select the STM32F072 +# micro-controller, select a "8KiB bootloader", and select a "8Mhz +# crystal", "USB (On PA11/PA12)" + +# To use this board in CAN bus mode(maybe along with a CAN bus toolhead +# board), during "make menuconfig", select "Enable low-leveb +# configuration options", select the STM21F072 microcontroller, +# select a "8KiB bootloader", and select a "8Mhz crystal", +# "USB to CAN bus bridge (USB on PA11/PA12)" + +# See docs/Config_Reference.md for a description of parameters. + [mcu] -serial:/put/your/serial/here # See https://www.klipper3d.org/FAQ.html#wheres-my-serial-port for more +serial: /put/your/serial/here # Replace with your serial address here, see docs/FAQ.md#wheres-my-serial-port for more +#canbus_uuid: 11aa22bb33cc # Replace with your canbus uuid here, see docs/CANBUS.md for more [temperature_sensor Fly-D5] #Mainboard Temperature sensor_type: temperature_mcu @@ -36,7 +48,7 @@ pid_Kd: 10 min_temp: 0 max_temp: 300 -#[tmc2209 extruder] #Decomment this section if using a TMC2209 stepper driver, replace it with your TMC model. Applies to the other [tmc2209] section. +#[tmc2209 extruder] # Uncomment this section if using a TMC2209 stepper driver, replace it with your TMC model. Applies to the other [tmc2209] section. #uart_pin: PA7 #interpolate: True #run_current: 0.8 @@ -90,7 +102,7 @@ position_max: 200 #run_current: 0.8 #stealthchop_threshold: 0 -#[stepper_z1] #Decomment this when using dual Z motors. Pins are the "E1" motor pins on the board. +#[stepper_z1] # Uncomment this when using dual Z motors. Pins are the "E1" motor pins on the board. #step_pin: PB10 #dir_pin: PB2 #enable_pin: !PB11