Eva3 + beacon problem

hi, my configuration Ratrig-300 EVA3 Phaetus Rapido HF Orbiter 2.0 Octopus 1.1 Toolboard EBB42-12 I have upgrade my Ratrig 300 with a Beacon sensor. BEACON_CALIBRATE is done. my problem: 1. BED MESH stop working 2. unable to BED_MESH_CALIBRATE if variable_calibrate_bed_mesh=False, I'm able to print but without BEDMESH variable_adaptive_mesh=False error report: Move out of range: 20.000 -7.000 2.000 [0.000] seem Y is out of range (ini variable missing ?) printer.cfg https://pastebin.com/raw/Hw14cMu1 klippy.log https://pastebin.com/raw/SC7MTAs9 any idea how to fix this ?
7 Replies
cgrr
cgrr8mo ago
I didn't see the bed mesh parameters in your cfg. You need to set the minimum and maximum as per https://www.klipper3d.org/Bed_Mesh.html
huskyte
huskyte8mo ago
[beacon] serial: /dev/serial/by-id/usb-Beacon_Beacon_RevD_B5BAC37A4E4B333448202020FF0A0E36-if00 x_offset: 0 y_offset: 27 mesh_main_direction: x mesh_runs: 2 speed: 15. lift_speed: 80. [stepper_z] homing_retract_dist: 0 endstop_pin: probe:z_virtual_endstop [safe_z_home] home_xy_position: 100, 100 # update for your machine z_hop: 3 out of my printer.cfg without using silly includes for a 200 [z_tilt] z_positions: 0,0 100,200 200,0 points: 10,10 100,160 190,10 horizontal_move_z: 12 retries: 10 retry_tolerance: 0.01 speed: 500 And make sure the middle point in the back is 40 away from the bed border lol, just saw on my github that the includes are acitvated. Must have missed it. The moment I have that thing online I will check what is in there and if it is really needed.
extended-salmon
extended-salmon8mo ago
hi, [include RatOS/printers/v-core-3/300.cfg] [stepper_x] position_max: 300 position_endstop: 0 [stepper_y] position_max: 300 position_endstop: 300 [stepper_z] position_max: 300 [bed_mesh] horizontal_move_z: 5 mesh_min: 20,20 mesh_max:265,260 probe_count: 7,7 fade_start: 1.0 fade_end: 10.0 mesh_pps: 2,2 algorithm: bicubic bicubic_tension: .2 [z_tilt] z_positions: 0,0 150,300 300,0 points: 60,60 185,270 260,60
horizontal_move_z: 20 retries: 10 retry_tolerance: 0.02 [include RatOS/z-probe/beacon.cfg] [beacon] serial: /dev/beacon x_offset: 0 y_offset: 27 mesh_main_direction: x mesh_runs: 2 speed: 15. lift_speed: 80. [stepper_z] homing_retract_dist: 0 from those include files everything should be initialise maybe an exorcisme of the machine 👀 hi! hi! Bed mesh min Y origin value was -7.0 giving move out of range on Y min_Mesh_Y = 20 beacon_Y_offset= 27 20-27= -7.0 setting my min mesh Y at 30 fixed the problem [bed_mesh] mesh_min: 20,30 from RatOS/printers/v-core-3/300.cfg [bed_mesh] mesh_min: 20,20 from RatOS/z-probe/beacon.cfg [beacon] x_offset: 0 y_offset: 27 from klippy.log bed_mesh: generated points Index | Tool Adjusted | Probe 0 | (20.0, -7.0) | (20.0, 20.0) 1 | (60.8, -7.0) | (60.8, 20.0) 2 | (101.7, -7.0) | (101.7, 20.0) 3 | (142.5, -7.0) | (142.5, 20.0) 4 | (183.3, -7.0) | (183.3, 20.0) 5 | (224.1, -7.0) | (224.1, 20.0) 6 | (265.0, -7.0) | (265.0, 20.0) 7 | (265.0, 33.0) | (265.0, 60.0) 8 | (224.2, 33.0) | (224.2, 60.0) 9 | (183.3, 33.0) | (183.3, 60.0) 10 | (142.5, 33.0) | (142.5, 60.0) ...
huskyte
huskyte8mo ago
sure, because, 30 minus 27 is positive. If you do a bed mesh now you might see a funny bed mesh. Taht is because the eaddy current isn´t laser like. Better to move it 40 away from the borders of the bed.
extended-salmon
extended-salmon8mo ago
👍
Yathani
Yathani8mo ago
Something I changed in my config is the points of probing with beacon for Tilte. Because the X offset is zero, i changed the rear probing point of the lead screw to half the size of my printer so in your case should be 150,270
huskyte
huskyte8mo ago
yes, correct. Do a bed mesh and find out if this is too close to the border. If after tilt the bed mesh seems to sink to the front you need 150, 260