Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. ProjectK
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 27
    • Best 0
    • Controversial 0
    • Groups 0

    ProjectK

    @ProjectK

    0
    Reputation
    1
    Profile views
    27
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Germany

    ProjectK Unfollow Follow

    Latest posts made by ProjectK

    • RE: First print problems

      Ah you got me wrong : D

      The other two colors are loaded until the nozzle, so the Bowden tube is not open. I did this mistake once and my ptfe clogged. This will not happen again : D

      posted in Example setups and prints
      ProjectKundefined
      ProjectK
    • RE: First print problems

      Ah thanks, good to know!

      I'm actually printing with only one color trough the diamond until the parameters are set. I recognized that the other two are already clogged ^^will try to fix that later

      posted in Example setups and prints
      ProjectKundefined
      ProjectK
    • RE: First print problems

      Yeah, this is what the first prints look like : )

      I'm actually fine tuning the parameters, gets better and better, thanks guys!

      posted in Example setups and prints
      ProjectKundefined
      ProjectK
    • RE: First print problems

      I don't really know the problem with the HomeAll.g, it was created automatically with these reprap config thingi.

      I copied the homeX Y and Z in the homeAll, know that works.

      Later when I'm home again, I'll try 🙂
      At the moment I'm on an expo in Stuttgart Germany

      posted in Example setups and prints
      ProjectKundefined
      ProjectK
    • RE: First print problems

      Yeah, so this is what the first print looks like

      I guess I need to check the settings in cura ^^

      https://youtu.be/5rHifXGffac

      posted in Example setups and prints
      ProjectKundefined
      ProjectK
    • RE: First print problems

      [SOLVED]

      Hey guys, thanks for commenting : )

      yes, i'm using the actual 1.18.1 firmware

      so the first few lines of my gcode look like the following, but it still shuts down the heaters when i start the print.
      Maybe the the order is the problem?

      i also included G82 in the Config file and commented out the G90, was this the right action?

      edit: the only output im getting on the gcode console is:
      18:32:28
      M32 1stTrinity.gcode
      File 1stTrinity.gcode selected for printing

      edit2: when i start the print, the only thing happens is moving the bed 10mm down, and then shut off the heaters. it somehow skips the homing and probing

      edit3: so i found a new problem which brings us more to thee root of the evil ^^
      when i home the axis individually, everythings fine. when i hit homeall.g, it shuts down the heaters as well, i guess the problem is here. scroll down for the homeall.g : )

      edit4: okey guys, i solved the problem 😄
      the issue was the HomeAll.G, i corrected it, now it does the probe points and prints as it should, thanks for the support! it's my very first print with the duet, i will post some pictures here : )


      ;FLAVOR:RepRap(Volumetric)
      ;TIME:2430
      ;Generated with Cura_SteamEngine 2.5.0
      T0
      M190 S60
      M104 S200
      M109 S200
      G28 ;Home
      G1 Z15.0 F6000 ;Move the platform down 15mm
      G29
      ;Prime the extruder
      G92 E0
      G1 F200 E3
      G92 E0
      ;LAYER_COUNT:59
      ;LAYER:0
      M107
      G0 F3600 X99.433 Y106.157 Z0.3
      ;TYPE:SKIRT
      G1 F1800 X100.016 Y105.626 E0.09463


      Homeall.G

      ; homeall.g
      ; called to home all axes
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon May 15 2017 04:27:52 GMT+0200

      ; Relative positioning
      G91

      ; Lift Z
      G1 Z10 F6000

      ; Course home X or Y
      G1 X-255 F1800 S1
      G1 Y-255 F1800 S1
      ; Course home X
      G1 X-255
      ; Course home Y
      G1 Y-255

      : Move away from the endstops
      G1 X5 Y5 F6000

      ; Fine home X
      G1 X-255 F360 S1
      ; Fine home Y
      G1 Y-255 S1

      ; Move Z down until the switch triggers
      G1 Z-405 F1800 S1

      ; Absolute positioning
      G90

      ; Tell the firmware where we are
      G92 Z0

      ; Uncomment the following line to lift the nozzle after probing
      G1 Z0 F100

      ; Relative positioning
      G91

      ; Lift Z
      G1 Z0 F6000

      ; Move Z down until the switch triggers
      G1 Z-405 F1800 S1

      ; Absolute positioning
      G90

      ; Tell the firmware where we are
      G92 Z0

      ; Uncomment the following line to lift the nozzle after probing
      G1 Z0 F100

      posted in Example setups and prints
      ProjectKundefined
      ProjectK
    • First print problems

      Hey folks,

      My DIY printer is already finished, today I hooked up the RepRap diamond Hotend and adjusted the bed.

      Everything works so far, my only problem is the first print!

      I tried the example Gcode EscherLizard, but it ignores the bed compensation. Manually including G28 (Homing) and G29 after G90 creates the issue that the print is "@100%" right after start and shuts down the heaters.

      Sliced objects via Cura also don't work, same problems with G28/G29

      Is there any special way to slice objects for the duet?

      posted in Example setups and prints
      ProjectKundefined
      ProjectK
    • RE: G30 Z Crashing issue

      At that time I started the post, i did not have any adjusting possibilities for the bed

      Now I installed a 3Point system for Pre-Adjusting the printbed

      Actually I'm fighting with the first print, somehow it shuts down the heaters when I start a print, but that's another Story 🙂

      The problem in this thread is [Solved]

      posted in Tuning and tweaking
      ProjectKundefined
      ProjectK
    • RE: G30 Z Crashing issue

      Yeah, for safety I installed the probe higher so it would trigger before the nozzle could crash in the bed and I can react

      Now it's calibrated better and I think tomorrow I'll start the first print 🙂

      Again, thanks guys!

      posted in Tuning and tweaking
      ProjectKundefined
      ProjectK
    • RE: G30 Z Crashing issue

      Updating the firmware from 1.15b to 1.18.1 solved the problem!

      Here is a video! Thank you guys, love you all 😄

      Is there any way to Donate for Duet or the forums? ?
      https://youtu.be/nVCJJLAbHAA

      posted in Tuning and tweaking
      ProjectKundefined
      ProjectK