Jump to content

Jarren141

Dormant
  • Posts

    3
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other 3D printer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jarren141's Achievements

0

Reputation

  1. <?xml version="2.0" encoding="UTF-8"?> <!-- Generic Nylon 1.75mm profile. The data in this file may not be correct for your specific machine. --> <fdmmaterial xmlns="http://www.ultimaker.com/material" xmlns:cura="http://www.ultimaker.com/cura" version="1.3"> <metadata> <name> <brand>Essentium</brand> <material>Essentium Nylon 3</material> <color>Generic</color> </name> <GUID>283d439a-3490-4481-920c-c51d8cdecf9c</GUID> <version>5</version> <color_code>#3DF116</color_code> <description>Nylon is strong, abrasion-resistant, durable and engineered for low moisture sensitivity.</description> <adhesion_info>Use glue.</adhesion_info> </metadata> <properties> <density>1.14</density> <diameter>1.75</diameter> </properties> <settings> <setting key="print temperature">300</setting> <setting key="heated bed temperature">80</setting> <setting key="standby temperature">220</setting> <setting key="retraction amount">1</setting> <setting key="retraction speed">25</setting> <setting key="adhesion tendency">2</setting> <setting key="surface energy">100</setting> <cura:setting key="material_crystallinity">true</cura:setting> <setting key="build volume temperature">60</setting> <cura:setting key="machine_extruder_start_code">;Test for tool change T0</cura:setting> <machine> <cura:setting key="machine_extruder_start_code">;Test for tool change T1</cura:setting> <setting key="print cooling">0.0</setting> <setting key="standby temperature">160</setting> <setting key="retraction speed">40</setting> <setting key="heated bed temperature">60</setting> <setting key="print temperature">230</setting> </machine> </settings> </fdmmaterial> Looks like adding those lines did not take effect as we had hoped. I sliced a dual extrusion part after importing the edited material and restarting Cura. The ";Test for tool change" was not present in the entire gcode. Is there some notation I'm missing for a dual extruder printer, like extruder_no_0.
  2. I'll see if I can test this and circle back. I was a bit confused for a second with the M117 command but then smiled when I realized what it did. I should also add that I tried to add [ machine_extruder_start_code = ";Test for tool change T0" ] to the extruder settings in an unzipped extruder 0 profile setting but was unsuccessful and resulted in a bunch of error messages from Cura on startup complaining about corrupt profiles.
  3. Is there any way to have a tool change be set per profile. I want to run different materials but each would require a different gcode with my setup. I'm willing to hand write in the config files or in the profile settings but I'm not sure if this is even possible.
×
×
  • Create New...