Learn a NEW FUNCTION!
void customLabel(){
// Draw your custom design here
moveTo(100, 100);
drawLine(200, 100);
drawLine(200, 200);
}
Learn how to create custom labels and explore the inner workings of your label maker!

void customLabel(){
// Draw your custom design here
moveTo(100, 100);
drawLine(200, 100);
drawLine(200, 200);
}
Learn how to create custom labels and explore the inner workings of your label maker!