This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
comando gcode
#1
Buenas , alguien sabe que comando tengo que introducir al final de la impresión para que me para la cama caliente en Cura, ahora mismo tengo esto:

; -- END GCODE --
M104 S0                     ;extruder heater off
G91                         ;relative positioning
G1 E-20 F50               ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+10 F{travel_speed}     ;move Z up
G90                         ;absolute positioning
G1 X0 Y10 F{travel_speed}  ;move Z up a bit and retract filament even more the way
M84                         ;steppers off
; -- end of END GCODE --
  Responder
#2
(26-04-2016, 05:57 PM)satoo escribió: Buenas , alguien sabe que comando tengo que introducir al final de la impresión para que me para la cama caliente en Cura, ahora mismo tengo esto:

; -- END GCODE --
M104 S0                     ;extruder heater off
G91                         ;relative positioning
G1 E-20 F50               ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+10 F{travel_speed}     ;move Z up
G90                         ;absolute positioning
G1 X0 Y10 F{travel_speed}  ;move Z up a bit and retract filament even more the way
M84                         ;steppers off
; -- end of END GCODE --

Hola te dejo este Sonrisa

M140 S0 ; turn off bed
  Responder
#3
Hola puedes dar un vistazo aquí http://reprap.org/wiki/G-code/es

Por lo que veo (no lo puedo asegurar porque yo no tengo cama) con el siguiente gcode controlas la temperatura de la cama

M140 S0 (donde 0 es la temperatura)

Que alguien lo confirme,

Gracias!

Vaya justo cuando he puesto el mio Sonrisa
  Responder
#4
Mi gcode inicial:
Código:
;Mi gcode inicial (Cura modified)
M190 S70.000000 ; cama a 70 y espera
M140 S90.0      ; cama a 90 y empieza calentar  fusor para ahorrar tiempo
M109 T0 S235.000000 ; calienta fusor y espera
T0
G21        ;metric values
G90        ;absolute positioning
M82        ;set extruder to absolute mode
G28 X0 Y0 Z0  ;move X/Y to min endstops
G1 Z10.0 F9000 ;move the platform down 10mm
G92 E0                  ;zero the extruded length
G1 F200 E5              ;extruir 5mm
G92 E0                  ;zero the extruded length again
G1 X10 Y0             ;mover en X 10 mm para no bajar donde ha extruido plástico
G1 F9000


Mi gcode final:
Código:
;Mi Gcode final
M104 S0 ; turn off temperature
M140 S0 ; turn off hotbed
G28 X0  ; home X axis
G0 Y150 ; Expulsa la bandeja (mover en Y hasta 150)
M84     ; deshabilitar motores
Ulticampy V2: fundiendo plástico sin descanso...
  Responder
#5
Gracias a todos al final he puesto el gcode end de Lepes y es justo lo que buscaba.


Enviado desde mi iPad utilizando Tapatalk
  Responder


Posibles temas similares…
Tema Autor Respuestas Vistas Último mensaje
  Secuencia de comando de posprocesamiento AYUDA Principiante 1 247 23-12-2022, 11:39 PM
Último mensaje: Simemart
  Editar .Gcode con pronterface JOSELUIS54 13 4,887 17-06-2022, 08:11 PM
Último mensaje: JOSELUIS54
  CONSULTA que gcode puedo usar para comprobar la posición del carro en x? cerverus 0 588 03-11-2020, 06:52 PM
Último mensaje: cerverus
  CONSULTA Gcode erróneo Dusty007 2 1,811 17-06-2019, 04:52 PM
Último mensaje: Dusty007
Triste Duda sobre el gCode. Ko2Power 5 1,668 17-05-2019, 07:39 PM
Último mensaje: Ko2Power