Skip to content

Commit

Permalink
Update configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mriscoc committed Oct 2, 2022
1 parent 5bfa1b6 commit 3335bb4
Show file tree
Hide file tree
Showing 68 changed files with 283 additions and 268 deletions.
1 change: 1 addition & 0 deletions CreateConfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def ProcessLines(jsonfile, config):
return lines
for l in data[config] :
C.op = l.get('op')
if not C.op : continue
C.searchfor = l.get('searchfor')
C.newline = l.get('newline')
C.mask = l.get('mask')
Expand Down
10 changes: 5 additions & 5 deletions Ender2Pro-ManualMesh/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,8 @@
#define ENCODER_RATE_MULTIPLIER
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#define ENCODER_5X_STEPS_PER_SEC 30 // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 60 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 90 // (steps/s) Encoder rate for 100x speed // Ender Configs
#endif

// Play a beep when the feedrate is changed from the Status Screen
Expand Down Expand Up @@ -1487,7 +1487,7 @@

//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping

#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
//#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls // MRiscoC save program memory

#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "M84" // Use "M84XYE" to keep Z enabled so your bed stays in place
Expand Down Expand Up @@ -2349,7 +2349,7 @@

// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
#define BUFSIZE 16 // MRiscoC Increase buffer for Octoprint

// Transmission to Host Buffer Size
// To save 386 bytes of flash (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
Expand All @@ -2358,7 +2358,7 @@
// For debug-echo: 128 bytes for the optimal speed.
// Other output doesn't need to be that speedy.
// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
#define TX_BUFFER_SIZE 32
#define TX_BUFFER_SIZE 64 // MRiscoC Increase buffer for Octoprint

// Host Receive Buffer Size
// Without XON/XOFF flow control (see SERIAL_XON_XOFF below) 32 bytes should be enough.
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F1-EZABLZN/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
* Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 25, 60 } // Ender Configs
#define DEFAULT_MAX_FEEDRATE { 300, 300, 20, 45 } // Ender Configs // Ender Configs

#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 // MRiscoC allows higher limits
#if ENABLED(LIMITED_MAX_FR_EDITING)
Expand Down
10 changes: 5 additions & 5 deletions Ender3S1-F1-EZABLZN/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,8 @@
#define ENCODER_RATE_MULTIPLIER
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#define ENCODER_5X_STEPS_PER_SEC 30 // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 60 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 90 // (steps/s) Encoder rate for 100x speed // Ender Configs
#endif

// Play a beep when the feedrate is changed from the Status Screen
Expand Down Expand Up @@ -1487,7 +1487,7 @@

//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping

#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
//#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls // MRiscoC save program memory

#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "M84" // Use "M84XYE" to keep Z enabled so your bed stays in place
Expand Down Expand Up @@ -2349,7 +2349,7 @@

// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
#define BUFSIZE 16 // MRiscoC Increase buffer for Octoprint

// Transmission to Host Buffer Size
// To save 386 bytes of flash (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
Expand All @@ -2358,7 +2358,7 @@
// For debug-echo: 128 bytes for the optimal speed.
// Other output doesn't need to be that speedy.
// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
#define TX_BUFFER_SIZE 32
#define TX_BUFFER_SIZE 64 // MRiscoC Increase buffer for Octoprint

// Host Receive Buffer Size
// Without XON/XOFF flow control (see SERIAL_XON_XOFF below) 32 bytes should be enough.
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F1-MM/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
* Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 25, 60 } // Ender Configs
#define DEFAULT_MAX_FEEDRATE { 300, 300, 20, 45 } // Ender Configs // Ender Configs

#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 // MRiscoC allows higher limits
#if ENABLED(LIMITED_MAX_FR_EDITING)
Expand Down
10 changes: 5 additions & 5 deletions Ender3S1-F1-MM/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,8 @@
#define ENCODER_RATE_MULTIPLIER
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#define ENCODER_5X_STEPS_PER_SEC 30 // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 60 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 90 // (steps/s) Encoder rate for 100x speed // Ender Configs
#endif

// Play a beep when the feedrate is changed from the Status Screen
Expand Down Expand Up @@ -1487,7 +1487,7 @@

//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping

#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
//#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls // MRiscoC save program memory

#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "M84" // Use "M84XYE" to keep Z enabled so your bed stays in place
Expand Down Expand Up @@ -2349,7 +2349,7 @@

// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
#define BUFSIZE 16 // MRiscoC Increase buffer for Octoprint

