delta: Initial support for linear delta kinematics
This adds support for delta based robots. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# This file serves as documentation for config parameters. One may
|
||||
# copy and edit this file to configure a new printer.
|
||||
# copy and edit this file to configure a new cartesian style
|
||||
# printer. For delta style printers, see the "example-delta.cfg" file.
|
||||
|
||||
# DO NOT COPY THIS FILE WITHOUT CAREFULLY READING AND UPDATING IT
|
||||
# FIRST. Incorrectly configured parameters may cause damage.
|
||||
@@ -189,7 +190,7 @@ custom:
|
||||
# The printer section controls high level printer settings
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
# This option must currently always be "cartesian"
|
||||
# This option must be "cartesian" for cartesian printers
|
||||
motor_off_time: 60
|
||||
# Time (in seconds) of idle time before the printer will try to
|
||||
# disable active motors.
|
||||
|
||||
Reference in New Issue
Block a user