mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-10 04:20:08 +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 }
|
||||
});
|
||||
|
||||
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");
|
||||
REQUIRE(brim_feedrate > 0.0);
|
||||
|
||||
Reference in New Issue
Block a user