Jump to content

Start printing halfway Z-axis


jeex

Recommended Posts

Posted · Start printing halfway Z-axis

I was hoping for a more convenient answer. I already speak 11 programming languages fluently and am not too keen on learning no 12. But, here we go...

  • Link to post
    Share on other sites

    Posted · Start printing halfway Z-axis

    I was hoping for a more convenient answer. I already speak 11 programming languages fluently and am not too keen on learning no 12. But, here we go...

     

    Hi jeex,

    haha, this sounds a bit like a motion picture.... jeex eleven, jeex twelve... to be continued... :)

    Is Python included? You could try to reawaken the Cura plugin XYZshift - this would be very convenient ... afterwards...

    Or use Simplify3D and set the global offsets on the gcode tab... very convenient too... but not free....

    42_EmoticonsHDcom.png

  • Link to post
    Share on other sites

    Posted · Start printing halfway Z-axis

    LOL. I prefer convenient over free ;-)

  • Link to post
    Share on other sites

    Posted · Start printing halfway Z-axis

    You have a direct answer right there :)

    G1 Z5 ; moves the bed to 5mm

    G92 Z0 ; defines that position as 0

     

    Lazy me has one more question: where in the gCode do i put these two lines?

  • Link to post
    Share on other sites

    Posted · Start printing halfway Z-axis

    I suppose since um2 don't use header for heating/prime. It should go at start? I'm more a umo+ guy. If you post your first 10 lines it should be easy to point

  • Link to post
    Share on other sites

    Posted · Start printing halfway Z-axis

    Ohoh. One more script to go.

    After the print job is done, raising the buildplate, set fan to 100% and rotating the fan above the objects to force cooling down the objects.

    My super glue spray only lets go if the plate is cooled down. Amazing stuff: sticks like hell when warm, not sticky at all when cold. I tried this way of forced cooling manually and it works great.

    So language no.12 here we go. Learning gcode.

  • Link to post
    Share on other sites

    Posted · Start printing halfway Z-axis

    You want to make the head keep on a loop over the printed object while the fan it's at 100%?

  • Link to post
    Share on other sites

    Posted (edited) · Start printing halfway Z-axis

    Marlin doesn't support scriptable Gcodes (that would rock btw).

    So, the think you could do at the end of the gcode it's:

     

    ;End GCodeM104 S0 		;extruder heater offG91 		;relative positioningG1 E-1 F300 		;retract the filament a bit before lifting the nozzle to release some of the pressureG1 Z+15 E-3 X-20 Y-20 F3000 		;move down Z 15mm, retract filament more, move X -20mm and Y-20mm you can adjust this movements as you see fit the F it's the speedM160 255 ;Fan at maxM140 S30 		;Set bed to heat to 30CM190 S30  		;Wait until bed has reached 30CM140 S0 		;heated bed heater offM107		; fans offM84                         ;steppers off

     

    Edit: Changed the code...

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · Start printing halfway Z-axis

    Nice. Thanks.

    • Like 1
    Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...