-
Notifications
You must be signed in to change notification settings - Fork 11
Recomendations_en
-
Recommendations to Improve Printer Stability
- Install the Latest Stock Firmware and ZMOD Updates
- Replace Spiral/Auto Z-Hop
- Disable "Arc Move" Approximation
- Disable the Built-in Camera on the Printer Screen
- Disable Chinese Cloud Services
- Avoid Using Russian Characters in Filenames
- Enable [MD5] Checksum Control
- Send Files via "Octo/Klipper" for Printing
- Enable Fix for E0017 Error
- Enable Fix for E0011 Error
- Verify Stock OS File Integrity
- Enable Nozzle Collision Detection
These recommendations apply to both stock firmware and ZMOD.
Only the latest version of ZMOD is actively supported.
The developer lacks resources to maintain older versions, so install the latest stock firmware and ZMOD updates.
The printer does not support this feature.
In Orca:
Printer Profile
-> Extruder 1
-> Z Hop Type
-> Set to Normal
or Slanted
.
While the printer supports arc moves, they reduce print quality and may cause errors.
In Orca:
Process Profile
-> Quality
-> Precision
-> Uncheck Arc Move Approximation
.
The built-in camera consumes excessive memory and offers poor image quality. Use an alternative camera instead.
On the printer screen:
Settings
-> Camera Tab
-> Disable Camera
and Video
toggles.
Then, run the ZCAMERA_ON macro.
Only FF5M/FF5MPro
These services are unstable and may disconnect intermittently. Reconnection attempts can overload the printer with queued requests, causing errors.
Disabling them also enables faster dialog closure after printing and native bed leveling via the screen.
On the printer screen:
-
Settings
->WiFi Tab
->Network Mode
-> EnableLocal Network Only
. -
Settings
->Cloud Tab
-> DisableFlashCloud
andPolar3d
.
Instead, use the Telegram Bot.
More about Chinese cloud services.
If you use object exclusion and filenames contain non-English characters, the printer may fail to resume prints correctly. Rename files using English characters.
Filenames should not start with numbers, as this breaks print recovery.
- Add CHECK_MD5 to your workflow.
- Modify post-processing scripts to include addMD5.bat (Windows) or addMD5.sh (Linux).
In Orca:
Process Profile
-> Advanced
-> Post-Processing Scripts
-> Add:
C:\path\to\addMD5.bat;
hamster
The native FF protocol occasionally transfers corrupted files and lacks metadata support for the Telegram bot.
In Orca:
- Click the WiFi icon next to the printer.
- Set:
-
Protocol:
Octo/Klipper
-
Hostname:
Printer_IP:7125
-
Host URL:
Printer_IP
-
Protocol:
Enabled by default.
Resolves E0011
and Communication timeout during homing
errors.
Experimental feature — disabled by default.
Improper printer shutdowns can corrupt the filesystem, leading to minor or major bugs.
The CHECK_SYSTEM macro checks file MD5 hashes and repairs symbolic links if needed.
Disabled by default. Enable using the NOZZLE_CONTROL macro:
NOZZLE_CONTROL WEIGHT=0
This halts Klipper if the nozzle scratches the bed or a part detaches. Highly recommended for users employing nozzle pre-cleaning routines.
- Главная страница | Home Page
- История версий | Version History
- Часто задаваемые вопросы | Frequently Asked Questions
- Рекомендации по повышению стабильности работы принтера | Recommendations for Improving Printer Stability
- Список Макросов | List of Macros
- Установка/Обновление/Удаление мода/Восстановление загрузки | Installation/Update/Removal/Boot Recovery