Fixed a typo leading to a crash in another then English languages (#2233)
This commit is contained in:
parent
3f08d9f30d
commit
68bffee102
1 changed files with 1 additions and 1 deletions
|
@ -1310,7 +1310,7 @@ std::string Print::validate() const
|
||||||
}
|
}
|
||||||
|
|
||||||
// validate first_layer_height
|
// validate first_layer_height
|
||||||
double first_layer_height = object->config().get_abs_value(L("first_layer_height"));
|
double first_layer_height = object->config().get_abs_value("first_layer_height");
|
||||||
double first_layer_min_nozzle_diameter;
|
double first_layer_min_nozzle_diameter;
|
||||||
if (object->config().raft_layers > 0) {
|
if (object->config().raft_layers > 0) {
|
||||||
// if we have raft layers, only support material extruder is used on first layer
|
// if we have raft layers, only support material extruder is used on first layer
|
||||||
|
|
Loading…
Add table
Reference in a new issue