Vous êtes sur la page 1sur 1

START G-CODE da sostituire nel sw di sliceing

; Default R2 start code


;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fil
l_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
M80
G21
;metric values
M82
;set extruder to absolute mode
M107
;start with the fan off
G90
;absolute positioning
G28
;move to min endstops
G1 Z15 F{Z_TRAVEL_SPEED}
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
{IF_BED}M190 S{BED}
; Activate all used extruder
{IF_EXT0}M104 T0 S{TEMP0}
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
{IF_EXT0}M109 T0 S{TEMP0}
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 R2 Printing...

END G.CODE da sostiutire nel sw di sliceing


; Default R2 end code
M107 ; Turn off fan
; Disable all extruder
G91
G1 Z+5
{IF_EXT0}T0
{IF_EXT0}G1 E-1 F300
M104 T0 S0
G90
G1 X-40 Y220
G92 E0
M140 S0
G04 F10
M81

; Relative positioning
; Lift nozzle
; Reduce filament pressure
;
;
;
;

Absolute positioning
Get extruder out of way.
Reset extruder position
Disable heated bed

; Turn Off R2

Vous aimerez peut-être aussi