Searched refs:opt_layer_height (Results 1 – 1 of 1) sorted by relevance
92 auto opt_layer_height = config.option(opt_key_layer_height); in extrusion_width() local93 if (opt_layer_height == nullptr) in extrusion_width()95 double layer_height = opt_layer_height->getFloat(); in extrusion_width()96 if (first_layer && static_cast<const ConfigOptionFloatOrPercent*>(opt_layer_height)->percent) { in extrusion_width()98 opt_layer_height = config.option("layer_height"); in extrusion_width()99 if (opt_layer_height == nullptr) in extrusion_width()101 layer_height *= 0.01 * opt_layer_height->getFloat(); in extrusion_width()