Configuration Modification Instructions
Incorrect Examples
Failure to completely remove spaces
- Failure to completely remove spaces
- Please note that if it's
[gcode_macro XXXX]
, it's a different case - Example
- Incorrect example
- Correct example
Configuration disabling errors or enabling errors
- Incorrect example 1:
- Extra or unnecessary configurations exist
- Solution: Remove incorrect configurations
- Incorrect example 2:
- Configuration not fully disabled
- Simply disabling
[probe]
is not enough; all configurations up to the next[xxxx]
should be disabled or deleted - The
[xxxx]
in the image below is[homing_override]
- Incorrect example
- Correct example
Loading...