Jump to content

racketteer

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by racketteer

  1. The issue isn’t the momentary pause at Z1.2, it is the speed F600 instead of F5400 (or max speed of config.h).
     

    Instead of zipping down from Z275 to Z1.2 at speed F5400, it slowly moves down the center of the bed at speed F600. The extra 10 seconds or so also wouldn’t be too bad except the nozzle oozes filament on the way down (I have a priming extrusion as part of the start up). If the effector moves quickly to the first print location, the ooze becomes part of the brim. Also, I can easily “wipe its nose” on the way to the starting location. When the effector drops that slowly down the center, the ooze makes a puddle of filament in the very center of the bed where the print will be the entire way down, before it finally moves quickly to the first X,Y location.

  2. Thank you for the additional suggestion. The gcode does not show a retraction before that first move. I have coded an initial extrusion as part of the initial sequence, but that is extrusion, not retraction.

     

    When I turned off z hop but left all other settings alone, the offending line went away. I'm puzzled, but now that I know its origin I can work with it, experiment with some of the related z hop settings, etc.

  3. Hi,

     

    I am using Cura 4.8. I have a delta printer, so the first hotend movement command usually brings the nozzle down from Z270 to Z0.2 or whatever my first layer will be.

     

    I have been experimenting with some settings to try to improve the print. One of the settings changed the initial move. It now adds "G1 F600 Z1.2."

     

    It used to be:

    ;LAYER_COUNT:226
    ;LAYER:0
    M107
    G0 F5400 X16.135 Y-17.736 Z0.2
    ;TYPE:SKIRT
    G1 F2400 E0

     

    But now it is

    ;LAYER_COUNT:226
    ;LAYER:0
    M107
    G1 F600 Z1.2
    G0 F5400 X16.135 Y-17.736 Z0.2
    ;TYPE:SKIRT
    G1 F2400 E0

     

    What setting made this happen?

     

    Thanks,

    Daniel

     

  4. I would like this, too. Here is my use case.

     

    I am new to 3d printing. I finally got my delta calibrated and am doing my first prints. I am still learning how to use it. One issue I have learned I have to do is set the z height of my unit for each print session. I think it is because of the blue tape and the quirky nature of the z probe, but I don't know yet.

     

    What I have found is that I can tell from the skirt whether or not I have it set up right. I would like it to print the skirt and pause for me to check it out. If it is good, reprint the skirt, then start on the first layer.

     

    Reprinting the skirt allows for the re-priming you describe. There is already a setting to reprint the pre-pause layer, so this is handled. The pause allows me to gracefully check it all out. So I would like to be able to do this, too.

×
×
  • Create New...