Skip to content

wit03/optimized-plotter-cnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimized-Plotter-CNC

I saw this project from instructables.com and it seems like the code doesn't work as expected so I optimized it.

Here're some details of what I've changed:

  1. Change step type from MICROSTEP to INTERLEAVE for better toque.
    char STEP = INTERLEAVE
  1. Change data type to long because Int couldn't handle it.
    x1 = (long)(x1*StepsPerMillimeterX);
    y1 = (long)(y1*StepsPerMillimeterY);
  1. Reset pen settings to this
    float StepInc = 1;
    int StepDelay = 1;
    int LineDelay = 0;
    int penDelay = 40;

Contributing

We welcome all contributions by sending PR to this repository.

Need Help ?

If you need help with anything just ask me via Email or create an issue

About

I saw this project from instructables.com and it seems like the code doesn't work as expected so I optimized it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages