Update 'laser-cnc/lasercnc-crealityboard.cfg'
This commit is contained in:
parent
9e08ad1322
commit
50c944aaf4
|
@ -1,14 +1,3 @@
|
||||||
# This file contains common pin mappings for the BIGTREETECH SKR mini
|
|
||||||
# E3 v2.0. To use this config, the firmware should be compiled for the
|
|
||||||
# STM32F103 with a "28KiB bootloader" and USB communication. Also,
|
|
||||||
# select "Enable extra low-level configuration options" and configure
|
|
||||||
# "GPIO pins to set at micro-controller startup" to "!PA14".
|
|
||||||
|
|
||||||
# The "make flash" command does not work on the SKR mini E3. Instead,
|
|
||||||
# after running "make", copy the generated "out/klipper.bin" file to a
|
|
||||||
# file named "firmware.bin" on an SD card and then restart the SKR
|
|
||||||
# mini E3 with that SD card.
|
|
||||||
|
|
||||||
# See docs/Config_Reference.md for a description of parameters.
|
# See docs/Config_Reference.md for a description of parameters.
|
||||||
[stepper_x]
|
[stepper_x]
|
||||||
step_pin: PD7
|
step_pin: PD7
|
||||||
|
@ -43,15 +32,15 @@ position_endstop: 0.0
|
||||||
position_max: 250
|
position_max: 250
|
||||||
|
|
||||||
[output_pin laser]
|
[output_pin laser]
|
||||||
pin: !due:PC28
|
pin: due:PC28
|
||||||
pwm: True
|
pwm: True
|
||||||
hardware_pwm: True
|
hardware_pwm: True
|
||||||
cycle_time: 0.001
|
cycle_time: 0.001
|
||||||
shutdown_value: 0
|
shutdown_value: 0
|
||||||
maximum_mcu_duration: 5
|
maximum_mcu_duration: 1
|
||||||
|
|
||||||
[mcu]
|
[mcu]
|
||||||
serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
|
serial: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AH06OETN-if00-port0
|
||||||
|
|
||||||
[mcu host]
|
[mcu host]
|
||||||
serial: /tmp/klipper_host_mcu
|
serial: /tmp/klipper_host_mcu
|
||||||
|
|
Loading…
Reference in New Issue