Skip to content

Allows you to convert an SVG image into a program for the IRB 1600.

License

Notifications You must be signed in to change notification settings

MateusToyama/IRB1600-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRB1600 Converter

This program allows you to convert an SVG image into a program for the IRB 1600.

Usage:

SVG to program (auto scale and offsets):

IRB1600_Converter.exe program --input Image.svg --output Program.txt --width 100 --height 100 --auto

SVG to program:

IRB1600_Converter.exe program --input Image.svg --output Program.txt --width 100 --height 100 --margin 10 --scale 2 --offsetx 100 --offsety 100

Program to SVG:

IRB1600_Converter.exe svg --input Program.txt --output Result.svg --width 594mm --height 420mm --viewboxwidth 594 --viewboxheight 420

About

Allows you to convert an SVG image into a program for the IRB 1600.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages