Jump to content

variables in pre(post)SwitchExtruder.gcode CURA 15.02.1 stand alone


schumsel293

Recommended Posts

Posted (edited) · variables in pre(post)SwitchExtruder.gcode CURA 15.02.1 stand alone

Hi,

in order to prevent oozing from the unused extruder in dual extruding I would like to put some lines in the preSwitchExtruder.gcode section.

The best way is to lower the temperature of the unused extruder to a value below the melting point.

My questions:

1. How can i detect the number of the used and unused extruder to set the appropriate temperature values?

Is there a variable like {used_extruder} or {unused_extruder}?

I would be very interested in a list of variables, wich can be used in start, end and switching codes.

I did not find it with google

2. is it possible to put conditional statements, for example "IF" , in the pre(post)SwitchExtruder.gcode?

If it is possible, the code could like this:

IF (T{used_extruder} = 0) M104 T0 S240

IF (T{unused_extruder} = 0) M104 T1 S200

or without a conditional statement

M104 T{used_extruder} S240

M104 T{unused_extruder} S200

Regards

Edited by Guest
  • Link to post
    Share on other sites

    • 9 months later...
    Posted · variables in pre(post)SwitchExtruder.gcode CURA 15.02.1 stand alone

    Hello,

    Im struggling with this issue also.

    what would be nice is, a preSwitchExtruder1to2.gcode

    and preSwitchExtruder2to1.gcode

    and corresponding post switch files.

    I have a handful of things I would do differently when switching from 1 to 2 versus when switching from 2 to 1. anyone had any experience with this or know of a plugin that would allow you to easily perform different code when switching between either extruder?

    thanks

  • 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.6 stable released
        Cura now supports Method series printers!
         
        A year after the merger of Ultimaker and MakerBotQQ, we have unlocked the ability for users of our Method series printers to slice files using UltiMaker Cura. As of this release, users can find profiles for our Method and Method XL printers, as well as material profiles for ABS-R, ABS-CF, and RapidRinse. Meaning it’s now possible to use either Cura or the existing cloud-slicing software CloudPrint when printing with these printers or materials
        • 3 replies
    ×
    ×
    • Create New...