Skip to content

converter for 3D printer Slic3r vace mode to CNC with A axis

Notifications You must be signed in to change notification settings

pppalain/xyz2xza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

xyz2xza

converter for 3D printer Slic3r vase mode to CNC with A axis Takes in GCode generated from Slic3r vase mode no bottom layer no top layer.

A few restricting issues.

  • Cannot detect collisions
  • Cannot cross (0,0)
  • Slic3r center must be set to (0,0)
  • Resolution of the crawl must be set (CRAWL_RESOLUTION=0.5 mm) Smaller the better but too small will make the resulting code really large

to do:

  • Add Pre settings
  • Add Post settings

Usage: xyz2xza input.gcode > out.ngc

it strips all which is not G1 from original

About

converter for 3D printer Slic3r vace mode to CNC with A axis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages