Anycubic Kobra 2 Neo 3D yazıcınız için Klipper macro.cfg dosyasını bu sayfadan indirebilirsiniz. Klipper, yazıcınızın performansını artırmak ve daha hassas baskılar elde etmek için kullanılan popüler bir firmware’dir. Macro.cfg dosyası, yazıcınızın çeşitli işlevlerini otomatikleştirmek ve kullanımını kolaylaştırmak için gerekli ayarları içerir. İndirme işlemi için aşağıdaki bağlantıya tıklayın ve dosyayı bilgisayarınıza kaydedin. Daha sonra, yazıcınızın kontrol panelinden veya ilgili yazılım aracılığıyla bu dosyayı yükleyerek gerekli ayarları uygulayabilirsiniz. Herhangi bir sorunla karşılaşırsanız, lütfen kullanım kılavuzuna başvurun veya teknik destek ile iletişime geçin.
İndir “Anycubic Kobra 2 Neo Macro.cfg” anycubic-kobra-2-neo-macro-cfg.zip – 63 defa indirildi – 1,21 KB# Anycubic Kobra 2 Neo için kalibrasyon makroları [gcode_macro PRINT_START] gcode: G28 ; Home all axes BED_MESH_PROFILE LOAD="default" ; Load default bed mesh NOZZLE_WIPE ; Clean the nozzle G1 Z10 F3000 ; Raise the Z-axis G92 E0 ; Reset the extruder position TUNE_ACCELERATION ; Apply acceleration settings TUNE_PRESSURE_ADVANCE ; Apply pressure advance settings [gcode_macro PRINT_END] gcode: G91 ; Relative positioning G1 E-2 F2700 ; Retract a bit G1 Z10 F2400 ; Raise Z a bit G1 X5 Y5 F3000 ; Move to a corner G28 X0 ; Home X axis M106 S0 ; Turn off the fan M104 S0 ; Turn off hotend M140 S0 ; Turn off bed M84 ; Disable motors # PID Kalibrasyon Makrosu - Hotend [gcode_macro PID_CALIBRATE_EXTRUDER] gcode: M104 S200 ; Set hotend temperature to 200°C M109 S200 ; Wait for hotend to reach 200°C PID_CALIBRATE HEATER=extruder TARGET=200 ; Perform PID calibration at 200°C SAVE_CONFIG ; Save the calibration result # PID Kalibrasyon Makrosu - Yatak [gcode_macro PID_CALIBRATE_HEATER_BED] gcode: M140 S60 ; Set bed temperature to 60°C M190 S60 ; Wait for bed to reach 60°C PID_CALIBRATE HEATER=heater_bed TARGET=60 ; Perform PID calibration at 60°C SAVE_CONFIG ; Save the calibration result # E-Steps (Extruder Kalibrasyonu) [gcode_macro E_STEPS_CALIBRATE] gcode: M83 ; Set extruder to relative mode G1 E100 F100 ; Extrude 100mm of filament at 100mm/min G92 E0 ; Reset extruder after extrusion SAVE_CONFIG ; Save the calibration result # Flow (Akış) Kalibrasyonu [gcode_macro FLOW_CALIBRATE] gcode: M83 ; Set extruder to relative mode G92 E0 ; Reset extruder G1 E100 F100 ; Extrude 100mm of filament at 100mm/min G92 E0 ; Reset extruder after extrusion SAVE_CONFIG ; Save the calibration result # Z Offset Kalibrasyonu [gcode_macro Z_OFFSET_CALIBRATE] gcode: G28 ; Home all axes G1 Z5 F3000 ; Move Z up 5mm G92 Z0 ; Set current position as Z0 G1 Z-0.2 F600 ; Move Z down by 0.2mm for fine-tuning SAVE_CONFIG ; Save the calibration result # Yatak Mesh Kalibrasyonu (Bed Leveling) [gcode_macro BED_CALIBRATE] gcode: G28 ; Home all axes BED_MESH_CALIBRATE ; Perform bed mesh calibration SAVE_CONFIG ; Save the bed mesh results # Pressure Advance Kalibrasyonu [gcode_macro TUNE_PRESSURE_ADVANCE] gcode: SET_PRESSURE_ADVANCE ADVANCE=0.05 ; Adjust this value based on testing # Acceleration ve Jerk Ayarları [gcode_macro TUNE_ACCELERATION] gcode: M204 P500 T1000 ; Set printing acceleration to 500 mm/s² and travel acceleration to 1000 mm/s² M205 X10 Y10 ; Set jerk limits for X and Y axes # Nozzle Temizleme (Nozzle Wipe) [gcode_macro NOZZLE_WIPE] gcode: G1 Z10 F3000 ; Raise Z-axis G92 E0 ; Reset extruder G1 X5 Y5 F2000 ; Move to corner G1 E15 F300 ; Prime the nozzle G1 X100 Y5 F3000 ; Wipe along the front edge G92 E0 ; Reset extruder after wiping G1 Z5 ; Lower Z-axis back down
Anycubic Kobra 2 Neo için güzel bir klipper makro dosyası. Bu dosya, yazıcı performansınızı optimize etmenize yardımcı olabilir. Kesinlikle denemeye değer!