Errors since update to V0.11.0-122-ge6ef48cd
All my Ratos installs are showing a number of errors since update to V0.11.0-122-ge6ef48cd.
any idea whats causing this? Printers were working fine yesterday until I updated them
5 Replies
stormy-gold•2y ago
would apprear that Rat Os is no longer reading this section of the printre.cfg
## <---------------------- SAVE_CONFIG ---------------------->
## DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
##
## [extruder]
## control = pid
## pid_kp = 22.686
## pid_ki = 1.454
## pid_kd = 88.477
##
## [heater_bed]
## control = pid
## pid_kp = 62.628
## pid_ki = 2.643
## pid_kd = 371.073
##
## [probe]
## z_offset = 0.275
##
## [input_shaper]
## shaper_type_y = mzv
## shaper_freq_y = 50.6
## shaper_type_x = mzv
## shaper_freq_x = 85.8
##
## [bed_mesh ratos]
## version = 1
## points =
## 0.011719, -0.022031, -0.051406
## 0.056094, 0.048906, -0.032500
## 0.048906, 0.054062, -0.018281
## tension = 0.2
## min_x = 54.63000000000001
## algo = lagrange
## y_count = 3
## mesh_y_pps = 2
## min_y = 82.13
## x_count = 3
## max_y = 97.85
## mesh_x_pps = 2
## max_x = 125.35000000000001
##
## [skew_correction my_skew_profile]
## xy_skew = 0.0051647238234
## xz_skew = 0.0
## yz_skew = 0.0
##
## [bed_mesh None]
## version = 1
## points =
## 0.019219, 0.018594, 0.035781, 0.010312, -0.011250
## 0.022812, 0.021250, 0.029062, 0.015000, -0.024063
## 0.023594, 0.017656, 0.021875, 0.009687, -0.048281
## 0.007344, 0.002344, 0.013750, 0.002812, -0.055938
## 0.017031, -0.003125, 0.005000, -0.009844, -0.074844
## x_count = 5
## y_count = 5
## mesh_x_pps = 2
## mesh_y_pps = 2
## algo = bicubic
## tension = 0.2
## min_x = 37.08
## max_x = 142.88
## min_y = 37.08
## max_y = 142.88
You would need to post the specific errors
stormy-gold•2y ago
Klipper reports: ERROR
Option 'control' in section 'heater_bed' must be specified
Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted
1st one.
if I go into the printer.cfg, and redefine the above in the main section, the error then goes to the same but for the extruder, do that then it goes to the Probe, offset. Looks like the update has messed up the way some of the printer.cfg file is being read.
stormy-gold•2y ago
stormy-gold•2y ago
Klipper reports: ERROR
Option 'control' in section 'extruder' must be specified
Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted
Found the issue, looks like the latest update is not reading anything in this section of the printer.cfg
## <---------------------- SAVE_CONFIG ---------------------->
## DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
And it was my own fault. I pasted a few additional lines below that section instead of above