We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275728e commit 923bccaCopy full SHA for 923bcca
1 file changed
gcode2obj/src/obj.rs
@@ -279,8 +279,7 @@ impl FromIterator<String> for Obj {
279
obj_line_store.push(complete_line);
280
} else {
281
// Otherwise create a new entry in the lines_store.
282
- // obj.lines_store.insert(id, vec![complete_line]);
283
- panic!("failed to get line buffer for object id {id}");
+ obj.lines_store.insert(id, vec![complete_line]);
284
}
285
286
// The first entry in the new line buffer is current position.
0 commit comments