Printrbot

De Garoa Hacker Clube
Revisão de 19h04min de 3 de novembro de 2018 por Adriano (discussão | contribs) (Criou página com ' == Configurações do Cura == === Start Gcode === M107 ;start with the fan off G21 ;metric values G90 ;absolute positioning M82 ;set extruder to absolute mode G2...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar



Configurações do Cura

Start Gcode

M107 ;start with the fan off
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
G28 X0 Y0 ;home X/Y
G28 Z0 ;home Z
G0 Z0
G1 Z15.0 F10000 ;move the platform down 15mm
G1 X0 Y0 F10000
M18 ;release motors
G1 Z1
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 20mm of feed stock
G92 E0 ;zero the extruded length again
G1 Y100 Z0 F10000 ;fast move to clean nozze
G1 Z2 F25000 ;lift a bit
M117 Printing :D


End Gcode

M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
M106 S0 ;fan off
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit
G1 Z+1 E-5 F9000 ;move Z up a bit and retract even more
G90 ;absolute positioning
G1 X152 Y150 F4000;
M42 S0; led off
M84 ;steppers off


Referências externas