Mention all the omitted M-codes in the start_gcode tooltip. #3406

This commit is contained in:
Alessandro Ranellucci 2016-07-10 12:41:08 +02:00
parent 4b946f269a
commit 5a6d7bba8f

View File

@ -1035,7 +1035,7 @@ PrintConfigDef::PrintConfigDef()
def = this->add("start_gcode", coString);
def->label = "Start G-code";
def->tooltip = "This start procedure is inserted at the beginning, after bed has reached the target temperature and extruder just started heating, and before extruder has finished heating. If Slic3r detects M104 or M190 in your custom codes, such commands will not be prepended automatically so you're free to customize the order of heating commands and other custom actions. Note that you can use placeholder variables for all Slic3r settings, so you can put a \"M109 S[first_layer_temperature]\" command wherever you want.";
def->tooltip = "This start procedure is inserted at the beginning, after bed has reached the target temperature and extruder just started heating, and before extruder has finished heating. If Slic3r detects M104, M109, M140 or M190 in your custom codes, such commands will not be prepended automatically so you're free to customize the order of heating commands and other custom actions. Note that you can use placeholder variables for all Slic3r settings, so you can put a \"M109 S[first_layer_temperature]\" command wherever you want.";
def->cli = "start-gcode=s";
def->multiline = true;
def->full_width = true;