Skip to content

Commit

Permalink
Config cleanups (#479)
Browse files Browse the repository at this point in the history
* config cleanups

* Update Voron2_M8P-v2.0_config.cfg

* Update Voron2_M8P-v1.1_config.cfg

* Update Voron2_M8P-v1.0_config.cfg

* Update Voron2_Kraken_Config.cfg

* Update Voron2_Octopus_Config.cfg

* Update Voron2_SKR_13_Config.cfg

* Update Voron2_SKR_14_Config.cfg

* Update Voron2_Spider_Config.cfg

* Update Voron2_Kraken_Config.cfg

* Update Voron2_M8P-v1.0_config.cfg

* Update Voron2_M8P-v1.1_config.cfg

* Update Voron2_M8P-v2.0_config.cfg

* Update Voron2_Octopus_Config.cfg

* Update Voron2_SKR_13_Config.cfg

* Update Voron2_SKR_14_Config.cfg

* Update Voron2_Spider_Config.cfg
  • Loading branch information
shiftingtech authored Jul 14, 2024
1 parent ccbe111 commit 506e4fa
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 Expand Up @@ -601,4 +601,4 @@ gcode:
# and speed settings since the commands above change them.
# However, to prevent any accidental, unintentional toolhead
# moves when restoring the state, explicitly set MOVE=0.
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## [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
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This file contains common pin mappings for the BIGTREETECH Manta M8P V1.0
# This file contains common pin mappings for the BIGTREETECH Manta M8P V1.1
# 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
# This config is currently only correct for V1.1 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
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This file contains common pin mappings for the BIGTREETECH Manta M8P V1.0
# This file contains common pin mappings for the BIGTREETECH Manta M8P V2.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
# This config is currently only correct for V2.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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 Expand Up @@ -590,4 +590,4 @@ gcode:
# and speed settings since the commands above change them.
# However, to prevent any accidental, unintentional toolhead
# moves when restoring the state, explicitly set MOVE=0.
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
## [Y in Y] - A Motor
## [E in E0] - Extruder
[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/usb-Klipper_lpc1768_00000-if00
##--------------------------------------------------------------------
Expand All @@ -74,7 +74,7 @@ serial: /dev/serial/by-id/usb-Klipper_lpc1768_00000-if00
## [Z2 in Z] - Rear Right
## [Z3 in E0]- Front Right
[mcu z]
## 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/usb-Klipper_lpc1768_00000-if00
##--------------------------------------------------------------------
Expand Down Expand Up @@ -582,4 +582,4 @@ gcode:
# and speed settings since the commands above change them.
# However, to prevent any accidental, unintentional toolhead
# moves when restoring the state, explicitly set MOVE=0.
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
## [Y in Y] - A Motor
## [E in E0] - Extruder
[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/usb-Klipper_lpc1768_00000-if00
##--------------------------------------------------------------------
Expand All @@ -75,7 +75,7 @@ serial: /dev/serial/by-id/usb-Klipper_lpc1768_00000-if00
## [Z2 in Z] - Rear Right
## [Z3 in E0]- Front Right
[mcu z]
## 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/usb-Klipper_lpc1768_00000-if00
##--------------------------------------------------------------------
Expand Down Expand Up @@ -582,4 +582,4 @@ gcode:
# and speed settings since the commands above change them.
# However, to prevent any accidental, unintentional toolhead
# moves when restoring the state, explicitly set MOVE=0.
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## Fine tune E steps [extruder] section

[mcu]
## Obtain definition by "ls -l /dev/serial/by-id/"
## Obtain definition by "ls /dev/serial/by-id/*"
##--------------------------------------------------------------------
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_000000000000000000000000-if00

Expand Down Expand Up @@ -525,4 +525,4 @@ gcode:
# and speed settings since the commands above change them.
# However, to prevent any accidental, unintentional toolhead
# moves when restoring the state, explicitly set MOVE=0.
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0
RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0

0 comments on commit 506e4fa

Please sign in to comment.