Skip to content

Commit 7503314

Browse files
committed
fix get version and skirt
Signed-off-by: Jess Frazelle <[email protected]>
1 parent 6ee8832 commit 7503314

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

bambulabs/src/client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ impl Client {
118118
return Ok(());
119119
}
120120

121-
//println!("{:#?}", message);
122121
self.responses.insert(sequence_id, message);
123122
return Ok(());
124123
}

bambulabs/src/message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ pub struct GetVersion {
548548
/// The info module.
549549
pub module: Vec<InfoModule>,
550550
/// The result of the info command.
551-
pub result: Result,
551+
pub result: Option<Result>,
552552
/// The reason of the info command.
553553
pub reason: Option<Reason>,
554554
#[serde(flatten)]

config/bambu/process.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
"inner_wall_line_width": "0.45",
9898
"print_settings_id": "",
9999
"raft_layers": "0",
100-
"skirt_distance": "2",
100+
"skirt_distance": "0",
101101
"spiral_mode": "0",
102102
"standby_temperature_delta": "-5",
103-
"enable_support": "0",
103+
"enable_support": "1",
104104
"support_filament": "0",
105105
"support_line_width": "0.42",
106106
"support_interface_filament": "0",

0 commit comments

Comments
 (0)