mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-10 05:51:49 +08:00
TabPrinter: Change field height for Start/Stop G-codes
This commit is contained in:
parent
d97d174b6a
commit
ba730922e6
@ -2373,7 +2373,7 @@ void TabPrinter::build_fff()
|
|||||||
option = optgroup->get_option("start_gcode");
|
option = optgroup->get_option("start_gcode");
|
||||||
option.opt.full_width = true;
|
option.opt.full_width = true;
|
||||||
option.opt.is_code = true;
|
option.opt.is_code = true;
|
||||||
option.opt.height = gcode_field_height;//150;
|
option.opt.height = 3 * gcode_field_height;//150;
|
||||||
optgroup->append_single_option_line(option);
|
optgroup->append_single_option_line(option);
|
||||||
|
|
||||||
optgroup = page->new_optgroup(L("End G-code"), 0);
|
optgroup = page->new_optgroup(L("End G-code"), 0);
|
||||||
@ -2383,7 +2383,7 @@ void TabPrinter::build_fff()
|
|||||||
option = optgroup->get_option("end_gcode");
|
option = optgroup->get_option("end_gcode");
|
||||||
option.opt.full_width = true;
|
option.opt.full_width = true;
|
||||||
option.opt.is_code = true;
|
option.opt.is_code = true;
|
||||||
option.opt.height = gcode_field_height;//150;
|
option.opt.height = 1.75 * gcode_field_height;//150;
|
||||||
optgroup->append_single_option_line(option);
|
optgroup->append_single_option_line(option);
|
||||||
|
|
||||||
optgroup = page->new_optgroup(L("Before layer change G-code"), 0);
|
optgroup = page->new_optgroup(L("Before layer change G-code"), 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user