Google+ Artesanato com amor...by Lu Guimarães: Bola de Natal Papai Noel Amigurumi

Meus Queridos Leitores!!

Elo 7

terça-feira, 7 de janeiro de 2020

Bola de Natal Papai Noel Amigurumi

Materiais:


EXECUÇÃO
Abreviações:
Aumento = aum.
Correntinha(s) = corr.
Diminuição = dim.
Ponto Baixo = pb.
Ponto Baixo Junto: pbj.
Ponto Alto: pa.
Ponto Alto Junto: paj.
Meio Ponto Alto = mpa.
Ponto Baixíssimo = pbx.
Execução:
Cabeça
Com o fio 3148
1ª carr.: 6 pb. no anel mágico = 6 pb.;
2ª carr.: 6 aum. = 12 pb.;
3ª carr.: 1 pb., 1 aum. = 18 pb.;
4ª carr.: 2 pb., 1 aum. = 24 pb.;
5ª carr. (pegando pela alça de trás): 3 pb., 1 aum. = 30 pb.;
6ª carr.: 4 pb., 1 aum. = 36 pb.;
7ª carr.: 5 pb., 1 aum. = 42 pb.;
8ª carr.: 6 pb., 1 aum. = 48 pb.;
9ª a 17ª carr.: 48 pb.;
Coloque os olhos entre 16ª e 17ª carr., com 8 pontos entre eles;
18ª carr.: 6 pb., 1 dim. = 42 pb.;
19ª carr.: 5 pb., 1 dim. = 36 pb.;
20ª carr.: 4 pb., 1 dim. = 30 pb.;
21ª carr.: 3 pb., 1 dim. = 24 pb.;
22ª carr.: 2 pb., 1 dim. = 18 pb.;
Coloque enchimento;
23ª carr.: 1 pb., 1 dim. = 12 pb.;
Arremate com pbx., feche com Anel Mágico Invertido e esconda o fio.

Nariz
Com o fio 3148
1ª carr.: 6 pb. no anel mágico = 6 pb.;
2ª carr.: 2 pb., 1 aum. = 8 pb.;
3ª carr.: 8 pb.
Arremate com pbx., deixando um fio para costura.

Gorro
Comece com o fio 8001
1ª carr.: 6 pb. no anel mágico = 6 pb.;
2ª carr.: 6 aum. = 12 pb.;
3ª à 5ª carr.: 12 pb.;
Coloque enchimento;
6ª carr.: 6 dim. = 6 pb.;
Troque para o fio 3528;
7ª carr.: 6 pb.;
8ª carr.: 6 aum. = 12 pb.;
9ª carr.: 12 pb.;
10ª carr.: 1 pb., 1 aum. = 18 pb.;
11ª carr.: 18 pb.;
12ª carr.: 2 pb., 1 aum. = 24 pb.;
13ª carr.: 24 pb.;
14ª carr.: 3 pb., 1 aum. = 30 pb.;
15ª carr.: 30 pb.;
16ª carr.: 4 pb., 1 aum. = 36 pb.;
17ª carr.: 36 pb.;
18ª carr.: 5 pb., 1 aum. = 42 pb.;
19ª carr.: 42 pb.;
20ª carr.: 6 pb., 1 aum. = 48 pb.;
21ª e 30ª carr.: 48 pb.;
Troque para o fio 8001
31ª carr.: 48 pb.;
32ª carr.: 48 pb. inserindo a agulha entre as carr. 30 e 31 para puxar a laçada;

Gola
Comece com o fio 8001
Na 5ª carr. da cabeça,. prenda o fio na primeira laçada atrás da cabeça;
1ª carr.: alterne 2 pbj., 1 pb. = 45 pb;
2ª carr.: 45 pb.;
Troque para o fio 3528;
3ª carr.: 45 pb.;
4ª carr.: 45 pb. inserindo a agulha entre as carr. 2 e 3 para puxar a laçada;

Bigode
Com o fio 8001, faça 14 correntinhas;
1ª carr.: pule uma corr., 1 pb., 1 mpa., 1 pa., 3 padj., 1 pa.; 1 mpa., 1 pb., 1 mpa, 1 pa., 3 padj., 1 pa., 1 mpa., 1 pb.  = 17 pontos;

Barba (2)
Com o fio 8001, faça 19 correntinhas;
1ª carr.: .: pule uma corr., 18 pb. = 18 pb.;
Arremate;
Prenda o fio pelo lado direito dos pontos na carreira das correntinhas;
Faça 5 corr., pule a 1ª corr., (3 pbj.) 4x, 1 pb. na carr. de base pulando um ponto.
Repita até formar 9 cachos.

Montagem
*Dicas: deixe o arremate do gorro para trás da cabeça, alfinete antes de colar, para deixar alinhado.
Costure o nariz entre os olhos, deixando medidas proporcionais.
Cole as duas faixas de barba e o bigode logo abaixo do nariz, encaixando a barba rente ao gorro.
Cole o gorro, centralizado.
Borde sobrancelhas com a cor 8001.
Molde os óculos com arame fino, usando um objeto cilíndrico do tamanho desejado.
Peça pronta

Artesã: Kelly Stopassoli, @kellyamigurumi

