Fix typo
This commit is contained in:
parent
6507b7bf39
commit
796d0fbd81
@ -676,7 +676,7 @@ std::string SLAPrint::validate() const
|
|||||||
if(supports_en && !builtinpad.enabled && elv < pinhead_width )
|
if(supports_en && !builtinpad.enabled && elv < pinhead_width )
|
||||||
return L(
|
return L(
|
||||||
"Elevation is too low for object. Use the \"Pad around "
|
"Elevation is too low for object. Use the \"Pad around "
|
||||||
"obect\" feature to print the object without elevation.");
|
"object\" feature to print the object without elevation.");
|
||||||
|
|
||||||
if(supports_en && builtinpad.enabled &&
|
if(supports_en && builtinpad.enabled &&
|
||||||
cfg.pillar_base_safety_distance_mm < builtinpad.object_gap_mm) {
|
cfg.pillar_base_safety_distance_mm < builtinpad.object_gap_mm) {
|
||||||
|
Loading…
Reference in New Issue
Block a user