adding info about junction_deviation
authorArthur Wolf <wolf.arthur@gmail.com>
Sun, 3 Feb 2013 18:38:30 +0000 (19:38 +0100)
committerArthur Wolf <wolf.arthur@gmail.com>
Sun, 3 Feb 2013 18:38:30 +0000 (19:38 +0100)
config-smoothieboard-copy_me_to_sd_card_and_rename_as_"config"

index 099954c..0fe1513 100644 (file)
@@ -14,6 +14,7 @@ planner_queue_size                           64               # Size of the plan
 acceleration                                 3000             # Acceleration in mm/second/second.
 acceleration_ticks_per_second                1000             # Number of times per second the speed is updated
 junction_deviation                           0.05             # Similar to the old "max_jerk", in millimeters, see : https://github.com/grbl/grbl/blob/master/planner.c#L409 
+                                                              # and https://github.com/grbl/grbl/wiki/Configuring-Grbl-v0.8 . Lower values mean being more careful, higher values means being faster and have more jerk
 
 # Stepper module configuration
 microseconds_per_step_pulse                  1                # Duration of step pulses to stepper drivers, in microseconds