02 abril 2025

gcode command to heat the print bed and then heat the hotend on the cr10 smart / comando gcode para aquecer a mesa de impressão e apos isso aquecer o hotend na cr10 smart

 

Frapê the cat - miss you... 



english


gcode command to heat the print bed and then heat the hotend on the cr10 smart


This gcode is for the Cura slicer, I'm using the CR10S Pro profile (the only profile that saves the bed mesh)


With this gcode, it's possible to heat the print bed, home the hotend and then heat it like this to prevent the nozzle from dirtying the bed with filament.


Start gcode

M201 X500.00 Y500.00 Z100.00 E5000.00 ; Setup machine max acceleration

M203 X500.00 Y500.00 Z10.00 E50.00 ; Setup machine max feedrate

M204 P500.00 R1000.00 T500.00 ; Setup Print/Retract/Travel acceleration

M205 X8.00 Y8.00 Z0.40 E5.00 ; Setup Jerk

M220 S100 ; Reset Feedrate

M221 S100 ; Reset Flowrate


M140 S{material_bed_temperature_layer_0} ; Iniciar aquecimento da mesa

M190 S{material_bed_temperature_layer_0} ; Aguardar a mesa atingir a temperatura


G28 ; Home (X, Y, Z)


M420 S1 ; Habilitar nivelamento da malha


G1 X5 Y5 Z10 F5000 ; Levar o bico para um canto e subir um pouco


M104 S{material_print_temperature_layer_0} ; Iniciar aquecimento do bico

M109 S{material_print_temperature_layer_0} ; Aguardar o bico atingir a temperatura


G92 E0 ; Reset Extruder

G1 Z2.0 F3000 ; Move Z Axis up

G1 X10.1 Y20 Z0.28 F5000.0 ; Move to start position

G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ; Draw the first line

G1 X10.4 Y200.0 Z0.28 F5000.0 ; Move to side a little

G1 X10.4 Y20 Z0.28 F1500.0 E30 ; Draw the second line

G92 E0 ; Reset Extruder

G1 Z2.0 F3000 ; Move Z Axis up





Portugues

comando gcode para aquecer a mesa de impressão e apos isso aquecer o hotend na cr10 smart

Este gcode é para o fatiador Cura, estou usando o perfil CR10S Pro (o único perfil que salva a malha da cama)


Com este gcode, é possível aquecer a cama de impressão, colocar o hotend em casa e então aquecê-lo assim para evitar que o bico suje a cama com filamento.


Start gcode

M201 X500.00 Y500.00 Z100.00 E5000.00 ; Setup machine max acceleration

M203 X500.00 Y500.00 Z10.00 E50.00 ; Setup machine max feedrate

M204 P500.00 R1000.00 T500.00 ; Setup Print/Retract/Travel acceleration

M205 X8.00 Y8.00 Z0.40 E5.00 ; Setup Jerk

M220 S100 ; Reset Feedrate

M221 S100 ; Reset Flowrate


M140 S{material_bed_temperature_layer_0} ; Iniciar aquecimento da mesa

M190 S{material_bed_temperature_layer_0} ; Aguardar a mesa atingir a temperatura


G28 ; Home (X, Y, Z)


M420 S1 ; Habilitar nivelamento da malha


G1 X5 Y5 Z10 F5000 ; Levar o bico para um canto e subir um pouco


M104 S{material_print_temperature_layer_0} ; Iniciar aquecimento do bico

M109 S{material_print_temperature_layer_0} ; Aguardar o bico atingir a temperatura


G92 E0 ; Reset Extruder

G1 Z2.0 F3000 ; Move Z Axis up

G1 X10.1 Y20 Z0.28 F5000.0 ; Move to start position

G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ; Draw the first line

G1 X10.4 Y200.0 Z0.28 F5000.0 ; Move to side a little

G1 X10.4 Y20 Z0.28 F1500.0 E30 ; Draw the second line

G92 E0 ; Reset Extruder

G1 Z2.0 F3000 ; Move Z Axis up