What does a stand alone “T” index value do?How do the E commands in G-code work, exactly?Unable to load...
Sound waves in different octaves
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
Isometric embedding of a genus g surface
Showing mass murder in a kid's book
What (the heck) is a Super Worm Equinox Moon?
Why does a 97 / 92 key piano exist by Bösendorfer?
The Digit Triangles
Do I have to take mana from my deck or hand when tapping a dual land?
How to test the sharpness of a knife?
How were servants to the Kaiser of Imperial Germany treated and where may I find more information on them
Should I assume I have passed probation?
Giving feedback to someone without sounding prejudiced
ContourPlot — How do I color by contour curvature?
How do I prevent inappropriate ads from appearing in my game?
How to preserve electronics (computers, iPads and phones) for hundreds of years
How to leave product feedback on macOS?
Is there a reason to prefer HFS+ over APFS for disk images in High Sierra and/or Mojave?
Review your own paper in Mathematics
Why the "ls" command is showing the permissions of files in a FAT32 partition?
Anime with legendary swords made from talismans and a man who could change them with a shattered body
Can you identify this lizard-like creature I observed in the UK?
How do I tell my boss that I'm quitting in 15 days (a colleague left this week)
How do you justify more code being written by following clean code practices?
Is it feasible to let a newcomer play the "Gandalf"-like figure I created for my campaign?
What does a stand alone “T” index value do?
How do the E commands in G-code work, exactly?Unable to load Gcode in curaFolgertech FT-5 : Does not seem to be reading G-Code correctlyWhat does Marlin's G30 code do?What is g92 used for in g codeG04 dwell period control parametersMeaning of G1 -2.000 F2400.000Extruder motor does not turnPositioning Extruders after Tool change : Marlin 1.1.6Hotend does not reach set temperature
$begingroup$
I'm using IdeaMaker for slicing my print objects. IdeaMaker start strings have a >T0< standing alone on one line and then >T1< on the next line. What does this accomplish?
marlin g-code ideamaker
$endgroup$
add a comment |
$begingroup$
I'm using IdeaMaker for slicing my print objects. IdeaMaker start strings have a >T0< standing alone on one line and then >T1< on the next line. What does this accomplish?
marlin g-code ideamaker
$endgroup$
1
$begingroup$
Welcome to 3dPrinting.SE!
$endgroup$
– Pᴀᴜʟsᴛᴇʀ2
Mar 12 at 20:28
$begingroup$
Could you post a snippet of the "start strings
" (is that start G-code script?) so everyone knows what you mean? E.g. is it commented out or not, please let us see.
$endgroup$
– 0scar
Mar 14 at 7:18
add a comment |
$begingroup$
I'm using IdeaMaker for slicing my print objects. IdeaMaker start strings have a >T0< standing alone on one line and then >T1< on the next line. What does this accomplish?
marlin g-code ideamaker
$endgroup$
I'm using IdeaMaker for slicing my print objects. IdeaMaker start strings have a >T0< standing alone on one line and then >T1< on the next line. What does this accomplish?
marlin g-code ideamaker
marlin g-code ideamaker
edited Mar 14 at 7:21
0scar
12.7k31750
12.7k31750
asked Mar 12 at 20:19
MouserMouser
261
261
1
$begingroup$
Welcome to 3dPrinting.SE!
$endgroup$
– Pᴀᴜʟsᴛᴇʀ2
Mar 12 at 20:28
$begingroup$
Could you post a snippet of the "start strings
" (is that start G-code script?) so everyone knows what you mean? E.g. is it commented out or not, please let us see.
$endgroup$
– 0scar
Mar 14 at 7:18
add a comment |
1
$begingroup$
Welcome to 3dPrinting.SE!
$endgroup$
– Pᴀᴜʟsᴛᴇʀ2
Mar 12 at 20:28
$begingroup$
Could you post a snippet of the "start strings
" (is that start G-code script?) so everyone knows what you mean? E.g. is it commented out or not, please let us see.
$endgroup$
– 0scar
Mar 14 at 7:18
1
1
$begingroup$
Welcome to 3dPrinting.SE!
$endgroup$
– Pᴀᴜʟsᴛᴇʀ2
Mar 12 at 20:28
$begingroup$
Welcome to 3dPrinting.SE!
$endgroup$
– Pᴀᴜʟsᴛᴇʀ2
Mar 12 at 20:28
$begingroup$
Could you post a snippet of the "
start strings
" (is that start G-code script?) so everyone knows what you mean? E.g. is it commented out or not, please let us see.$endgroup$
– 0scar
Mar 14 at 7:18
$begingroup$
Could you post a snippet of the "
start strings
" (is that start G-code script?) so everyone knows what you mean? E.g. is it commented out or not, please let us see.$endgroup$
– 0scar
Mar 14 at 7:18
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
T stands for "Tool" and has its origin in the origins of .gcode
being for other automated machine controls. Depending on the machine, everything could be a tool for .gcode
, like an actuator or pump or a spindle motor or a drill.
In 3D printers, the T-controlled tool is usually the extruder motor. Convention has it that the indexing always starts at 0, so T0 and T1 are your first and second Extruder respectively. It is the way to choose which tool is used.
As a side note: E is not originally intended for extruders but for the feed rate of lathes.
$endgroup$
add a comment |
$begingroup$
I'm not sure what it's doing in your case, but the "T" code is there to select the extruder number. T0 would be the first and T1 would be the second extruder in a multi-extruder setup. I found the information at the end of this cheat sheet.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "640"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f8455%2fwhat-does-a-stand-alone-t-index-value-do%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
T stands for "Tool" and has its origin in the origins of .gcode
being for other automated machine controls. Depending on the machine, everything could be a tool for .gcode
, like an actuator or pump or a spindle motor or a drill.
In 3D printers, the T-controlled tool is usually the extruder motor. Convention has it that the indexing always starts at 0, so T0 and T1 are your first and second Extruder respectively. It is the way to choose which tool is used.
As a side note: E is not originally intended for extruders but for the feed rate of lathes.
$endgroup$
add a comment |
$begingroup$
T stands for "Tool" and has its origin in the origins of .gcode
being for other automated machine controls. Depending on the machine, everything could be a tool for .gcode
, like an actuator or pump or a spindle motor or a drill.
In 3D printers, the T-controlled tool is usually the extruder motor. Convention has it that the indexing always starts at 0, so T0 and T1 are your first and second Extruder respectively. It is the way to choose which tool is used.
As a side note: E is not originally intended for extruders but for the feed rate of lathes.
$endgroup$
add a comment |
$begingroup$
T stands for "Tool" and has its origin in the origins of .gcode
being for other automated machine controls. Depending on the machine, everything could be a tool for .gcode
, like an actuator or pump or a spindle motor or a drill.
In 3D printers, the T-controlled tool is usually the extruder motor. Convention has it that the indexing always starts at 0, so T0 and T1 are your first and second Extruder respectively. It is the way to choose which tool is used.
As a side note: E is not originally intended for extruders but for the feed rate of lathes.
$endgroup$
T stands for "Tool" and has its origin in the origins of .gcode
being for other automated machine controls. Depending on the machine, everything could be a tool for .gcode
, like an actuator or pump or a spindle motor or a drill.
In 3D printers, the T-controlled tool is usually the extruder motor. Convention has it that the indexing always starts at 0, so T0 and T1 are your first and second Extruder respectively. It is the way to choose which tool is used.
As a side note: E is not originally intended for extruders but for the feed rate of lathes.
edited Mar 13 at 23:58
answered Mar 12 at 20:41
TrishTrish
6,27321241
6,27321241
add a comment |
add a comment |
$begingroup$
I'm not sure what it's doing in your case, but the "T" code is there to select the extruder number. T0 would be the first and T1 would be the second extruder in a multi-extruder setup. I found the information at the end of this cheat sheet.
$endgroup$
add a comment |
$begingroup$
I'm not sure what it's doing in your case, but the "T" code is there to select the extruder number. T0 would be the first and T1 would be the second extruder in a multi-extruder setup. I found the information at the end of this cheat sheet.
$endgroup$
add a comment |
$begingroup$
I'm not sure what it's doing in your case, but the "T" code is there to select the extruder number. T0 would be the first and T1 would be the second extruder in a multi-extruder setup. I found the information at the end of this cheat sheet.
$endgroup$
I'm not sure what it's doing in your case, but the "T" code is there to select the extruder number. T0 would be the first and T1 would be the second extruder in a multi-extruder setup. I found the information at the end of this cheat sheet.
answered Mar 12 at 20:27
Pᴀᴜʟsᴛᴇʀ2Pᴀᴜʟsᴛᴇʀ2
9472324
9472324
add a comment |
add a comment |
Thanks for contributing an answer to 3D Printing Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f8455%2fwhat-does-a-stand-alone-t-index-value-do%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
Welcome to 3dPrinting.SE!
$endgroup$
– Pᴀᴜʟsᴛᴇʀ2
Mar 12 at 20:28
$begingroup$
Could you post a snippet of the "
start strings
" (is that start G-code script?) so everyone knows what you mean? E.g. is it commented out or not, please let us see.$endgroup$
– 0scar
Mar 14 at 7:18