Jump to content

ibd

Dormant
  • Posts

    2
  • Joined

  • Last visited

Everything posted by ibd

  1. I'm trying to "present" the finished print by inserting appropriate move codes at the end of the gcode file. My end gcode includes this: G91 ; relative positioning G1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure G1 Z+0.5 E-2 F1500 ; move Z up a bit and retract filament even more G90 ; absolute positioning G0 X0 Y220 ; present print However, the bed does not move forward. If I try to move the Y axis manually, I see the current position after the print is negative (Y=-10), so it will for example refuse to move in 1mm steps. I suspect this also blocks the move command. How can I fix this?
  2. I'm running into the same problem with my Geeetech A10M + Cura. I have attached a sample file exhibiting the problem. I have yellow color mounted on the second extruder, so I sliced this yellow model to be printed using the second extruder. However, the nozzle turns off after printing the skirt. I will look into the source code next to find out where the erroneous M104 is emitted. In the meantime, a workaround is to run a postprocessing script that replaces "m104 t0 s0", "m104 t1 s0", and so on, with an empty string. CFFFP_fuesse_schnabel.gcode
×
×
  • Create New...