Merge branch 'gcode_preview'

This commit is contained in:
bubnikv 2018-04-04 11:00:49 +02:00
commit 76360d698c
6 changed files with 127 additions and 42 deletions

View file

@ -69,6 +69,7 @@ sub new {
$choice_view_type->Append(L("Height"));
$choice_view_type->Append(L("Width"));
$choice_view_type->Append(L("Speed"));
$choice_view_type->Append(L("Volumetric flow rate"));
$choice_view_type->Append(L("Tool"));
$choice_view_type->SetSelection(0);