mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Some compatibility bugs. Slic3r will still fail hard with non-manifold objects
This commit is contained in:
@@ -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)",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user