Skip to content

Commit 41bafb8

Browse files
authored
Update fw_kobraOS.md
1 parent 86839cc commit 41bafb8

File tree

1 file changed

+64
-61
lines changed

1 file changed

+64
-61
lines changed

docs/firmware/fw_kobraOS.md

+64-61
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ I'll leave the settings uncommented as this point, because we can't do anything
7878
endstop_pin : !PE8
7979
microsteps : 16
8080
full_steps_per_rotation : 200
81-
step_distance : 0.01
81+
step_distance : 0.0125
8282
position_endstop : -5.000000
83-
position_max : 330.000000
83+
position_max : 430.000000
8484
position_min : -5
8585
homing_speed : 30.000000
8686
second_homing_speed : 15.000000
@@ -89,14 +89,14 @@ I'll leave the settings uncommented as this point, because we can't do anything
8989

9090
[stepper_y]
9191
step_pin : PG11
92-
dir_pin : !PE11
92+
dir_pin : PE11
9393
enable_pin : !PG8
9494
endstop_pin : !PE13
9595
microsteps : 16
9696
full_steps_per_rotation : 200
97-
step_distance : 0.01
98-
position_endstop : -5.000000
99-
position_max : 330.000000
97+
step_distance : 0.0125
98+
position_endstop : -8.000000
99+
position_max : 430.000000
100100
position_min : -5
101101
homing_speed : 30.000000
102102
second_homing_speed : 15.000000
@@ -112,7 +112,7 @@ I'll leave the settings uncommented as this point, because we can't do anything
112112
full_steps_per_rotation : 200
113113
step_distance : 0.0025
114114
position_endstop : 0.0
115-
position_max : 401.000000
115+
position_max : 501.000000
116116
position_min : -5
117117
homing_speed : 8.000000
118118
homing_retract_dist : 8
@@ -132,9 +132,9 @@ I'll leave the settings uncommented as this point, because we can't do anything
132132
filament_diameter : 1.750000
133133
sensor_type : EPCOS 100K B57560G104F
134134
control : pid
135-
pid_Kp : 12.723368
136-
pid_Ki : 0.489360
137-
pid_Kd : 82.701890
135+
pid_Kp : 15.551640
136+
pid_Ki : 0.682089
137+
pid_Kd : 88.644347
138138
min_temp : -200
139139
max_temp : 275
140140
pressure_advance : 0.020000
@@ -162,7 +162,7 @@ I'll leave the settings uncommented as this point, because we can't do anything
162162
tx_pin : PE4
163163
uart_pin : PE5
164164
interpolate : 1
165-
run_current : 1.8
165+
run_current : 1.9
166166
hold_current : 1.0
167167
uart_address : 3
168168
sense_resistor : 0.075
@@ -199,9 +199,9 @@ I'll leave the settings uncommented as this point, because we can't do anything
199199
sensor_pin : PB14
200200
sensor_type : ATC Semitec 104GT-2
201201
control : pid
202-
pid_Kp : 70.769227
203-
pid_Ki : 1.134122
204-
pid_Kd : 1103.999942
202+
pid_Kp : 68.748474
203+
pid_Ki : 0.868036
204+
pid_Kd : 1361.219778
205205
min_temp : -200
206206
max_temp : 105
207207

@@ -239,15 +239,14 @@ I'll leave the settings uncommented as this point, because we can't do anything
239239

240240
[mcu]
241241
mem_interface : mem_interface_DSP
242-
243242
[input_shaper]
244243
shaper_type_x : mzv
245-
shaper_freq_x : 60.200000
244+
shaper_freq_x : 54.600000
246245
shaper_type_y : 2hump_ei
247-
shaper_freq_y : 49.200000
246+
shaper_freq_y : 49.400000
248247

249248
[resonance_tester]
250-
probe_points : 165,165,50
249+
probe_points : 215,215,50
251250
accel_chip_x : adxl345 X
252251
accel_chip_y : adxl345 Y
253252
min_freq : 1.000000
@@ -273,18 +272,18 @@ I'll leave the settings uncommented as this point, because we can't do anything
273272
[bed_mesh]
274273
speed : 60.0
275274
horizontal_move_z : 5.0
276-
mesh_min : 19,19
277-
mesh_max : 305,310
275+
mesh_min : 19, 19
276+
mesh_max : 405,410
278277
probe_count : 7,7
279278
mesh_pps : 3,3
280279
algorithm : lagrange
281280

