Difference between revisions of "mosCura:Recipe Config"

From Nolek Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
The partial tag is only activated if the [[mosCura:Recipe_Partial|partial recipe]] is activated.
 
The partial tag is only activated if the [[mosCura:Recipe_Partial|partial recipe]] is activated.
 
====Hidden tag====
 
====Hidden tag====
 +
 +
===Data types===
 +
====String====
 +
<gallery>
 +
File:MosCura_RecipeConfig_String.png|String tag
 +
</gallery>
 +
The string tag has a minimum and maximum length. And can be displayed in a textbox or a [[mosCura:Recipe_Config_Multiselector|Multi selector]]
 +
====Int====
 +
<gallery>
 +
File:MosCura_RecipeConfig_Int.png|Int tag
 +
</gallery>
 +
The int tag (integer) has a minimum and maximum value. And can be displayed in a textbox, a [[mosCura:Recipe_Config_YesNo|yes/no selector]] or a [[mosCura:Recipe_Config_Filter|Filter]]
 +
====Real====
 +
<gallery>
 +
File:MosCura_RecipeConfig_Real.png|Real tag
 +
</gallery>
 +
The real tag has a minimum and maximum value, and a maximum number of decimals. And can be displayed in a textbox
 +
====Float====
 +
<gallery>
 +
File:MosCura_RecipeConfig_Float.png|Float tag
 +
</gallery>
 +
The float tag (floating point) has a minimum and maximum value, and a maximum number of decimals. And can be displayed in a textbox

Revision as of 15:02, 2 September 2019

In the recipe config you can change the configuration of each recipe item tag.
The entire recipe structure will be shown in the specific item groups.

Tag types

Standard tag

The standard recipe tag is the default tag.

Partial tag

The partial tag is only activated if the partial recipe is activated.

Hidden tag

Data types

String

The string tag has a minimum and maximum length. And can be displayed in a textbox or a Multi selector

Int

The int tag (integer) has a minimum and maximum value. And can be displayed in a textbox, a yes/no selector or a Filter

Real

The real tag has a minimum and maximum value, and a maximum number of decimals. And can be displayed in a textbox

Float

The float tag (floating point) has a minimum and maximum value, and a maximum number of decimals. And can be displayed in a textbox