Page 1 of 1

M-CODE & G-CODE commandes for Cubex Firmware (1.07)

Posted: 21 Nov 2014, 05:20
by Ultim - Yoann
M-CODE commandes for Cubex Firmware (1.07) :
  • M542 - - - - - - - - - - - - - - - -> Go to the location of the purge
  • M543 - - - - - - - - - - - - - - - -> Return from the location of the purge
  • M551 P[length] S[speed] - - > Purge
  • M227 P[length] S[speed] - - > "Prime/Suck" function
  • M228 P[length] S[speed] - - > "Prime/Suck" function
  • M101 - - - - - - - - - - - - - - - -> Start extrusion
  • M103 - - - - - - - - - - - - - - - -> Stop extrusion
  • M104 S[C°] - - - - - - - - - - - -> Nozzle temperature
  • M106 - - - - - - - - - - - - - - - -> Start fan
  • M107 - - - - - - - - - - - - - - - -> Stop fan
  • M108 p[rpm*10] - - - - - - - - -> Speed extrusion (integer)
G-CODE commandes for Cubex Firmware (1.07) :
  • G1 X[coordinates] Y[coordinates] Z[coordinates] F[velocity] - - -> coordinates of displacement and velocity of the nozzle
  • G4 P[Sec] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -> Pause in seconds

Re: M-CODE & G-CODE commandes for Cubex Firmware (1.07)

Posted: 04 Apr 2016, 17:40
by jaydie
M551 P[length] S[speed] - - >Purge
I would like to play around with some of the gcodes butI not sure if my assumptions are correct, P[length] is in mm and S[speed} is in mm/sec. Please correct me if I'm wrong.