Polargraph M665 settings (#24401)

This commit is contained in:
Arthur Masson 2022-07-16 23:58:18 +02:00 committed by GitHub
parent 504fec9823
commit 9706cd0d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 115 additions and 62 deletions

View file

@ -933,7 +933,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
#endif
#if IS_KINEMATIC
case 665: M665(); break; // M665: Set Delta/SCARA parameters
case 665: M665(); break; // M665: Set Kinematics parameters
#endif
#if ENABLED(DELTA) || HAS_EXTRA_ENDSTOPS