// Transmission to Host Buffer Size
// To save 386 bytes of flash (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
Expand All @@ -2358,7 +2358,7 @@
// For debug-echo: 128 bytes for the optimal speed.
// Other output doesn't need to be that speedy.
// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
#define TX_BUFFER_SIZE 32
#define TX_BUFFER_SIZE 64 // MRiscoC Increase buffer for Octoprint

// Host Receive Buffer Size
// Without XON/XOFF flow control (see SERIAL_XON_XOFF below) 32 bytes should be enough.
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F1-UBL-LA/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
* Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 25, 60 } // Ender Configs
#define DEFAULT_MAX_FEEDRATE { 300, 300, 20, 45 } // Ender Configs // Ender Configs

#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 // MRiscoC allows higher limits
#if ENABLED(LIMITED_MAX_FR_EDITING)
Expand Down
10 changes: 5 additions & 5 deletions Ender3S1-F1-UBL-LA/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,8 @@
#define ENCODER_RATE_MULTIPLIER
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#define ENCODER_5X_STEPS_PER_SEC 30 // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 60 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 90 // (steps/s) Encoder rate for 100x speed // Ender Configs
#endif

// Play a beep when the feedrate is changed from the Status Screen
Expand Down Expand Up @@ -1487,7 +1487,7 @@

//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping

#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
//#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls // MRiscoC save program memory

#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "M84" // Use "M84XYE" to keep Z enabled so your bed stays in place
Expand Down Expand Up @@ -2349,7 +2349,7 @@

// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
#define BUFSIZE 16 // MRiscoC Increase buffer for Octoprint

// Transmission to Host Buffer Size
// To save 386 bytes of flash (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
Expand All @@ -2358,7 +2358,7 @@
// For debug-echo: 128 bytes for the optimal speed.
// Other output doesn't need to be that speedy.
// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
#define TX_BUFFER_SIZE 32
#define TX_BUFFER_SIZE 64 // MRiscoC Increase buffer for Octoprint

// Host Receive Buffer Size
// Without XON/XOFF flow control (see SERIAL_XON_XOFF below) 32 bytes should be enough.
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F1-UBL-MPC/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
* Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 25, 60 } // Ender Configs
#define DEFAULT_MAX_FEEDRATE { 300, 300, 20, 45 } // Ender Configs // Ender Configs

#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 // MRiscoC allows higher limits
#if ENABLED(LIMITED_MAX_FR_EDITING)
Expand Down
10 changes: 5 additions & 5 deletions Ender3S1-F1-UBL-MPC/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,8 @@
#define ENCODER_RATE_MULTIPLIER
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#define ENCODER_5X_STEPS_PER_SEC 30 // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 60 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 90 // (steps/s) Encoder rate for 100x speed // Ender Configs
#endif

// Play a beep when the feedrate is changed from the Status Screen
Expand Down Expand Up @@ -1487,7 +1487,7 @@

//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping

#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
//#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls // MRiscoC save program memory

#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "M84" // Use "M84XYE" to keep Z enabled so your bed stays in place
Expand Down Expand Up @@ -2349,7 +2349,7 @@

// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
#define BUFSIZE 16 // MRiscoC Increase buffer for Octoprint

// Transmission to Host Buffer Size
// To save 386 bytes of flash (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
Expand All @@ -2358,7 +2358,7 @@
// For debug-echo: 128 bytes for the optimal speed.
// Other output doesn't need to be that speedy.
// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
#define TX_BUFFER_SIZE 32
#define TX_BUFFER_SIZE 64 // MRiscoC Increase buffer for Octoprint

// Host Receive Buffer Size
// Without XON/XOFF flow control (see SERIAL_XON_XOFF below) 32 bytes should be enough.
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F1-UBL-T13/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
* Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 25, 60 } // Ender Configs
#define DEFAULT_MAX_FEEDRATE { 300, 300, 20, 45 } // Ender Configs // Ender Configs

#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 // MRiscoC allows higher limits
#if ENABLED(LIMITED_MAX_FR_EDITING)
Expand Down
10 changes: 5 additions & 5 deletions Ender3S1-F1-UBL-T13/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,8 @@
#define ENCODER_RATE_MULTIPLIER
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#define ENCODER_5X_STEPS_PER_SEC 30 // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 60 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 90 // (steps/s) Encoder rate for 100x speed // Ender Configs
#endif

// Play a beep when the feedrate is changed from the Status Screen
Expand Down Expand Up @@ -1487,7 +1487,7 @@

//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping

#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
//#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls // MRiscoC save program memory

#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "M84" // Use "M84XYE" to keep Z enabled so your bed stays in place
Expand Down Expand Up @@ -2349,7 +2349,7 @@

// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
#define BUFSIZE 16 // MRiscoC Increase buffer for Octoprint

