mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Some compatibility bugs. Slic3r will still fail hard with non-manifold objects
This commit is contained in:
parent
bca3abb755
commit
f01ddae974
4 changed files with 32 additions and 23 deletions
|
@ -58,7 +58,7 @@ sub output {
|
|||
);
|
||||
$g->$method(
|
||||
%$path,
|
||||
'marker-end' => "url(#endArrow)",
|
||||
'marker-end' => $things{no_arrows} ? "" : "url(#endArrow)",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -101,7 +101,7 @@ sub output {
|
|||
style => {
|
||||
'stroke' => $colour || 'black',
|
||||
},
|
||||
'marker-end' => "url(#endArrow)",
|
||||
'marker-end' => $things{no_arrows} ? "" : "url(#endArrow)",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue