optimisation: combine a few functions calls into one
Change in memory: Flash: -34 bytes SRAM: 0 bytes
This commit is contained in:
parent
658df9d04d
commit
e84ade3542
|
|
@ -857,14 +857,8 @@ void lcd_commands()
|
||||||
lay1cal_meander(layer_height, extrusion_width);
|
lay1cal_meander(layer_height, extrusion_width);
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
lay1cal_square(layer_height, extrusion_width);
|
|
||||||
break;
|
|
||||||
case 5:
|
case 5:
|
||||||
lay1cal_square(layer_height, extrusion_width);
|
|
||||||
break;
|
|
||||||
case 4:
|
case 4:
|
||||||
lay1cal_square(layer_height, extrusion_width);
|
|
||||||
break;
|
|
||||||
case 3:
|
case 3:
|
||||||
lay1cal_square(layer_height, extrusion_width);
|
lay1cal_square(layer_height, extrusion_width);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue