Skip to content

Commit

Permalink
config file cleanups (#168)
Browse files Browse the repository at this point in the history
* bringing Trident inline with recent config tweaks to Voron 2

* "ls /dev/serial/by-id/*"
  • Loading branch information
shiftingtech authored Jul 14, 2024
1 parent 87859d0 commit c003f9a
Show file tree
Hide file tree
Showing 6 changed files with 1,060 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Firmware/Kraken/Voron_Trident_Kraken_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Fine tune E steps [extruder] section

[mcu]
## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
## Obtain definition by "ls /dev/serial/by-id/*" then unplug to verify
##--------------------------------------------------------------------
serial: /dev/serial/by-id/{REPLACE WITH YOUR SERIAL}
restart_method: command
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# This file contains common pin mappings for the BIGTREETECH Manta M8P
# This file contains common pin mappings for the BIGTREETECH Manta M8P V1.0
# To use this config, the firmware should be compiled for the
# STM32G0B1 with a "8KiB bootloader" and USB communication.

# This config is currently only correct for V1.0 boards
#
# See docs/Config_Reference.md for a description of parameters.

[mcu]
## [X in MOTOR1] - B Motor
## [Y in MOTOR2] - A Motor
## [E in MOTOR8] - Extruder
## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
## Obtain definition by "ls /dev/serial/by-id/*" then unplug to verify
##--------------------------------------------------------------------
serial: /dev/serial/by-id/YOU_DIDNT_CHANGE_ME_YET
#restart_method: command
Expand Down
Loading

0 comments on commit c003f9a

Please sign in to comment.