// Transmission to Host Buffer Size
// To save 386 bytes of flash (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
Expand All @@ -2358,7 +2358,7 @@
// For debug-echo: 128 bytes for the optimal speed.
// Other output doesn't need to be that speedy.
// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
#define TX_BUFFER_SIZE 32
#define TX_BUFFER_SIZE 64 // MRiscoC Increase buffer for Octoprint

// Host Receive Buffer Size
// Without XON/XOFF flow control (see SERIAL_XON_XOFF below) 32 bytes should be enough.
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F1-UBL/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
* Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 25, 60 } // Ender Configs
#define DEFAULT_MAX_FEEDRATE { 300, 300, 20, 45 } // Ender Configs // Ender Configs

#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 // MRiscoC allows higher limits
#if ENABLED(LIMITED_MAX_FR_EDITING)
Expand Down
10 changes: 5 additions & 5 deletions Ender3S1-F1-UBL/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,8 @@
#define ENCODER_RATE_MULTIPLIER
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#define ENCODER_5X_STEPS_PER_SEC 30 // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 60 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 90 // (steps/s) Encoder rate for 100x speed // Ender Configs
#endif

// Play a beep when the feedrate is changed from the Status Screen
Expand Down Expand Up @@ -1487,7 +1487,7 @@

//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping

#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
//#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls // MRiscoC save program memory

#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "M84" // Use "M84XYE" to keep Z enabled so your bed stays in place
Expand Down Expand Up @@ -2349,7 +2349,7 @@

// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
#define BUFSIZE 16 // MRiscoC Increase buffer for Octoprint

// Transmission to Host Buffer Size
// To save 386 bytes of flash (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
Expand All @@ -2358,7 +2358,7 @@
// For debug-echo: 128 bytes for the optimal speed.
// Other output doesn't need to be that speedy.
// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
#define TX_BUFFER_SIZE 32
#define TX_BUFFER_SIZE 64 // MRiscoC Increase buffer for Octoprint

// Host Receive Buffer Size
// Without XON/XOFF flow control (see SERIAL_XON_XOFF below) 32 bytes should be enough.
Expand Down
2 changes: 1 addition & 1 deletion Ender3S1-F1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
* Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 25, 60 } // Ender Configs
#define DEFAULT_MAX_FEEDRATE { 300, 300, 20, 45 } // Ender Configs // Ender Configs

#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 // MRiscoC allows higher limits
#if ENABLED(LIMITED_MAX_FR_EDITING)
Expand Down
10 changes: 5 additions & 5 deletions Ender3S1-F1/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,8 @@
#define ENCODER_RATE_MULTIPLIER
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#define ENCODER_5X_STEPS_PER_SEC 30 // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed // Ender Configs
#define ENCODER_10X_STEPS_PER_SEC 60 // (steps/s) Encoder rate for 10x speed // Ender Configs
#define ENCODER_100X_STEPS_PER_SEC 90 // (steps/s) Encoder rate for 100x speed // Ender Configs
#endif

// Play a beep when the feedrate is changed from the Status Screen
Expand Down Expand Up @@ -1487,7 +1487,7 @@

//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping

#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
//#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls // MRiscoC save program memory

#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "M84" // Use "M84XYE" to keep Z enabled so your bed stays in place
Expand Down Expand Up @@ -2349,7 +2349,7 @@

// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
#define BUFSIZE 16 // MRiscoC Increase buffer for Octoprint

// Transmission to Host Buffer Size
// To save 386 bytes of flash (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
Expand All @@ -2358,7 +2358,7 @@
// For debug-echo: 128 bytes for the optimal speed.
// Other output doesn't need to be that speedy.
// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
#define TX_BUFFER_SIZE 32
#define TX_BUFFER_SIZE 64 // MRiscoC Increase buffer for Octoprint

// Host Receive Buffer Size
// Without XON/XOFF flow control (see SERIAL_XON_XOFF below) 32 bytes should be enough.
Expand Down
4 changes: 2 additions & 2 deletions Ender3S1-F4-MM/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
#define X_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // Board v301 Configs
#define Y_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // Board v301 Configs
#define Z_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // Board v301 Configs
#define Z_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop. // Board v301 Configs
#define I_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define J_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define K_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
Expand Down Expand Up @@ -1176,7 +1176,7 @@
* Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 25, 60 } // Ender Configs
#define DEFAULT_MAX_FEEDRATE { 300, 300, 20, 45 } // Ender Configs // Ender Configs

#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 // MRiscoC allows higher limits
#if ENABLED(LIMITED_MAX_FR_EDITING)
Expand Down
Loading

0 comments on commit 3335bb4

Please sign in to comment.