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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavelSindler <sindlerpa@gmail.com>2017-05-19 19:37:39 +0300
committerPavelSindler <sindlerpa@gmail.com>2017-05-19 19:37:39 +0300
commit8ab84540d2c5b66803d005eaaa4fe2acc91a70c7 (patch)
treee99af83f0792c53e7a5ebadccb6cee162a63c570
parent844c429c6d0b92defe67384a150d77899a4f0a40 (diff)
configuration files updated
-rw-r--r--Firmware/variants/1_75mm_MK2-RAMBo10a-E3Dv6full.h8
-rw-r--r--Firmware/variants/1_75mm_MK2-RAMBo13a-E3Dv6full.h8
2 files changed, 10 insertions, 6 deletions
diff --git a/Firmware/variants/1_75mm_MK2-RAMBo10a-E3Dv6full.h b/Firmware/variants/1_75mm_MK2-RAMBo10a-E3Dv6full.h
index 2dc9f02ff..d7019845f 100644
--- a/Firmware/variants/1_75mm_MK2-RAMBo10a-E3Dv6full.h
+++ b/Firmware/variants/1_75mm_MK2-RAMBo10a-E3Dv6full.h
@@ -390,10 +390,12 @@ THERMISTORS SETTINGS
#define LONG_PRESS_TIME 1000 //time in ms for button long press
#define BUTTON_BLANKING_TIME 200 //time in ms for blanking after button release
-#define PAUSE_RETRACT 1
-
#define DEFAULT_PID_TEMP 210
-#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration
+#ifdef SNMM
+#define DEFAULT_RETRACTION 4 //used for PINDA temp calibration and pause print
+#else
+#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration and pause print
+#endif
#endif //__CONFIGURATION_PRUSA_H
diff --git a/Firmware/variants/1_75mm_MK2-RAMBo13a-E3Dv6full.h b/Firmware/variants/1_75mm_MK2-RAMBo13a-E3Dv6full.h
index d4529a70a..720e74f5e 100644
--- a/Firmware/variants/1_75mm_MK2-RAMBo13a-E3Dv6full.h
+++ b/Firmware/variants/1_75mm_MK2-RAMBo13a-E3Dv6full.h
@@ -392,10 +392,12 @@ THERMISTORS SETTINGS
#define LONG_PRESS_TIME 1000 //time in ms for button long press
#define BUTTON_BLANKING_TIME 200 //time in ms for blanking after button release
-#define PAUSE_RETRACT 1
-
#define DEFAULT_PID_TEMP 210
-#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration
+#ifdef SNMM
+#define DEFAULT_RETRACTION 4 //used for PINDA temp calibration and pause print
+#else
+#define DEFAULT_RETRACTION 1 //used for PINDA temp calibration and pause print
+#endif
#endif //__CONFIGURATION_PRUSA_H