Skip to content

Commit bd62077

Browse files
committed
✨ EDITABLE_HOMING_CURRENT
MarlinFirmware/Marlin#27760
1 parent ff95327 commit bd62077

File tree

380 files changed

+760
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

380 files changed

+760
-0
lines changed

config/default/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,6 +2999,8 @@
29992999

30003000
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30013001

3002+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3003+
30023004
/**
30033005
* Interpolate microsteps to 256
30043006
* Override for each driver with <driver>_INTERPOLATE settings below

config/examples/3DFabXYZ/Migbot/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,6 +2999,8 @@
29992999

30003000
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30013001

3002+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3003+
30023004
/**
30033005
* Interpolate microsteps to 256
30043006
* Override for each driver with <driver>_INTERPOLATE settings below

config/examples/3DMatik/XL/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,6 +2999,8 @@
29992999

30003000
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30013001

3002+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3003+
30023004
/**
30033005
* Interpolate microsteps to 256
30043006
* Override for each driver with <driver>_INTERPOLATE settings below

config/examples/ADIMLab/Gantry v1/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,6 +2999,8 @@
29992999

30003000
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30013001

3002+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3003+
30023004
/**
30033005
* Interpolate microsteps to 256
30043006
* Override for each driver with <driver>_INTERPOLATE settings below

config/examples/ADIMLab/Gantry v2/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,6 +2999,8 @@
29992999

30003000
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30013001

3002+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3003+
30023004
/**
30033005
* Interpolate microsteps to 256
30043006
* Override for each driver with <driver>_INTERPOLATE settings below

config/examples/Alfawise/U20-bltouch/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3009,6 +3009,8 @@
30093009

30103010
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30113011

3012+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3013+
30123014
/**
30133015
* Interpolate microsteps to 256
30143016
* Override for each driver with <driver>_INTERPOLATE settings below

config/examples/Alfawise/U20/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3000,6 +3000,8 @@
30003000

30013001
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30023002

3003+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3004+
30033005
/**
30043006
* Interpolate microsteps to 256
30053007
* Override for each driver with <driver>_INTERPOLATE settings below

config/examples/AliExpress/CL-260/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,6 +2999,8 @@
29992999

30003000
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30013001

3002+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3003+
30023004
/**
30033005
* Interpolate microsteps to 256
30043006
* Override for each driver with <driver>_INTERPOLATE settings below

config/examples/AliExpress/UM2pExt/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3001,6 +3001,8 @@
30013001

30023002
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30033003

3004+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3005+
30043006
/**
30053007
* Interpolate microsteps to 256
30063008
* Override for each driver with <driver>_INTERPOLATE settings below

config/examples/Anet/A2/Configuration_adv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,6 +2999,8 @@
29992999

30003000
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
30013001

3002+
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
3003+
30023004
/**
30033005
* Interpolate microsteps to 256
30043006
* Override for each driver with <driver>_INTERPOLATE settings below

0 commit comments

Comments
 (0)