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

Post Reply
User avatar
Ultim - Yoann
Posts: 25
Joined: 16 Sep 2014, 02:31

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

Post 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
jaydie
Posts: 25
Joined: 24 Mar 2016, 15:24

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

Post 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.
Post Reply