This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Smoothieboard configuration file, see http://smoothieware.org/configuring-smoothie | |
# NOTE Lines must not exceed 132 characters, and '#' characters mean what follows is ignored | |
## Robot module configurations : general handling of movement G-codes and slicing into moves | |
# Basic motion configuration | |
default_feed_rate 4000 # Default speed (mm/minute) for G1/G2/G3 moves | |
default_seek_rate 4000 # Default speed (mm/minute) for G0 moves | |
mm_per_arc_segment 0.0 # Fixed length for line segments that divide arcs, 0 to disable | |
#mm_per_line_segment 5 # Cut lines into segments this size | |
mm_max_arc_error 0.01 # The maximum error for line segments that divide arcs 0 to disable |