multi-line for milling custom gcode fields

supermerill/SuperSlicer#2027
This commit is contained in:
supermerill 2021-12-08 13:07:30 +01:00
parent 0c6cac7aac
commit a5aa9ffab8

View File

@ -4980,6 +4980,9 @@ void PrintConfigDef::init_milling_params()
" next_extruder is the 'extruder number' of the new milling tool, it's equal to the index (begining at 0) of the milling tool plus the number of extruders."
" previous_extruder is the 'extruder number' of the previous tool, it may be a normal extruder, if it's below the number of extruders."
" The number of extruder is available at [extruder] and the number of milling tool is available at [milling_cutter].");
def->multiline = true;
def->full_width = true;
def->height = 12;
def->mode = comAdvanced;
def->is_vector_extruder = true;
def->set_default_value(new ConfigOptionStrings(""));
@ -4991,6 +4994,9 @@ void PrintConfigDef::init_milling_params()
" previous_extruder is the 'extruder number' of the current milling tool, it's equal to the index (begining at 0) of the milling tool plus the number of extruders."
" next_extruder is the 'extruder number' of the next tool, it may be a normal extruder, if it's below the number of extruders."
" The number of extruder is available at [extruder]and the number of milling tool is available at [milling_cutter].");
def->multiline = true;
def->full_width = true;
def->height = 12;
def->mode = comAdvanced;
def->is_vector_extruder = true;
def->set_default_value(new ConfigOptionStrings(""));