282281
[auto_leveling]
283282
bed_mesh_temp : 60.0
284283
extruder_temp : 210.0
285-
extruder_wipe_z : -2.3
284+
extruder_wipe_z : -2.0
286285
move_speed : 30.0
287-
extrude_x : 66
286+
extrude_x : 394
288287
extrude_y : 0
289288
extrude_z : 15
290289
extrude_length : 80.0
@@ -295,9 +294,9 @@ I'll leave the settings uncommented as this point, because we can't do anything
295294
lifting_after_completion : 15.0
296295

297296
[safe_z_home]
298-
home_x_position : 40.00000
299-
home_y_position : 280.00000
300-
speed : 150.0
297+
home_x_position : 371.000000
298+
home_y_position : 361.000000
299+
speed : 230.0
301300
z_lift : 10
302301
z_hop : 15.0
303302
z_hop_speed : 8.0
@@ -307,7 +306,7 @@ I'll leave the settings uncommented as this point, because we can't do anything
307306
deactivate_on_each_sample : True
308307
x_offset : 0.0
309308
y_offset : 0.0
310-
z_offset : 0.000
309+
z_offset : 0.0000
311310
speed : 4.0
312311
final_speed : 4.0
313312
lift_speed : 8.0
@@ -335,7 +334,7 @@ I'll leave the settings uncommented as this point, because we can't do anything
335334

336335
[system]
337336
language : 0
338-
boot : 0
337+
boot :0
339338
wifi : 1
340339
area : 1
341340
run_mode : 1
@@ -347,13 +346,13 @@ I'll leave the settings uncommented as this point, because we can't do anything
347346
screen_off_time : 20
348347
material_breakage_retries : 2
349348
material_breakage_interval : 3
350-
device_model : Anycubic kobra 2 Plus
351-
print_size : 320*320*400mm
349+
device_model : Anycubic kobra 2 Max
350+
print_size : 420*420*500mm
352351

353352
[pid_calibrate]
354353
test_points : 100,100,5
355354
extruder_target_temp : 230
356-
heater_bed_target_temp : 60
355+
heater_bed_target_temp : 60
357356
```
358357

359358
??? info "Printer.cfg Of The Kobra 2 Pro"
@@ -656,8 +655,8 @@ I'll leave the settings uncommented as this point, because we can't do anything
656655

657656

658657

659-
??? info "Printer.cfg Of The Kobra 2 Max"
660-
658+
??? info "Printer.cfg Of The Kobra 2 Plus"
659+
661660
```
662661
[]
663662
[printer]
@@ -676,9 +675,9 @@ I'll leave the settings uncommented as this point, because we can't do anything
676675
endstop_pin : !PE8
677676
microsteps : 16
678677
full_steps_per_rotation : 200
679-
step_distance : 0.0125
678+
step_distance : 0.01
680679
position_endstop : -5.000000
681-
position_max : 430.000000
680+
position_max : 330.000000
682681
position_min : -5
683682
homing_speed : 30.000000
684683
second_homing_speed : 15.000000
@@ -687,14 +686,14 @@ I'll leave the settings uncommented as this point, because we can't do anything
687686

688687
[stepper_y]
689688
step_pin : PG11
690-
dir_pin : PE11
689+
dir_pin : !PE11
691690
enable_pin : !PG8
692691
endstop_pin : !PE13
693692
microsteps : 16
694693
full_steps_per_rotation : 200
695-
step_distance : 0.0125
696-
position_endstop : -8.000000
697-
position_max : 430.000000
694+
step_distance : 0.01
695+
position_endstop : -5.000000
696+
position_max : 330.000000
698697
position_min : -5
699698
homing_speed : 30.000000
700699
second_homing_speed : 15.000000
@@ -710,7 +709,7 @@ I'll leave the settings uncommented as this point, because we can't do anything
710709
full_steps_per_rotation : 200
711710
step_distance : 0.0025
712711
position_endstop : 0.0
713-
position_max : 501.000000
712+
position_max : 401.000000
714713
position_min : -5
715714
homing_speed : 8.000000
716715
homing_retract_dist : 8
@@ -730,9 +729,9 @@ I'll leave the settings uncommented as this point, because we can't do anything
730729
filament_diameter : 1.750000
731730
sensor_type : EPCOS 100K B57560G104F
732731
control : pid
733-
pid_Kp : 15.551640
734-
pid_Ki : 0.682089
735-
pid_Kd : 88.644347
732+
pid_Kp : 12.723368
733+
pid_Ki : 0.489360
734+
pid_Kd : 82.701890
736735
min_temp : -200
737736
max_temp : 275
738737
pressure_advance : 0.020000
@@ -760,7 +759,7 @@ I'll leave the settings uncommented as this point, because we can't do anything
760759
tx_pin : PE4
761760
uart_pin : PE5
762761
interpolate : 1
763-
run_current : 1.9
762+
run_current : 1.8
764763
hold_current : 1.0
765764
uart_address : 3
766765
sense_resistor : 0.075
@@ -797,9 +796,9 @@ I'll leave the settings uncommented as this point, because we can't do anything
797796
sensor_pin : PB14
798797
sensor_type : ATC Semitec 104GT-2
799798
control : pid
800-
pid_Kp : 68.748474
801-
pid_Ki : 0.868036
802-
pid_Kd : 1361.219778
799+
pid_Kp : 70.769227
800+
pid_Ki : 1.134122
801+
pid_Kd : 1103.999942
803802
min_temp : -200
804803
max_temp : 105
805804

