Configuration Modification Notes
Error Examples
Not Completely Removing Spaces
- Not completely removing spaces
Loading...
- Note that if it is
[gcode_macro XXXX], it is a different case - Example
- Error Example
Loading...- Correct Example
Loading...
Errors in Disabling or Enabling Configuration
- Error Example 1:
- There are redundant configurations or configurations that should not exist
- Solution: Delete the erroneous configuration
Loading...
- Error Example 2:
- The configuration is not completely disabled
- Simply disabling
[probe]is ineffective; all configurations up to the next[xxxx]need to be disabled or deleted - The
[xxxx]in the image below is[homing_override]
- Error Example
Loading...- Correct Example
Loading...
Loading...