Beijinhos !!!


Um comentário:

var parse = function(data) { cursor = null; var comments = []; if (data && data.feed && data.feed.entry) { for (var i = 0, entry; entry = data.feed.entry[i]; i++) { var comment = {}; // comment ID, parsed out of the original id format var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t); comment.id = id ? id[2] : null; comment.body = bodyFromEntry(entry); comment.timestamp = Date.parse(entry.published.$t) + ''; if (entry.author && entry.author.constructor === Array) { var auth = entry.author[0]; if (auth) { comment.author = { name: (auth.name ? auth.name.$t : undefined), profileUrl: (auth.uri ? auth.uri.$t : undefined), avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined) }; } } if (entry.link) { if (entry.link[2]) { comment.link = comment.permalink = entry.link[2].href; } if (entry.link[3]) { var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href); if (pid && pid[1]) { comment.parentId = pid[1]; } } } comment.deleteclass = 'item-control blog-admin'; if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') { comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value; } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') { comment.displayTime = entry.gd$extendedProperty[k].value; } } } comments.push(comment); } } return comments; }; var paginator = function(callback) { if (hasMore()) { var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50'; if (cursor) { url += '&published-min=' + new Date(cursor).toISOString(); } window.bloggercomments = function(data) { var parsed = parse(data); cursor = parsed.length < 50 ? null : parseInt(parsed[parsed.length - 1].timestamp) + 1 callback(parsed); window.bloggercomments = null; } url += '&callback=bloggercomments'; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } }; var hasMore = function() { return !!cursor; }; var getMeta = function(key, comment) { if ('iswriter' == key) { var matches = !!comment.author && comment.author.name == config.authorName && comment.author.profileUrl == config.authorUrl; return matches ? 'true' : ''; } else if ('deletelink' == key) { return config.baseUri + '/delete-comment.g?blogID=' + config.blogId + '&postID=' + comment.id; } else if ('deleteclass' == key) { return comment.deleteclass; } return ''; }; var replybox = null; var replyUrlParts = null; var replyParent = undefined; var onReply = function(commentId, domId) { if (replybox == null) { // lazily cache replybox, and adjust to suit this style: replybox = document.getElementById('comment-editor'); if (replybox != null) { replybox.height = '250px'; replybox.style.display = 'block'; replyUrlParts = replybox.src.split('#'); } } if (replybox && (commentId !== replyParent)) { replybox.src = ''; document.getElementById(domId).insertBefore(replybox, null); replybox.src = replyUrlParts[0] + (commentId ? '&parentID=' + commentId : '') + '#' + replyUrlParts[1]; replyParent = commentId; } }; var hash = (window.location.hash || '#').substring(1); var startThread, targetComment; if (/^comment-form_/.test(hash)) { startThread = hash.substring('comment-form_'.length); } else if (/^c[0-9]+$/.test(hash)) { targetComment = hash.substring(1); } // Configure commenting API: var configJso = { 'maxDepth': config.maxThreadDepth }; var provider = { 'id': config.postId, 'data': items, 'loadNext': paginator, 'hasMore': hasMore, 'getMeta': getMeta, 'onReply': onReply, 'rendered': true, 'initComment': targetComment, 'initReplyThread': startThread, 'config': configJso, 'messages': msgs }; var render = function() { if (window.goog && window.goog.comments) { var holder = document.getElementById('comment-holder'); window.goog.comments.render(holder, provider); } }; // render now, or queue to render when library loads: if (window.goog && window.goog.comments) { render(); } else { window.goog = window.goog || {}; window.goog.comments = window.goog.comments || {}; window.goog.comments.loadQueue = window.goog.comments.loadQueue || []; window.goog.comments.loadQueue.push(render); } })(); // ]]>
  1. You should see how my buddy Wesley Virgin's report starts in this SHOCKING and controversial video.

    You see, Wesley was in the military-and shortly after leaving-he discovered hidden, "mind control" tactics that the CIA and others used to obtain anything they want.

    These are the same tactics tons of famous people (especially those who "come out of nowhere") and top business people used to become rich and famous.

    You probably know that you utilize only 10% of your brain.

    Really, that's because most of your BRAINPOWER is UNCONSCIOUS.

    Perhaps this expression has even taken place IN YOUR own head... as it did in my good friend Wesley Virgin's head around seven years back, while riding an unregistered, garbage bucket of a car with a suspended driver's license and with $3.20 in his pocket.

    "I'm so fed up with going through life paycheck to paycheck! Why can't I become successful?"

    You took part in those types of questions, ain't it so?

    Your success story is waiting to happen. All you have to do is in YOURSELF.

    CLICK HERE To Find Out How To Become A MILLIONAIRE

    ResponderExcluir

Olá adoro sua visita, que bom que vai comentar, todo comentário é bem vindo! Volte sempre, um abraço!



Nas postagens do blog a maioria das fotos são de minha autoria. Em algumas ocasiões utilizo fotos que pego na internet. Sempre procuro dar os créditos devidos. Se os créditos não estiverem corretos ou faltando, por favor avise-me para que possa corrigir o erro.

Curta isso!

Minha loja ELO7

Meu recado