File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ a selected end effector.
6565
6666Most configuration is done through the config.h file. The configurations are:
6767
68- - TICKS_PER_METER: the number of steps of the stepper motor required to move the
68+ - ` TICKS_PER_METER ` : the number of steps of the stepper motor required to move the
6969end effector one meter
70- - X_MAX/ YMAX: the maximum range, in steps, of the X and Y axes
71- - X_BACKWARDS/ Y_BACKWARDS: whether to reverse the direction of the stepper
70+ - ` X_MAX ` / ` YMAX ` : the maximum range, in steps, of the X and Y axes
71+ - ` X_BACKWARDS ` / ` Y_BACKWARDS ` : whether to reverse the direction of the stepper
7272motor on this axis
73- - BUFFER_NUMBER_PACKETS: the size of the command buffer. This can be left at the
73+ - ` BUFFER_NUMBER_PACKETS ` : the size of the command buffer. This can be left at the
7474default 5
7575
7676Pinout is defined with two constants, ` NAME_PIN_PORT ` and ` NAME_PIN_POS ` . To
You can’t perform that action at this time.
0 commit comments