mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Fixes for bridges
This commit is contained in:
@@ -65,7 +65,7 @@ sub output {
|
||||
|
||||
foreach my $type (qw(points red_points)) {
|
||||
if ($things{$type}) {
|
||||
my ($colour, $r) = $type eq 'points' ? ('black', 2) : ('red', 3);
|
||||
my ($colour, $r) = $type eq 'points' ? ('black', 5) : ('red', 3);
|
||||
my $g = $svg->group(
|
||||
style => {
|
||||
'stroke-width' => 2,
|
||||
|
||||
Reference in New Issue
Block a user