FAQ(Oct/17)
※Solution to the Issue of Unable to Save the Cartographer Model
2024/9/21
In the previous configuration, due to formatting issues, the newly saved calibration data could not be properly applied. Even after calibrating the cartographer model, the Z-axis could not home correctly. Additionally, the extruder motor direction has been reversed.
For users who are using the old configuration, please manually adjust the extruder motor direction by removing the exclamation mark from the dir_pin
line in the [extruder]
section. Here’s what to change:
Before:
After:
To fix the formatting issue, ensure that the section appears as follows, inserting a line before the [bed_mesh default]
section:
Before:
After:
Make sure to save the changes and restart the machine to apply the updates.
※Upgrade Cartographer Software
How to Update Cartographer Software in SIBOOR Kit and Switch Source to GitHub
Here’s the tutorial in English for updating the Cartographer software in the SIBOOR Kit. If you encounter issues like upgrade failures, you can try switching the source to GitHub:
Remove the local repository:
This step will delete the local Cartographer repository, allowing you to pull the latest version.
Clone the latest repository:
Set the installation script permissions and execute the installation:
Check the Moonraker configuration file:
Open the
moonraker.conf
file, find the[update_manager cartographer]
section, and check the source for automatic updates. If it is not from GitHub, update it as follows:Old configuration:
New configuration:
Save and close the file, then restart the relevant services to apply the changes.
This ensures that the Cartographer software source is pointing to GitHub, potentially resolving upgrade issues.
Last updated