mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 05:30:40 +08:00
Fix typo.
This commit is contained in:
parent
a4a0d52ccc
commit
66b00c90c3
@ -1234,7 +1234,7 @@ Print::_make_brim()
|
||||
//update last position
|
||||
previous = &lines_sorted.back();
|
||||
} else {
|
||||
previous == NULL;
|
||||
previous = NULL;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user