Next release of cura will contains ares printer definition. I've made a pull request.

Next release of cura will contains ares printer definition. I’ve made a pull request.

Here you’ll find actual my actual parameters : https://www.dropbox.com/sh/fd8koyy5iw7cex6/AAAWHS1s7R1IdB_0TMmIQwa8a?dl=0

Ares do auto leveling (start gcode G29).

I don’t think you have read the documentation before starting to print … :wink:

You have to setup start/end command as example :
;; START
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28
G29 Z0.12 ;Auto-bedleveling with Z offset
G92 E0 ;zero the extruded length
G1 F2000 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
M117 Printing…
;;;;;;----------------
;; END
G28 ; Home all axes
M104 S0 ;extruder heater off
;M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
M84 ;steppers off
G90 ;absolute positioning

You probably have an hardware problem …
To diagnose, please download openscad and generate a cube of 10 mm with the code “cube([10,10,10]);”.
Save as stl and generate gcode as you normally do.
Publish the obtained gcode and give url (perhaps in https://pastebin.com/)
Regards
https://pastebin.com/

It’s planned for 2.7 realease … I don’t know why cause it’s 3 months old …