Marlin icon indicating copy to clipboard operation
Marlin copied to clipboard

Development

Open prophetmaster opened this issue 10 years ago • 0 comments

I have a special request, is it possible to add the g-code instead of this:

define Z_PROBE_DEPLOY_START_LOCATION {0, 0, 50, 0} // X, Y, Z, E start location for z-probe deployment sequence

define Z_PROBE_DEPLOY_END_LOCATION {0, 0, 50, 0} // X, Y, Z, E end location for z-probe deployment sequence

define Z_PROBE_RETRACT_START_LOCATION {0, 0, 50, 0} // X, Y, Z, E start location for z-probe retract sequence

define Z_PROBE_RETRACT_END_LOCATION {0, 0, 50, 0} // X, Y, Z, E end location for z-probe retract sequence

repetier firmware supports it and it is a nice alternative, it separates the lines of g-code by \n exemple :

"G01 X75 Y-82 Z15 F5000\nG01 X85 Y-82 Z5 F5000\nG01 X0 Y0 F5000"

prophetmaster avatar Jan 02 '15 11:01 prophetmaster