Sweet image.
Glad your having fun with it and its running well for you. Auggies 6th order motion
should make almost any machine happy mechanically, the heavier it is, the happier
it will be. I havent found the planner to be quite perfect, it seems to labour under
some types of code, though I do find tuning the Jerk clears it up normally.
Small segment code is probably the worst torture for this type of planner, unlike Mach3,
Auggie has to create a continuous start to stop segment before it starts to move, it
updates the complete line from current position to new positions as they are added
and figures out the jerk and motion waveform again from start to end to make sure
added moves that allow higher speeds due to distance can increase that speed.
This means in short line code the entire future motion profile may be recalculated
hundreds of times per second as the lines are added and depending on speed
through that motion. The Jerk calculations are a huge part of this, and can tax a
system, so if you find it stuttering or anything, increase the Jerk, youll find that
usually smooths it out, its a balance that can be hard to find that works for all code.
One other note, the Aug button can create both 2d and 3d laser engravings, the 3d is
made by using a grey scale depth image, (they can be created by saving a grey scale
image of an STL display). Nothing the Aug button does actually changes Auggies
operation, it does all the things it needs to do in the GCode file, so by looking
at the weird additions to your GCode you can get an idea of how the Aug button
works, and how you can do the same things in your own GCode. GCode commands
are available to load binary image data , vary power for it, adjust the power in
stages related to depth for multi-pass 3d work, and to reset the variables that
control such things. Its kinda like Mach3's P words for laser power on/off,
but on steroids. Take note that for engravings the Gcode is loading a data file
that is the same name as the Gcode file. The data file is just a binary format of
a normal grey scale image.
If you need to shut down a long image run, pause it at the end or start of a line.
Auggie will reload and get you setup to the right spot when you restart with a continue
button press after restarting the program the next day.
Just a couple notes to consider as you learn the program.
Art