mirror of https://github.com/Desuuuu/klipper.git
test: Rename atmega2560-16mhz.config to atmega2560.config
There's no need to include the 16mhz as basically all atmega chips are run at 16mhz. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f2fbe98454
commit
541c2990c6
|
@ -1,6 +1,6 @@
|
|||
# Test case for bed screws helper tool
|
||||
CONFIG bed_screws.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
# Start helper script and then abort it
|
||||
G28
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test case for bltouch support
|
||||
CONFIG bltouch.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
# Start by homing the printer.
|
||||
G28
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Tests for miscellaneous g-code commands
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
CONFIG ../../config/example.cfg
|
||||
|
||||
# Simple status commands
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test case for basic movement on delta printers
|
||||
CONFIG ../../config/example-delta.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
# Start by homing the printer. Also tests Z moves.
|
||||
G28
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test cases on printers with dual carriage and multiple extruders
|
||||
CONFIG dual_carriage.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
# First home the printer
|
||||
G90
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test case for manual_stepper
|
||||
CONFIG manual_stepper.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
# Test basic moves
|
||||
MANUAL_STEPPER STEPPER=basic_stepper ENABLE=1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test case with multiple z stepper motors
|
||||
CONFIG multi_z.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
# Start by homing the printer.
|
||||
G28
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test that basic bounds checks work
|
||||
CONFIG ../../config/example.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
SHOULD_FAIL
|
||||
|
||||
# Home the printer, and then attempt to move to an obviously bad location
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test case for basic movement on polar printers
|
||||
CONFIG ../../config/example-polar.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
; Start by homing the printer.
|
||||
G28
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
GCODE move.gcode
|
||||
|
||||
# Example kinematic files
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
CONFIG ../../config/example.cfg
|
||||
CONFIG ../../config/example-corexy.cfg
|
||||
CONFIG ../../config/example-delta.cfg
|
||||
CONFIG ../../config/example-winch.cfg
|
||||
|
||||
# Printers using the atmega2560
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
CONFIG ../../config/generic-einsy-rambo.cfg
|
||||
CONFIG ../../config/generic-fysetc-f6.cfg
|
||||
CONFIG ../../config/generic-gt2560.cfg
|
||||
|
@ -74,7 +74,7 @@ CONFIG ../../config/generic-cramps.cfg
|
|||
CONFIG ../../config/generic-replicape.cfg
|
||||
|
||||
# Tests with multiple mcus
|
||||
DICTIONARY atmega2560-16mhz.dict zboard=atmega2560-16mhz.dict auxboard=atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict zboard=atmega2560.dict auxboard=atmega2560.dict
|
||||
CONFIG ../../config/example-multi-mcu.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict z=atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict z=atmega2560.dict
|
||||
CONFIG ../../config/kit-voron2-250mm.cfg
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test case for bed screws tilt helper tool
|
||||
CONFIG screws_tilt_adjust.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
# Simple script to test
|
||||
G28
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Tests for various temperature sensors
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
CONFIG temperature.cfg
|
||||
|
||||
# Set various temperatures
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test case for probe:z_virtual_endstop support
|
||||
CONFIG z_virtual_endstop.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
# Start by homing the printer.
|
||||
G28
|
||||
|
|
Loading…
Reference in New Issue