Welcome! Log In Create A New Profile

Advanced

cura auto bed leveling

Posted by nefiwashere 
cura auto bed leveling
October 02, 2014 08:27PM
need some help got everything setup for aut bed leveling

but how do i implement it into cura

when i try to print its printing in the air. instead of offsetting the z for the nozzle

thanks for the help

cura gcode
;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M109 S{print_temperature} ;Uncomment to add your own temperature line
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off

G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops

G1 Z15.0 F{travel_speed} ;move the platform down 15mm

G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing...
Re: cura auto bed leveling
October 02, 2014 10:44PM
got it figured out



gcode in cura
;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
M190 S70 ;Uncomment to add your own bed temperature line
G21 ;metric values
G28 ;home all
G29 ;auto level
M109 S225 ;Uncomment to add your own temperature line
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off

G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing...
Sorry, only registered users may post in this forum.

Click here to login