When using SuperSlicer in "RepRapFirmware" flavor and enabling "Label Objects", both comment-format Object Labels and M486 object labels are generated:
; printing object 1x1 V Block.stl id:0 copy 2
M486 S2
This causes an extra set of empty objects to be generated in the object model.
I'm unsure, is this is intended behavior for the firmware, or should it handle this kind of of labeling?
Should i report this as a bug on the SuperSlicer Github?
The object list at the start of the gcode looks like this:
; object:{"name":"1x1 V Block","id":"1x1 V Block.stl id:0 copy 0","object_center":[131.250000,178.750000,0.000000],"boundingbox_center":[131.250000,178.750000,12.400000],"boundingbox_size":[41.500000,41.500000,24.799999]}
; object:{"name":"1x1 V Block","id":"1x1 V Block.stl id:0 copy 1","object_center":[131.250000,131.250000,0.000000],"boundingbox_center":[131.250000,131.250000,12.400000],"boundingbox_size":[41.500000,41.500000,24.799999]}
; object:{"name":"1x1 V Block","id":"1x1 V Block.stl id:0 copy 2","object_center":[178.750000,155.000001,0.000000],"boundingbox_center":[178.750000,155.000001,12.400000],"boundingbox_size":[41.500000,41.500000,24.799999]}
; Total objects to print: 3
M486 T3
; plater:{"center":[155.000000,155.000000,0.000000],"boundingbox_center":[155.000000,155.000000,12.400000],"boundingbox_size":[89.000000,89.000000,24.799999]}
In the object model i have three empty, but named objects as well as three unnamed object with associated gcode...
PS: Using SuperSlicer 2.4.58.5 and RepRap Firmware 3.4.2rc1