Você tem que ajustar os STEP/MM do eixo.
Se a eeprom estiver ativada... é só apertar ALT+E na tela do repetier host.
Senão tem que compilar novamente.
Aqui tem a calculadora do Prusa para o calculo inicial
http://calculator.josefprusa.cz/
Aqui tem uma planilha que montei com regra de 3 para fazer o ajuste ....
Então você coloca na calculadora do Prusa, pega o valor e altera no firmware.
Ai você faz uma impressão com um tamanho conhecido.... por exemplo um cubo de 30x30x30....
E depois de impresso você joga os valores aferidos nesta planilha
E vai ajustando até ficar o mais próximo possível.
PEDRO H. QUAGLIO
(16) 8821-1910 / 3975-6027
--
Página da Lista: http://groups.google.com/group/reprapbr/about?hl=pt-BR
Versão Forum: https://groups.google.com/forum/?fromgroups#!forum/reprapbr
---
Você recebeu essa mensagem porque está inscrito no grupo quot;RepRapBR" dos Grupos do Google.
Para cancelar inscrição nesse grupo e parar de receber e-mails dele, envie um e-mail para reprapbr+u...@googlegroups.com.
Visite este grupo em http://groups.google.com/group/reprapbr.
Para mais opções, acesse https://groups.google.com/d/optout.
Most RepRap printers use a pair of threaded rods for the Z axis. So to calculate how far the Z axis moves for each revolution of the motor, first you need to know how much rotation is being transmitted to the Z rods, and then use the "thread pitch" of the rod (distance-per-revolution) to determine the vertical motion.
The basic formula to calculate motion on a rotating rod is:
steps_per_mm = (motor_steps_per_rev * driver_microstep) / thread_pitch
Some common examples:
// NEMA 17 with standard pitch M5 threaded rod: <----------- aqui!!!! (200 * 16) / 0.8 = 4000 // NEMA 17 with standard pitch M8 threaded rod: (200 * 16) / 1.25 = 2560 // NEMA 17 with SAE 5/16" threaded rod. It has 18 threads per inch (25.4mm / 18): (200 * 16) / (25.4 / 18) = 2267.7165355
Some printers connect the Z motor to the Z rods with a belt and pulleys. As long as the pulleys have the same diameter the above formula will work. But if the pulleys differ you'll need to include this ratio in the final result. For example, if the motor pulley was half the size of the rod pulley, you would need to multiply the final result by 2.
--
Página da Lista: http://groups.google.com/group/reprapbr/about?hl=pt-BR
Versão Forum: https://groups.google.com/forum/?fromgroups#!forum/reprapbr
---
Você recebeu essa mensagem porque está inscrito no grupo quot;RepRapBR" dos Grupos do Google.
Para cancelar inscrição nesse grupo e parar de receber e-mails dele, envie um e-mail para reprapbr+u...@googlegroups.com.
Visite este grupo em http://groups.google.com/group/reprapbr.
Para mais opções, acesse https://groups.google.com/d/optout.
steps_per_mm = (motor_steps_per_rev * driver_microstep) / thread_pitch
--
Página da Lista: http://groups.google.com/group/reprapbr/about?hl=pt-BR
Versão Forum: https://groups.google.com/forum/?fromgroups#!forum/reprapbr
---
Você recebeu essa mensagem porque está inscrito no grupo quot;RepRapBR" dos Grupos do Google.
Para cancelar inscrição nesse grupo e parar de receber e-mails dele, envie um e-mail para reprapbr+u...@googlegroups.com.
Visite este grupo em http://groups.google.com/group/reprapbr.
Para mais opções, acesse https://groups.google.com/d/optout.