Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2018-01-02 22:36:09 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-01-02 22:36:22 +0300
commit1ecf339d585999ff7bad9a5cbf475a18c67a66a1 (patch)
tree2b1aa550b31e821c8915dbecbef41a5b55cc336a /src/Pins.h
parentddcc69d950827052079cf6927721e23b41453eb5 (diff)
Version 1.20.1RC2
Added nonlineear extrusion support (M592) Show calibration parameters in M592 D# response Bug fix: don't run stop.g, sleep.g or cancel.g at the end of simulating a print or cancelling a simulation
Diffstat (limited to 'src/Pins.h')
-rw-r--r--src/Pins.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Pins.h b/src/Pins.h
index dc0c5ed7..f940d06a 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -38,4 +38,8 @@
# define HAS_MULTIPLE_NETWORK_INTERFACES 0
#endif
+#ifndef NONLINEAR_EXTRUSION
+#define NONLINEAR_EXTRUSION 1 // for now this is always enabled
+#endif
+
#endif // PINS_H__