Very happy with my A350 so far and am a very experienced 3D printing / CNC hobbyist with Aerospace background. Very familiar with duet Wifi, Gocde, firmware customisation, CURA and Python scripting.
But… i am struggling with the CNC element and appreciate that its still Alpha. There are a few little issues with the Luban interface but the two major issues for me are:
-
Manual or Auto Bed Levelling feature is really needed for small mill bits e.g. 1mm flat mills to avoid digging in and snapping
. I looked at this post from the original snapmaker (Bed leveling for pcb milling?) and tried it. Defined a load of points using M421 IJQ notation. But adding an M420 S1 to enable bed levelling in the .cnc file causes the CNC head to travel up by 6.15mm and mills in thin air-- guess better than crashing into the bed. Interestingly the 6.15 seems to be the same Z amount as reported when you you run M420 S1 from the console.
-
If CNC gcode is saved to a file it seems to have a number of G0 Z moves in at the beginning (see below in bold) which again cause it to mill in mid air. But if the G code is generated in Luban and loaded into the workspace and executed it doesn’t do the G0 Z moves and mills as you would expect!!
Any info on fixes or improvements on the CNC would be great… or if i can help beta test im game.
;Header Start
;header_type: cnc
;renderMethod: line
;file_total_lines: 5472
;estimated_time(s): 127.22020983794516
;max_x(mm): 21.12
;max_y(mm): 4
;max_z(mm): 0
;min_x(mm): -21.12
;min_y(mm): -4.23
;min_z(mm): 0
;work_speed(mm/minute): 600
;jog_speed(mm/minute): 3000
;power(%): 0
;Header End
G0 Z10.00 F120
G0 Z0.50 F120
M3 P100
G0 Z0.20 F100
G0 Z0.20 F3000
G0 X-17.45 Y0.29
G1 Z-0.20 F600
Any info on fixes or improvements on the CNC would be great… or if i can help beta test im game.