Skip to content

Commit

Permalink
Fix typo in lidar
Browse files Browse the repository at this point in the history
  • Loading branch information
jessfraz authored Oct 16, 2024
1 parent fb032cd commit 431978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/DeviceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ wxString get_stage_string(int stage)
case 17:
return _L("Pause of front cover falling");
case 18:
return _L("Calibrating the micro lida");
return _L("Calibrating the micro lidar");
case 19:
return _L("Calibrating extrusion flow");
case 20:
Expand Down

0 comments on commit 431978b

Please sign in to comment.