From: Jim Morris Date: Mon, 15 Jun 2015 23:46:52 +0000 (-0700) Subject: Update config X-Git-Url: https://git.hcoop.net/clinton/Smoothieware.git/commitdiff_plain/43976a67cb8c2ce47563b6b21f16b17594492401?ds=sidebyside Update config --- diff --git a/ConfigSamples/AzteegX5Mini/config b/ConfigSamples/AzteegX5Mini/config index fe5152ff..bcce9f45 100755 --- a/ConfigSamples/AzteegX5Mini/config +++ b/ConfigSamples/AzteegX5Mini/config @@ -1,4 +1,4 @@ -#leveling-strategy.three-point-leveling.probe_offsets 0,0,0 # the probe offsets from nozzle, must be x,y,z, default is no offset# Robot module configurations : general handling of movement G-codes and slicing into moves +# Robot module configurations : general handling of movement G-codes and slicing into moves default_feed_rate 4000 # Default rate ( mm/minute ) for G1/G2/G3 moves default_seek_rate 4000 # Default rate ( mm/minute ) for G0 moves mm_per_arc_segment 0.5 # Arcs are cut into segments ( lines ), this is the length for these segments. Smaller values mean more resolution, higher values mean faster computation