aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/commands.test
Commit message (Collapse)AuthorAgeFilesLines
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-1/+1
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Fix commands.test so RESTART is run lastKevin O'Connor2020-04-281-3/+3
| | | | | | | Commands after a RESTART aren't properly run on a test case, so only run it last. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Add support for SAVE_GCODE_STATE and RESTORE_GCODE_STATE commandsKevin O'Connor2019-05-311-0/+15
| | | | | | Add commands to save and restore the current g-code state. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Rename atmega2560-16mhz.config to atmega2560.configKevin O'Connor2019-03-221-1/+1
| | | | | | | 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>
* toolhead: Replace junction_deviation with square_corner_velocityKevin O'Connor2018-07-161-1/+1
| | | | | | | | The junction_deviation configuration parameter has a number of quirks that make it difficult to configure. Replace it with a "square_corner_velocity" configuration parameter. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add additional commands to test in commands.testKevin O'Connor2018-07-051-0/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add a test case for common g-code configuration and status commandsKevin O'Connor2018-07-031-0/+25
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>