What do you mean? You have 2 models with same name and it gets assigned to the wrong one? Can actually happen since queue and model files are not connected and we just do it by comparing names. Maybe we should instead use some checksum on the gcode to be sure.
Only by using different names at the moment. I will add a size comparator in addition for next release. That should catch the remaining cases. Quite unlikely that same filename and filesize will happen for different gcodes.
Comments