Bu sayfadan, Anycubic Kobra 2 Neo 3D yazıcınızı Klipper firmware ile uyumlu hale getirecek printer.cfg dosyasını güvenle indirebilirsiniz. Yazıcınızın performansını optimize etmek ve daha hızlı baskı deneyimi yaşamak için en güncel Klipper ayarlarını kullanın. İndirme işlemi hakkında detaylı bilgiye ulaşın ve yazıcınızı sorunsuz bir şekilde yapılandırın.
İndir “Anycubic Kobra 2 Neo printer.cfg” anycubic-kobra-2-neo-printer-cfg.zip – 56 defa indirildi – 2,96 KB#Configuration file for the Anycubic Kobra 2 neo. (Trigorilla 4.0.1 Board) #please read every comment before changing and using this config to ensure you dont break anything. #DISCLAIMER #This Printer config was written and optimized by and with the help of the Klipper forum group. #THIS IS EXPERIMENTAL and nobody will give you any warranty in case your printer blows up. #version 1.3.2 #fixed bed probing and set homing speed to a more sustainable value. Also added input shaper values generated by adxl measurement. #please excuse any spelling or grammatical errors in my comments as english is not my native. #comments by xenyonmedia and mysterious cable (reddit only) #Included files [include mainsail.cfg] [include makro.cfg] #comment this if you dont have this macro file. #[include adxl.cfg] #uncomment this if you want to connect an adxl sensor and have this config file #mcu config (i would advise against changing this) [mcu] serial:/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 #set this to your serial connection after running ls /dev/serial/by-id/* baud: 115200 restart_method: command #printer config [printer] kinematics: cartesian max_velocity: 250 max_accel: 10000 #yes it does 10k atlease at 250mm/s max_z_velocity: 8 #dont change this max_z_accel: 800 #this is my input shaper result, change or disable this only if you know what it does and at best have an adxl sensor [input_shaper] shaper_freq_x: 54.8 shaper_type_x: ei shaper_freq_y: 34.0 shaper_type_y: mzv #virtual SD [virtual_sdcard] path: /home/pi/printer_data/gcodes on_error_gcode: CANCEL_PRINT #x stepper [stepper_x] step_pin: PA12 dir_pin: PA11 enable_pin: !PA15 microsteps: 16 rotation_distance: 40 endstop_pin: ^!PB11 position_endstop: -10 position_min: -14 position_max: 220 homing_speed: 100 #this sets the homing speed. #y stepper [stepper_y] step_pin: PA9 dir_pin: !PA8 enable_pin: !PA15 microsteps: 16 rotation_distance: 40 endstop_pin: ^!PC13 position_endstop: -2 position_min: -3 position_max: 220 homing_speed: 100 #this sets the homing speed. #z stepper [stepper_z] step_pin: PB0 dir_pin: !PB1 enable_pin: !PA15 microsteps: 16 rotation_distance: 8 endstop_pin: probe:z_virtual_endstop position_min: -2 position_max: 250 homing_speed: 30 second_homing_speed: 2 [extruder] max_extrude_cross_section: 10.0 # Daha geniş ekstrüzyonlara izin vermek için artırıldı step_pin: PB15 dir_pin: PB14 enable_pin: !PA15 microsteps: 16 max_extrude_only_distance: 200 max_extrude_only_velocity: 80 max_extrude_only_accel: 5000 rotation_distance: 7.084 # E-steps değerini doğru tutar, nozzle ve filament çapına göre optimize edilmiştir nozzle_diameter: 0.400 # Nozzle çapı doğru ayarlandı filament_diameter: 1.750 # Filament çapı PLA+ için doğru ayarlandı pressure_advance: 0.06 # Köşe ve hızlanma/yavaşlamalar sırasında doğru ekstrüzyon sağlar, istersen test edip ince ayar yapabilirsin heater_pin: PB8 sensor_type: ATC Semitec 104GT-2 sensor_pin: PC3 min_extrude_temp: 190 # PLA için minimum ekstrüzyon sıcaklığı, doğru min_temp: 0 max_temp: 250 # Hotend için maksimum sıcaklık, PLA+ filament için uygun # PID kontrol parametreleri control: pid pid_kp: 14.42 # PID ayarı hotend'in sıcaklığını sabit tutmak için optimize edildi pid_ki: 0.88 pid_kd: 59.12 # Yüksek sıcaklık ve uzun baskılar sırasında tutarlılığı artırmak için bu PID ayarlarını kullanabilirsin #hotbed [heater_bed] heater_pin: PB9 sensor_type: EPCOS 100K B57560G104F sensor_pin: PC1 min_temp: 0 max_temp: 120 #control: pid #pid_kp: 97.1 #tune this with this guide (https://www.obico.io/blog/klipper-pid-tuning/) #pid_ki: 1.41 #pid_kd: 1675.16 #inductive probe settings [probe] pin: PA1 x_offset : 24.0 y_offset : 13.35 #z_offset: 0 samples: 3 samples_result: average samples_tolerance_retries: 1 sample_retract_dist: 2 speed: 15 lift_speed: 8 samples_tolerance : 0.1 samples_tolerance_retries : 3 #auto bed level settings [bed_mesh] speed: 120 # Problama hızı azaltılarak daha hassas ölçümler yapılabilir horizontal_move_z: 5 # Yeterli bir Z yüksekliği ayarla, 5 mm güvenli olur mesh_min: 20, 20 # Kenarlardan biraz daha içeride kalibrasyona başla mesh_max: 200, 200 # Maksimum tarama noktalarını yazıcının sınırlarına göre ayarla probe_count: 9, 9 # Daha fazla prob noktası için 9x9 yaparak daha ayrıntılı tarama mesh_pps: 5, 5 # Daha sık mesh noktalarıyla daha hassas tarama (points per segment) algorithm: bicubic # Yüksek doğruluklu algoritma kullan bicubic_tension: 0.15 # Tansiyonu hafifçe azaltarak daha yumuşak sonuçlar al #zhome probing. Probably dont change this [safe_z_home] home_xy_position: 0, 0 speed: 100 z_hop: 5 z_hop_speed: 15 [controller_fan controller_fan] pin: PB12 [heater_fan extruder_fan] pin: PB13 [fan] pin: PB5 cycle_time: 0.00005 #20kHz #This pin enables the bed, hotend, extruder fan, part fan. [output_pin enable_pin] pin: PB6 value: 1 #*# <---------------------- SAVE_CONFIG ----------------------> #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. #*# #*# [probe] #*# z_offset = 1.595 #*# #*# [bed_mesh default] #*# version = 1 #*# points = #*# -0.099167, -0.043333, 0.036667, 0.129167, 0.227500, 0.351667, 0.506667, 0.725000, 1.061667 #*# -0.228333, -0.187500, -0.113333, 0.004167, 0.099167, 0.212500, 0.339167, 0.503333, 0.756667 #*# -0.330833, -0.270000, -0.215000, -0.122500, -0.008333, 0.105000, 0.235833, 0.415833, 0.635833 #*# -0.409167, -0.335833, -0.273333, -0.182500, -0.084167, 0.043333, 0.205000, 0.408333, 0.617500 #*# -0.531667, -0.438333, -0.387500, -0.334167, -0.224167, -0.098333, 0.082500, 0.299167, 0.465000 #*# -0.628333, -0.584167, -0.521667, -0.418333, -0.320000, -0.190000, 0.002500, 0.225833, 0.385833 #*# -0.795000, -0.738333, -0.644167, -0.552500, -0.415833, -0.290833, -0.113333, 0.088333, 0.290833 #*# -0.870833, -0.847500, -0.761667, -0.640000, -0.547500, -0.427500, -0.290000, -0.108333, 0.110833 #*# -0.923333, -0.885833, -0.811667, -0.747500, -0.625000, -0.514167, -0.372500, -0.184167, -0.005000 #*# x_count = 9 #*# y_count = 9 #*# mesh_x_pps = 5 #*# mesh_y_pps = 5 #*# algo = bicubic #*# tension = 0.15 #*# min_x = 20.0 #*# max_x = 200.0 #*# min_y = 20.0 #*# max_y = 200.0 #*# #*# [extruder] #*# #*# [heater_bed] #*# control = pid #*# pid_kp = 59.378 #*# pid_ki = 0.785 #*# pid_kd = 1122.251
Kliper Sürümü güncellemden Sonra Hata verirse Aşğıdaki Kısmı Düzenleyin
[output_pin enable_pin]
pin: PB6
static_value: 1
veya
[output_pin enable_pin]
pin: PB6
value:1
Bu dosya sayesinde Anycubic Kobra 2 Neo yazıcınızı Klipper firmware ile güncelleyebilirsiniz. İndirip hemen denemek istiyorum!