handle klipper set_velocity_limit

This commit is contained in:
SoftFever
2022-10-30 00:24:08 +08:00
parent 6559a14bb7
commit 260d914ff6
3 changed files with 65 additions and 4 deletions

View File

@@ -794,6 +794,9 @@ namespace Slic3r {
// Advanced settings
void process_M205(const GCodeReader::GCodeLine& line);
// Klipper SET_VELOCITY_LIMIT
void process_SET_VELOCITY_LIMIT(const GCodeReader::GCodeLine& line);
// Set extrude factor override percentage
void process_M221(const GCodeReader::GCodeLine& line);