Skip to content

Commit 3b4958e

Browse files
committed
fix bug
Signed-off-by: Jess Frazelle <[email protected]>
1 parent 7c73f2b commit 3b4958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network_printer/bambu_x1_carbon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ impl NetworkPrinter for BambuX1CarbonPrinter {
293293
// Save the gcode to a temp file.
294294
tracing::info!("Saved gcode to {}", gcode.display());
295295

296-
Ok(file.to_path_buf())
296+
Ok(gcode.to_path_buf())
297297
}
298298

299299
/// Print a file.

0 commit comments

Comments
 (0)