mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Fix to Octoprint upload. #2465
This commit is contained in:
@@ -1115,7 +1115,7 @@ sub send_gcode {
|
|||||||
Content_Type => 'form-data',
|
Content_Type => 'form-data',
|
||||||
'X-Api-Key' => $self->{config}->octoprint_apikey,
|
'X-Api-Key' => $self->{config}->octoprint_apikey,
|
||||||
Content => [
|
Content => [
|
||||||
fn => [$self->{send_gcode_file}],
|
file => [$self->{send_gcode_file}],
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user