@@ -837,14 +836,15 @@ I'll leave the settings uncommented as this point, because we can't do anything
837836

838837
[mcu]
839838
mem_interface : mem_interface_DSP
839+
840840
[input_shaper]
841841
shaper_type_x : mzv
842-
shaper_freq_x : 54.600000
842+
shaper_freq_x : 60.200000
843843
shaper_type_y : 2hump_ei
844-
shaper_freq_y : 49.400000
844+
shaper_freq_y : 49.200000
845845

846846
[resonance_tester]
847-
probe_points : 215,215,50
847+
probe_points : 165,165,50
848848
accel_chip_x : adxl345 X
849849
accel_chip_y : adxl345 Y
850850
min_freq : 1.000000
@@ -870,18 +870,18 @@ I'll leave the settings uncommented as this point, because we can't do anything
870870
[bed_mesh]
871871
speed : 60.0
872872
horizontal_move_z : 5.0
873-
mesh_min : 19, 19
874-
mesh_max : 405,410
873+
mesh_min : 19,19
874+
mesh_max : 305,310
875875
probe_count : 7,7
876876
mesh_pps : 3,3
877877
algorithm : lagrange
878878

879879
[auto_leveling]
880880
bed_mesh_temp : 60.0
881881
extruder_temp : 210.0
882-
extruder_wipe_z : -2.0
882+
extruder_wipe_z : -2.3
883883
move_speed : 30.0
884-
extrude_x : 394
884+
extrude_x : 66
885885
extrude_y : 0
886886
extrude_z : 15
887887
extrude_length : 80.0
@@ -892,9 +892,9 @@ I'll leave the settings uncommented as this point, because we can't do anything
892892
lifting_after_completion : 15.0
893893

894894
[safe_z_home]
895-
home_x_position : 371.000000
896-
home_y_position : 361.000000
897-
speed : 230.0
895+
home_x_position : 40.00000
896+
home_y_position : 280.00000
897+
speed : 150.0
898898
z_lift : 10
899899
z_hop : 15.0
900900
z_hop_speed : 8.0
@@ -904,7 +904,7 @@ I'll leave the settings uncommented as this point, because we can't do anything
904904
deactivate_on_each_sample : True
905905
x_offset : 0.0
906906
y_offset : 0.0
907-
z_offset : 0.0000
907+
z_offset : 0.000
908908
speed : 4.0
909909
final_speed : 4.0
910910
lift_speed : 8.0
@@ -932,7 +932,7 @@ I'll leave the settings uncommented as this point, because we can't do anything
932932

933933
[system]
934934
language : 0
935-
boot :0
935+
boot : 0
936936
wifi : 1
937937
area : 1
938938
run_mode : 1
@@ -944,14 +944,17 @@ I'll leave the settings uncommented as this point, because we can't do anything
944944
screen_off_time : 20
945945
material_breakage_retries : 2
946946
material_breakage_interval : 3
947-
device_model : Anycubic kobra 2 Max
948-
print_size : 420*420*500mm
947+
device_model : Anycubic kobra 2 Plus
948+
print_size : 320*320*400mm
949949

950950
[pid_calibrate]
951951
test_points : 100,100,5
952952
extruder_target_temp : 230
953-
heater_bed_target_temp : 60
953+
heater_bed_target_temp : 60
954954
```
955+
956+
957+
955958

956959

957960
---

0 commit comments

Comments
 (0)