xysteps: xysteps

Description Usage Arguments Examples

View source: R/xysteps.R

Description

Calculate proper steps for X and Y axes in steps/mm.

Usage

1
xysteps(s, m, p, t)

Arguments

s

The number of steps per revolution of your motor.

m

Your driver's microstep setting.

p

The angle of your belt pitch in steps/revolution (can be found with 360 / step angle in degrees).

t

The number of teeth on your pulley.

Examples

1
xysteps(200, 16, 2, 20)

ryanscharf/printtools3d documentation built on May 28, 2019, 10:45 a.m.