Changes

Jump to: navigation, search

Convex Mirror

959 bytes added, 19:39, 4 June 2014
GRBL Settings
*accumulate error image. NOT DONE.
*accumulate drawing image. NOT DONE.
=GRBL Settings=
<syntaxhighlight lang="bash">
$0=7.023 (x, step/mm)
$1=7.023 (y, step/mm)
$2=7.023 (z, step/mm)
$3=10 (step pulse, usec)
$4=20320.000 (default feed, mm/min)
$5=65000.000 (default seek, mm/min)
$6=56 (step port invert mask, int:00111000)
$7=25 (step idle delay, msec)
$8=900.000 (acceleration, mm/sec^2)
$9=0.050 (junction deviation, mm)
$10=0.100 (arc, mm/segment)
$11=25 (n-arc correction, int)
$12=3 (n-decimals, int)
$13=1 (report inches, bool)
$14=1 (auto start, bool)
$15=0 (invert step enable, bool)
$16=0 (hard limits, bool)
$17=1 (homing cycle, bool)
$18=0 (homing dir invert mask, int:00000000)
$19=400.000 (homing feed, mm/min)
$20=10000.000 (homing seek, mm/min)
$21=100 (homing debounce, msec)
$22=1.000 (homing pull-off, mm)
</syntaxhighlight>
=Contour simplification=
*http://bost.ocks.org/mike/simplify/
*http://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm
*https://hydra.hull.ac.uk/resources/hull:8338

Navigation menu