ENH: CLI: check filament mapping error before process

jira: no-jira
Change-Id: Ie82a1faba93a4f80281615c803a45a93206ddf02
(cherry picked from commit 5869d33d519b617dbcee05a74f81fb1951330633)
This commit is contained in:
lane.wei
2025-03-19 18:06:29 +08:00
committed by Noisyfox
parent 862e6d211d
commit 1eb3bc177e
2 changed files with 53 additions and 1 deletions

View File

@@ -66,6 +66,8 @@
#define CLI_OBJECT_COLLISION_IN_LAYER_PRINT -64
#define CLI_SPIRAL_MODE_INVALID_PARAMS -65
#define CLI_FILAMENT_CAN_NOT_MAP -66
#define CLI_ONLY_ONE_TPU_SUPPORTED -67
#define CLI_FILAMENTS_NOT_SUPPORTED_BY_EXTRUDER -68
#define CLI_SLICING_ERROR -100
#define CLI_GCODE_PATH_CONFLICTS -101