Uba use karanne l293d moter driver shield ekada naththam nikn driver eka witharakda?Machn Code eka PM karanna baa diga wadi kiyanawa.
me tiyenn code eka machan.
/*
Mini CNC Plotter firmware, based in TinyCNC https://github.com/MakerBlock/TinyCNC-Sketches
Send GCODE to this Sketch using gctrl.pde https://github.com/damellis/gctrl
Convert SVG to GCODE with MakerBot Unicorn plugin for Inkscape
#include <AFMotor.h>
#define LINE_BUFFER_LENGTH 512
char STEP = MICROSTEP ;
// Servo position for Up and Down
const int penZUp = 95;
const int penZDown = 83;
// Servo on PWM pin 10
const int penServoPin =10 ;
// Should be right for DVD steppers, but is not too important here
const int stepsPerRevolution = 100;
{
}
}
stepsPerRevolution me value eka wadi karala blpn 200 wage wenasak thiyanawada kiyala

Eth hari yanne naththam podi code ekak kiyla dapn stepper motor run wenna witharak eth speed eka adu nm code eke parameters wenas kara kara blpn

Last edited:

