Add files via upload
This commit is contained in:
		
							parent
							
								
									32feedb798
								
							
						
					
					
						commit
						0cd9dbfbbb
					
				| @ -872,11 +872,11 @@ | |||||||
|  * Override with M203 |  * Override with M203 | ||||||
|  *                                      X, Y, Z, E0 [, E1[, E2...]] |  *                                      X, Y, Z, E0 [, E1[, E2...]] | ||||||
|  */ |  */ | ||||||
| #define DEFAULT_MAX_FEEDRATE          { 300, 300, 10, 30 } | #define DEFAULT_MAX_FEEDRATE          { 500, 500, 10, 30 } | ||||||
| 
 | 
 | ||||||
| #define LIMITED_MAX_FR_EDITING        // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2
 | #define LIMITED_MAX_FR_EDITING        // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2
 | ||||||
| #if ENABLED(LIMITED_MAX_FR_EDITING) | #if ENABLED(LIMITED_MAX_FR_EDITING) | ||||||
|   #define MAX_FEEDRATE_EDIT_VALUES    { 600, 600, 20, 60 } // ...or, set your own edit limits
 |   #define MAX_FEEDRATE_EDIT_VALUES    { 600, 600, 20, 50 } // ...or, set your own edit limits
 | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| /**
 | /**
 | ||||||
| @ -887,7 +887,7 @@ | |||||||
|  */ |  */ | ||||||
| #if ENABLED(HIGH_SPEED_1) | #if ENABLED(HIGH_SPEED_1) | ||||||
| // #define DEFAULT_MAX_ACCELERATION      { 3000, 3000, 100, 3000 }
 | // #define DEFAULT_MAX_ACCELERATION      { 3000, 3000, 100, 3000 }
 | ||||||
| #define DEFAULT_MAX_ACCELERATION      { 4000, 4000, 100, 4000 } | #define DEFAULT_MAX_ACCELERATION      { 4000, 4000, 4000, 4000 } | ||||||
| #else  | #else  | ||||||
| #define DEFAULT_MAX_ACCELERATION      { 3000, 3000, 100, 3000 } | #define DEFAULT_MAX_ACCELERATION      { 3000, 3000, 100, 3000 } | ||||||
| // #define DEFAULT_MAX_ACCELERATION      { 1500, 1500, 100, 1500 }
 | // #define DEFAULT_MAX_ACCELERATION      { 1500, 1500, 100, 1500 }
 | ||||||
|  | |||||||
| @ -1927,7 +1927,7 @@ | |||||||
| #define LIN_ADVANCE | #define LIN_ADVANCE | ||||||
| #if ENABLED(LIN_ADVANCE) | #if ENABLED(LIN_ADVANCE) | ||||||
|   //#define EXTRA_LIN_ADVANCE_K // Enable for second linear advance constants
 |   //#define EXTRA_LIN_ADVANCE_K // Enable for second linear advance constants
 | ||||||
|   #define LIN_ADVANCE_K 0.045 //0.06    // Unit: mm compression per 1mm/s extruder speed
 |   #define LIN_ADVANCE_K 0.04 //0.06    // Unit: mm compression per 1mm/s extruder speed
 | ||||||
|   //#define LA_DEBUG            // If enabled, this will generate debug information output over USB.
 |   //#define LA_DEBUG            // If enabled, this will generate debug information output over USB.
 | ||||||
|   #define EXPERIMENTAL_SCURVE // Enable this option to permit S-Curve Acceleration
 |   #define EXPERIMENTAL_SCURVE // Enable this option to permit S-Curve Acceleration
 | ||||||
| #endif | #endif | ||||||
| @ -3761,7 +3761,7 @@ | |||||||
|  * Host Prompt Support enables Marlin to use the host for user prompts so |  * Host Prompt Support enables Marlin to use the host for user prompts so | ||||||
|  * filament runout and other processes can be managed from the host side. |  * filament runout and other processes can be managed from the host side. | ||||||
|  */ |  */ | ||||||
| //#define HOST_ACTION_COMMANDS
 | #define HOST_ACTION_COMMANDS | ||||||
| #if ENABLED(HOST_ACTION_COMMANDS) | #if ENABLED(HOST_ACTION_COMMANDS) | ||||||
|   //#define HOST_PROMPT_SUPPORT
 |   //#define HOST_PROMPT_SUPPORT
 | ||||||
|   //#define HOST_START_MENU_ITEM  // Add a menu item that tells the host to start
 |   //#define HOST_START_MENU_ITEM  // Add a menu item that tells the host to start
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user