Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. equanimity8
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 55
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by equanimity8

    • equanimity8undefined

      Solved Tweaking slicer end gcode

      Tuning and tweaking
      • • • equanimity8
      9
      0
      Votes
      9
      Posts
      476
      Views

      equanimity8undefined

      Thanks! Apparently, I wasn't understanding the code fully.

      Anyway, I have implemented both of your suggestions and both work. I will stick to the latter one as I find it to be more elegant.

      I'm pasting the resulting end gcode in the hopes that it will be useful to somebody:

      G1 E-2 F1800; retract G91; relative positioning G1 Z5 F1800 ; lift Z relative to current position G90; absolute positioning G1 X5 F6000; move to X min G1 Y5 F6000; move to Y min G1 Z150 F1800; move to Z max G10 R0 S0; turn extruder heater off M291 P"Do you want to cooldown the printer?" S3 G10 R45 S45; set extruder temp to 50C M106 S255; turn part-cooling fan on M116 S5; wait G10 R0 S0; turn extruder heater off M106 S0; turn part-cooling fan off

      Thanks for your input!

    • equanimity8undefined

      Dual motor bed tilt-compensation only goes through the motions

      Tuning and tweaking
      • • • equanimity8
      14
      0
      Votes
      14
      Posts
      446
      Views

      equanimity8undefined

      Yep, I though the same but I wanted to make sure after, apparently I got the initial misconception about G28. Thanks a lot for clarifying that to me! Enjoy your weekend!

    • equanimity8undefined

      Solved Error when setting up independent motor bed levelling on CoreXY

      Tuning and tweaking
      • • • equanimity8
      34
      0
      Votes
      34
      Posts
      1.3k
      Views

      Phaedruxundefined

      topic tools, ask as question, then topid tools, mark as solved.

    • equanimity8undefined

      Weird first layer inconsistency and probe repeatability issue

      General Discussion
      • • • equanimity8
      12
      0
      Votes
      12
      Posts
      365
      Views

      equanimity8undefined

      Thanks for the suggestions. I will implement them and report back in a day or two when I get back to the printer.

    • equanimity8undefined

      Having issues with homing Z on CoreXY

      General Discussion
      • • • equanimity8
      5
      0
      Votes
      5
      Posts
      328
      Views

      equanimity8undefined

      Yeah, so true when I think about it. Not really used up to a setup like this. Thank you @Stephen6309 for your time and for spelling it out for me.

    • equanimity8undefined

      Homing CoreXY with Makerbot Mechanical Endstop v1.2

      Duet Hardware and wiring
      • • • equanimity8
      3
      0
      Votes
      3
      Posts
      690
      Views

      equanimity8undefined

      Works a treat, thanks a lot!

      Your comment is so true, S2 is needed for the first G1 move command and after that S1 is needed in order to look for endstops being triggered.

      May many beers and hours of sublime printing come your way!

    • equanimity8undefined

      Z probe issues with piezo after updating to 1.21

      General Discussion
      • • • equanimity8
      12
      0
      Votes
      12
      Posts
      1.6k
      Views

      equanimity8undefined

      @DjDemonD I will bear that in mind, thanks.

      I did some more fiddling and didn't find anything out of the ordinary, so the G92 Z0 seems to have been the issue for me.

      Thanks to everybody who replied here and to those who read with the intent to help out. Love the community!

    • equanimity8undefined

      Error: Short-to-ground on drivers 1

      Duet Hardware and wiring
      • • • equanimity8
      19
      0
      Votes
      19
      Posts
      5.7k
      Views

      equanimity8undefined

      I think we both are talking about an origin of front/left like here - http://www.makerslide-machines.com/old-web-site/res/z-in-same-time.jpg, do correct me if that's not the case.

      I had issues with it but after going out for a walk I now have it working properly with the following, if anybody ever needs it:
      ; Drives
      M584 X0 Y4 Z2 E3 ;remap driver Y to driver E1
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S0 ; Drive 2 goes forwards
      M569 P3 S1 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 3 goes forwards