re3Dprinting / Gigabot-4.2.x

Marlin fork for re:3D Gigabot 3D Printers
GNU General Public License v3.0
2 stars 3 forks source link

Negative movement in Y during purge in starting gcode #24

Open helenlittlere3d opened 3 years ago

helenlittlere3d commented 3 years ago

Description

When running gcode, the extruder moves slowing in the negative Y direction during the purge sequence in the starting gcode.

Steps to Reproduce

Run gcode with this starting gcode: G90 M82 M106 S0 M140 S60 M190 S60 M104 S225 T0 M104 S220 T1 M104 S175 T2 M109 S225 T0 M109 S220 T1 M109 S175 T2 M220 S100 M221 S100 M900 K0.0 M92 E44.00 M203 X150 Y150 Z5 E40 M201 X500 Y500 Z12 E200 M204 P500 R40 T800 M500 T0 G28 M290 Z0.0 G92 E0 G1 E400.0 F40 G92 E0 G1 Z0.3 F200 ; process GBX 1mm layer M117 Layer 1, Z=0.603 T0

Expected behavior:

No movement in Y during the starting gcode routine

Actual behavior:

Negative movement in Y during the purge sequence of the starting gcode routine.

Additional Information