mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Initial tests for import of ASCII STLs with varying line endings.
This commit is contained in:
parent
e04e2b3636
commit
070070edba
7 changed files with 224 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
using namespace Slic3r;
|
||||
|
||||
SCENARIO("Reading 3mf file") {
|
||||
SCENARIO("Reading 3mf file", "[3mf]") {
|
||||
GIVEN("umlauts in the path of the file") {
|
||||
Slic3r::Model model;
|
||||
WHEN("3mf model is read") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue