Jump to content

DawsonJ

Dormant
  • Posts

    7
  • Joined

  • Last visited

Posts posted by DawsonJ

  1. HI all,

    I have an issue where the part that i am trying to build needs to be oriented with the overhangs running lengthwise on the Y axis. Cura is also building the supports on the Y axis. This means that I end up with one long support wall under my overhang running the same direction as a the lines in the part. Is there anyway to change the direction of the lines in the support from the Y axis to the X axis so that they are not all running the same direction. 

     

    thanks

     

  2. Dave_w 

    Thank you for the response. Shortly before your response I found the additional 3 temp settings in Cura and was able to resolve the issue in the gCode. As for the settings in my firmware, it is an Airwolf HD2x printer and the Firmware is not open source. They want me to use their Apex software and will not adjust the firmware to work with Cura. 

  3. I am having the same issue in 3.1. I do not follow the workflow outlined in the post to correct it. How do I go about making these setting visible? I am using an airwolf HD2x printer that only has one heater for a dual hot end. When it wants to cool one extruder and maintain temp on the other the 2 settings fight one another and the machine freezes. 

  4. I'm having a similar issue with 3.1. I am running a dual extruder on a custom FDM setup. I have all of my temp settings at 240 c in my material and the side column but when I output my gCode it starts off with T0 and T1 at 240 c and then as the extruders change it randomly changes the temp on the extruders. I have shown several sections of code from the same file below to show what is happening. This is a major issue because my machine uses a combined dual extruder that does not allow me to use different values for each extruder. 

     

    ;FLAVOR:Marlin
    ;TIME:33654
    ;Filament used: 33.6254m
    ;Layer height: 0.4
    ;Generated with Cura_SteamEngine 3.1.0
    M190 S70
    M104 S240
    M104 T1 S240
    M109 S240
    M109 T1 S240
    M82 ; absolute extrusion mode
    G28 ;Home
    G1 Z15.0 F6000 ;Move the platform down 15mm
    ;Prime the extruder
    G92 E0
    G1 F200 E3
    G92 E0
    ;LAYER_COUNT:213
    ;LAYER:0
    G1 F1500 E-16
    G92 E0
    T1
    G92 E0
    M109 S240
    M107

     

    ...

     


    G0 F6300 X197.954 Y110.812
    M104 T1 S230
    G1 F2700 X223.309 Y110.812 E502.72313
     

    ...

     

    G0 F5400 X172.944 Y85.312
    M104 S225
    G1 F2700 X25.48 Y85.312 E399.68004
    G0 F5400 X25.48 Y87.978
    G1 F2700 X172.944 Y87.978 E402.45392
    G1 F1200 E386.45392
    G92 E0
    T0
    G92 E0
    M109 S240
    M104 T1 S240

    H_Panel_Legs_Plug.gcode

×
×
  • Create New...