From 0775960b9f87cc573b0f2f5d6cdaf043fedc0d96 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 4 Jan 2015 19:20:13 +0100 Subject: [PATCH] Minor reordering of options --- lib/Slic3r/GUI/Tab.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Slic3r/GUI/Tab.pm b/lib/Slic3r/GUI/Tab.pm index 7f5df07a05..d3e7ccd351 100644 --- a/lib/Slic3r/GUI/Tab.pm +++ b/lib/Slic3r/GUI/Tab.pm @@ -973,11 +973,6 @@ sub build { $optgroup->append_single_option_line('z_offset'); } - { - my $optgroup = $page->new_optgroup('Firmware'); - $optgroup->append_single_option_line('gcode_flavor'); - $optgroup->append_single_option_line('use_relative_e_distances'); - } { my $optgroup = $page->new_optgroup('Capabilities'); { @@ -1038,6 +1033,11 @@ sub build { $optgroup->append_line($host_line); $optgroup->append_single_option_line('octoprint_apikey'); } + { + my $optgroup = $page->new_optgroup('Firmware'); + $optgroup->append_single_option_line('gcode_flavor'); + $optgroup->append_single_option_line('use_relative_e_distances'); + } { my $optgroup = $page->new_optgroup('Advanced'); $optgroup->append_single_option_line('use_firmware_retraction');