v2.4: update minor things

This commit is contained in:
Konstantin Koslowski 2021-11-14 20:17:25 +01:00
parent 7d95755684
commit b2860d4e5c
2 changed files with 14 additions and 16 deletions

View file

@ -410,22 +410,20 @@ max_adjust: 10
#*# [bed_mesh default] #*# [bed_mesh default]
#*# version = 1 #*# version = 1
#*# points = #*# points =
#*# -0.092500, -0.097500, -0.052500, -0.045000, -0.030000, -0.017500, -0.022500, -0.052500, -0.090000 #*# 0.075000, 0.060000, 0.040000, 0.045000, 0.040000, 0.072500, 0.072500
#*# -0.117500, -0.102500, -0.047500, -0.055000, -0.020000, 0.015000, -0.017500, -0.047500, -0.072500 #*# 0.032500, 0.005000, 0.022500, 0.025000, 0.005000, 0.062500, 0.060000
#*# -0.102500, -0.092500, -0.065000, 0.005000, -0.015000, -0.005000, -0.027500, -0.045000, -0.075000 #*# -0.005000, -0.000000, -0.007500, -0.017500, -0.002500, 0.035000, 0.042500
#*# -0.142500, -0.122500, -0.062500, -0.022500, -0.042500, -0.017500, -0.017500, -0.080000, -0.125000 #*# -0.007500, 0.000000, 0.002500, 0.000000, 0.007500, 0.010000, 0.015000
#*# -0.150000, -0.100000, -0.072500, -0.007500, 0.000000, -0.002500, -0.020000, -0.007500, -0.095000 #*# -0.010000, 0.022500, 0.012500, -0.007500, 0.005000, 0.027500, 0.002500
#*# -0.110000, -0.082500, -0.035000, -0.025000, -0.007500, -0.007500, -0.027500, -0.035000, -0.120000 #*# 0.012500, 0.007500, 0.017500, -0.002500, 0.047500, 0.025000, 0.000000
#*# -0.125000, -0.087500, -0.065000, -0.005000, 0.005000, 0.017500, -0.037500, -0.045000, -0.110000 #*# 0.060000, 0.072500, 0.035000, 0.075000, 0.057500, 0.057500, 0.065000
#*# -0.100000, -0.077500, -0.035000, -0.002500, 0.025000, 0.025000, 0.020000, -0.017500, -0.087500
#*# -0.077500, -0.065000, 0.010000, 0.025000, 0.045000, 0.047500, 0.005000, -0.005000, -0.085000
#*# tension = 0.2 #*# tension = 0.2
#*# min_x = 40.0 #*# min_x = 40.0
#*# algo = bicubic #*# algo = bicubic
#*# y_count = 9 #*# y_count = 7
#*# mesh_y_pps = 2 #*# mesh_y_pps = 2
#*# min_y = 70.0 #*# min_y = 70.0
#*# x_count = 9 #*# x_count = 7
#*# max_y = 290.0 #*# max_y = 289.96
#*# mesh_x_pps = 2 #*# mesh_x_pps = 2
#*# max_x = 260.0 #*# max_x = 259.96

View file

@ -52,9 +52,9 @@ camera_usb_options="-r 800x600 -f 10"
# #
# Defaults to 10fps # Defaults to 10fps
# #
# camera_raspi_options="-fps 10" # camera_raspi_options="-x 800 -y 600 -fps 10 -roi 0.0,0.0,0.998,1 -rot 180"
# camera_raspi_options="-rot 180 -x 800 -y 600 -fps 10 -roi 0.0,0.0,0.998,1" # camera_raspi_options="-x 800 -y 600 -fps 10 -roi 0.0,0.0,0.998,1"
camera_raspi_options="-x 800 -y 600 -fps 10 -roi 0.0,0.0,0.998,1" camera_raspi_options="-x 800 -y 600 -roi 0.0,0.0,0.998,1"
### Configuration of camera HTTP output ### Configuration of camera HTTP output
# #