EXCLUDE_OBJECT_DEFINE [NAME=object_name [CENTER=X,Y] [POLYGON=[[x,y],...]] [RESET=1] [JSON=1]: Provides a summary of an object in the file. With no parameters provided, this will list the defined objects known to Klipper. Returns a list of strings, unless the JSON parameter ...
EXCLUDE_OBJECT_DEFINE NAME=<object name> [CENTER=x,y] [POLYGON=[[x,y],...]] The NAME must be unique and consistent throughout the file. CENTER is the center location for the mesh, used to show on interfaces where and object being canceled is on the bed. POLYGON is a series of po...
Malformed command 'EXCLUDE_OBJECT_DEFINE NAME=2023-09-05_16-54-54___Max's_Shroud.stl_id_0_copy_0 CENTER=175,175 POLYGON=[[35,175],[35.0001,174.824],[35.0005,174.628],[35.0011,174.435],[35.002,174.244],[35.0032,174.057],[35.1332,168.893],[35.5327,162.798],[36.1977,156.726],[37.1269,150....
DEFINE_OBJECT -> EXCLUDE_OBJECT_DEFINE START_CURRENT_OBJECT -> EXCLUDE_OBJECT_START END_CURRENT_OBJECT -> EXCLUDE_OBJECT_END TODO: Add a "convert" step so passed in old-style codes get rewritten to the new style. Update the github build action to remove `-latest` from the filenamesmain...
EXCLUDE_OBJECT_DEFINE NAME=Körper1_stl CENTER=117.500,117.500 POLYGON=[[132.500,132.500],[102.500,132.500],[102.500,102.500],[132.500,102.500]] error from klippy Starting SD card print (position 0) virtual_sdcard dispatch Traceback (most recent call last): File "/home/stefan/klipper/klippy...
proper bounds of the relocated print. As such,START_PRINTmust have validMESH_MIN/MESH_MAXparameters, and eitherMODEL_MIN/MODEL_MAXmust be set or the print file must includeEXCLUDE_OBJECT_DEFINEstatements withPOLYGONlists that define the bounds of the objects (seeexclude_objectfor more information...
As such, START_PRINT must have valid MESH_MIN/MESH_MAX parameters, and either MODEL_MIN/MODEL_MAX must be set or the print file must include EXCLUDE_OBJECT_DEFINE statements with POLYGON lists that define the bounds of the objects (see exclude_object for more information). variable_start_...
objects: An array of the known objects as provided by the EXCLUDE_OBJECT_DEFINE command. This is the same information provided by the EXCLUDE_OBJECT VERBOSE=1 command. The center and polygon fields will only be present if provided in the original EXCLUDE_OBJECT_DEFINE Here is a JSON ...
proper bounds of the relocated print. As such,START_PRINTmust have validMESH_MIN/MESH_MAXparameters, and eitherMODEL_MIN/MODEL_MAXmust be set or the print file must includeEXCLUDE_OBJECT_DEFINEstatements withPOLYGONlists that define the bounds of the objects (seeexclude_objectfor more information...