File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ impl Client {
118
118
return Ok ( ( ) ) ;
119
119
}
120
120
121
- //println!("{:#?}", message);
122
121
self . responses . insert ( sequence_id, message) ;
123
122
return Ok ( ( ) ) ;
124
123
}
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ pub struct GetVersion {
548
548
/// The info module.
549
549
pub module : Vec < InfoModule > ,
550
550
/// The result of the info command.
551
- pub result : Result ,
551
+ pub result : Option < Result > ,
552
552
/// The reason of the info command.
553
553
pub reason : Option < Reason > ,
554
554
#[ serde( flatten) ]
Original file line number Diff line number Diff line change 97
97
"inner_wall_line_width" : " 0.45" ,
98
98
"print_settings_id" : " " ,
99
99
"raft_layers" : " 0" ,
100
- "skirt_distance" : " 2 " ,
100
+ "skirt_distance" : " 0 " ,
101
101
"spiral_mode" : " 0" ,
102
102
"standby_temperature_delta" : " -5" ,
103
- "enable_support" : " 0 " ,
103
+ "enable_support" : " 1 " ,
104
104
"support_filament" : " 0" ,
105
105
"support_line_width" : " 0.42" ,
106
106
"support_interface_filament" : " 0" ,
You can’t perform that action at this time.
0 commit comments