Skip to content

Commit 0677dc6

Browse files
committed
Some config adjustments
1 parent 7ea52fb commit 0677dc6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Marlin/Configuration.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@
494494
#define DEFAULT_Kp 18
495495
#define DEFAULT_Ki 1.3
496496
#define DEFAULT_Kd 61
497+
497498
#endif // PIDTEMP
498499

499500
//===========================================================================
@@ -800,7 +801,7 @@
800801
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
801802
*/
802803
#if DISABLED(CLASSIC_JERK)
803-
#define JUNCTION_DEVIATION_MM 0.050 // (mm) Distance from real junction edge
804+
#define JUNCTION_DEVIATION_MM 0.030 // (mm) Distance from real junction edge
804805
#endif
805806

806807
/**

Marlin/Configuration_adv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
// When first starting the main fan, run it at full speed for the
339339
// given number of milliseconds. This gets the fan spinning reliably
340340
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
341-
//#define FAN_KICKSTART_TIME 100
341+
#define FAN_KICKSTART_TIME 100
342342

343343
// Some coolers may require a non-zero "off" state.
344344
//#define FAN_OFF_PWM 1
@@ -1068,7 +1068,7 @@
10681068
//#define SCROLL_LONG_FILENAMES
10691069

10701070
// Leave the heaters on after Stop Print (not recommended!)
1071-
//#define SD_ABORT_NO_COOLDOWN
1071+
#define SD_ABORT_NO_COOLDOWN
10721072

10731073
/**
10741074
* This option allows you to abort SD printing when any endstop is triggered.
@@ -2101,7 +2101,7 @@
21012101
* Define you own with
21022102
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
21032103
*/
2104-
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
2104+
#define CHOPPER_TIMING CHOPPER_DEFAULT_24V
21052105

21062106
/**
21072107
* Monitor Trinamic drivers for error conditions,

0 commit comments

Comments
 (0)