mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 00:02:14 +00:00
Update test_skirt_brim.cpp (#14630)
This commit is contained in:
@@ -242,7 +242,7 @@ TEST_CASE("Brim uses first layer speed", "[SkirtBrim]") {
|
|||||||
{ "z_hop", 0 }
|
{ "z_hop", 0 }
|
||||||
});
|
});
|
||||||
|
|
||||||
const std::string gcode = Slic3r::Test::slice({TestMesh::cube_20x20x20}, config);
|
const std::string gcode = Slic3r::Test::slice({cube(20)}, config);
|
||||||
|
|
||||||
const double brim_feedrate = first_extrusion_feedrate_for_feature(gcode, "Brim");
|
const double brim_feedrate = first_extrusion_feedrate_for_feature(gcode, "Brim");
|
||||||
REQUIRE(brim_feedrate > 0.0);
|
REQUIRE(brim_feedrate > 0.0);
|
||||||
|
|||||||
Reference in New Issue
Block a user