mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-23 06:34:00 -06:00
parent
72dc37cb29
commit
adada90c22
350 changed files with 5242 additions and 6 deletions
|
@ -1768,6 +1768,21 @@
|
|||
//#define V_HOME_DIR -1
|
||||
//#define W_HOME_DIR -1
|
||||
|
||||
/**
|
||||
* Safety Stops
|
||||
* If an axis has endstops on both ends the one specified above is used for
|
||||
* homing, while the other can be used for things like SD_ABORT_ON_ENDSTOP_HIT.
|
||||
*/
|
||||
//#define X_SAFETY_STOP
|
||||
//#define Y_SAFETY_STOP
|
||||
//#define Z_SAFETY_STOP
|
||||
//#define I_SAFETY_STOP
|
||||
//#define J_SAFETY_STOP
|
||||
//#define K_SAFETY_STOP
|
||||
//#define U_SAFETY_STOP
|
||||
//#define V_SAFETY_STOP
|
||||
//#define W_SAFETY_STOP
|
||||
|
||||
// @section geometry
|
||||
|
||||
// The size of the printable area
|
||||
|
|
|
@ -1768,7 +1768,22 @@
|
|||
//#define V_HOME_DIR -1
|
||||
//#define W_HOME_DIR -1
|
||||
|
||||
// @section machine
|
||||
/**
|
||||
* Safety Stops
|
||||
* If an axis has endstops on both ends the one specified above is used for
|
||||
* homing, while the other can be used for things like SD_ABORT_ON_ENDSTOP_HIT.
|
||||
*/
|
||||
//#define X_SAFETY_STOP
|
||||
//#define Y_SAFETY_STOP
|
||||
//#define Z_SAFETY_STOP
|
||||
//#define I_SAFETY_STOP
|
||||
//#define J_SAFETY_STOP
|
||||
//#define K_SAFETY_STOP
|
||||
//#define U_SAFETY_STOP
|
||||
//#define V_SAFETY_STOP
|
||||
//#define W_SAFETY_STOP
|
||||
|
||||
// @section geometry
|
||||
|
||||
// these values are used in your slicer
|
||||
#define X_BED_SIZE 227
|
||||
|
|
|
@ -1424,7 +1424,8 @@
|
|||
#if ANY(DIGIPOT_MCP4018, DIGIPOT_MCP4451)
|
||||
#define DIGIPOT_I2C_NUM_CHANNELS 5 // 5DPRINT:4 AZTEEG_X3_PRO:8 MKS_SBASE:5 MIGHTYBOARD_REVE:5
|
||||
|
||||
// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
|
||||
// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
|
||||
// These correspond to the physical drivers, so be mindful if the order is changed.
|
||||
#define DIGIPOT_I2C_MOTOR_CURRENTS { 0.84, 0.84, 0.4, 1.0, 1.0 } // AZTEEG_X3_PRO
|
||||
|
||||
//#define DIGIPOT_USE_RAW_VALUES // Use DIGIPOT_MOTOR_CURRENT raw wiper values (instead of A4988 motor currents)
|
||||
|
@ -1597,7 +1598,7 @@
|
|||
#define LED_USER_PRESET_BLUE 255 // User defined BLUE value
|
||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||
#endif
|
||||
#if ENABLED(NEO2_COLOR_PRESETS)
|
||||
#define NEO2_USER_PRESET_RED 255 // User defined RED value
|
||||
|
@ -2696,7 +2697,7 @@
|
|||
*/
|
||||
#if HAS_MULTI_EXTRUDER
|
||||
// Z raise distance for tool-change, as needed for some extruders
|
||||
#define TOOLCHANGE_ZRAISE 0 // (mm)
|
||||
#define TOOLCHANGE_ZRAISE 0 // (mm)
|
||||
//#define TOOLCHANGE_ZRAISE_BEFORE_RETRACT // Apply raise before swap retraction (if enabled)
|
||||
//#define TOOLCHANGE_NO_RETURN // Never return to previous position on tool-change
|
||||
#if ENABLED(TOOLCHANGE_NO_RETURN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue