Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Proschi3D
    3. Topics
    • Profile
    • Following 1
    • Followers 1
    • Topics 29
    • Posts 305
    • Best 23
    • Controversial 0
    • Groups 0

    Topics created by Proschi3D

    • Proschi3Dundefined

      Orca slicer start code Idex

      Gcode meta commands
      • • • Proschi3D
      5
      0
      Votes
      5
      Posts
      737
      Views

      coryjones26undefined

      @Proschi3D How do you implement this and any updates on getting mirror mode to work?

    • Proschi3Dundefined

      Solved Neopixel not working after install komponents

      Duet Hardware and wiring
      • • • Proschi3D
      14
      0
      Votes
      14
      Posts
      458
      Views

      Proschi3Dundefined

      @droftarts it works 😉 !LED.jpg

    • Proschi3Dundefined

      Unknown Pin Name

      Duet Hardware and wiring
      • • • Proschi3D
      12
      0
      Votes
      12
      Posts
      252
      Views

      Proschi3Dundefined

      @oliof Exactly. I will try to create a macro like this. I still have about 250mm of filament after the sensor, that should be enough

    • Proschi3Dundefined

      Two Duet 3 Mini 5+ and two toolboards over CAN

      Duet Hardware and wiring
      • • • Proschi3D
      5
      0
      Votes
      5
      Posts
      154
      Views

      dc42undefined

      @Proschi78 said in Two Duet 3 Mini 5+ and two toolboards over CAN:

      I think I have understood it now?! I go from my first Duet 5 to the first toolboard, then CAN L and H are simultaneously also the output to the 2nd toolboard. From the 2nd toolboard the same then to the endboard Duet 5.

      That's correct.

    • Proschi3Dundefined

      Ideamaker with Idex

      Third-party software
      • • • Proschi3D
      7
      0
      Votes
      7
      Posts
      223
      Views

      Proschi3Dundefined

      @sebkritikel Thanks for the explanation. S3D seems to be doing it right.

    • Proschi3Dundefined

      Your Neopixel action

      Third-party add-ons
      • • • Proschi3D
      3
      0
      Votes
      3
      Posts
      364
      Views

      Proschi3Dundefined

      I have the following code in start.g to visualize that the print has started.
      I am using two Adafruit 8np for this.

      M291 P"Start.g wird ausgeführt" S0 M98 P"/Macros/SUB/CheckDoor" ;Door open or closed M98 P"/Macros/LED/rot blau blinken" M561 M106 P3 S0 G4 S1 M106 P3 S25 G4 S1 M106 P3 S0 G4 S1 M98 P"/Macros/LED/grün" M290 R0 S0 M106 P3 S25 ;dimme LED for IR Probe M98 P"/Macros/LED/rot blau blinken" M98 P"/Macros/SUB/Preheat" ;Preheat for Loaded Filament if !move.axes[0].homed || !move.axes[1].homed || !move.axes[2].homed M150 R0 U0 B0 Y0 G28 G28 Z0 M98 P"/Macros/Buildplate" ;Load Hightmap for Buildplate and Filament M98 P"config_probe.g" M150 R255 S16 G4 P100 M150 Y0 S16 G4 P100 M150 R255 S16 G4 P100 M150 Y0 S16 G4 P100 M150 R255 S16 M150 Y0 S16 G4 P100 M150 B255 S16 G4 P100 M150 Y0 S16 G4 P100 M150 B255 S16 G4 P100 M150 Y0 S16 G4 P100 M150 R255 S16 G4 P100 M150 Y0 S16 G4 P100 M150 R255 S16

      I also use the LED to visualize when the door is opened - 5 seconds of red when it's opened and 5 seconds of green when it's closed again.

    • Proschi3Dundefined

      Idex second Z probe on the U axis

      IR Height Sensor
      • • • Proschi3D
      3
      0
      Votes
      3
      Posts
      268
      Views

      Proschi3Dundefined

      @dc42 said in Idex second Z probe on the U axis:

      @Proschi78 are the axes just shown incorrectly in the height map viewer, and the actual compensation applied is correct?
      Please show the GCode commands that you are using to generate the height map.

      I only use G29 K1

      i have a Macro with the M557 U66:300 Y2:230
      I start first, and then I give the G29 K1 command.
      I haven't started printing yet to see if it's just rotated in the map.
      I think it's better to have both on the same axis, unfortunately I don't have space on the x-axis for the additional BL touch.
      Since I like to print on structured Pei, I need the Bl Touch.

    • Proschi3Dundefined

      Object model print progress in percent

      Gcode meta commands
      • • • Proschi3D
      3
      0
      Votes
      3
      Posts
      181
      Views

      Proschi3Dundefined

      @OwenD that would probably be easier.
      job.filePosition

      Current position in the file being processed (in bytes or null)

    • Proschi3Dundefined

      Solved Adfruit Np8 on a Duet 3 mini

      Duet Hardware and wiring
      • • • Proschi3D
      3
      0
      Votes
      3
      Posts
      159
      Views

      Proschi3Dundefined

      @oliof It works perfectly with 2 pieces. Thanks

    • Proschi3Dundefined

      object model aktiv extruder on an Idex

      Gcode meta commands
      • • • Proschi3D
      6
      0
      Votes
      6
      Posts
      192
      Views

      Proschi3Dundefined

      @chrishamm said in object model aktiv extruder on an Idex:

      I don't know what the value of your second gpIn port is but that script works OK on my setup if a tool is selected and if I remove the gpIn check.

      it's just a magnetic switch. 0 and 1

    • Proschi3Dundefined

      Solved 3.5.0-beta.3

      Beta Firmware
      • • • Proschi3D
      8
      0
      Votes
      8
      Posts
      460
      Views

      Proschi3Dundefined

      @dc42 It was a G1 command in the intro line. The right extruder came too close to the left one. I shortened the movement by 5mm and the message disappeared. Thank you for your explanation

    • Proschi3Dundefined

      Connection between two Duet3 mini via Can

      Duet Hardware and wiring
      • • • Proschi3D
      14
      0
      Votes
      14
      Posts
      510
      Views

      dc42undefined

      @Proschi78 some of the infrastructure (i.e. CAN message protocols) will be in place to support this in the 3.5.0 release, but the support for LEDs on expansion boards may have to wait a little longer.

    • Proschi3Dundefined

      Solved 3.5 beta 2 copy paste in Macro

      Beta Firmware
      • • • Proschi3D
      8
      0
      Votes
      8
      Posts
      211
      Views

      T3P3Tonyundefined

      @Proschi78 thanks for confirming that fix worked.

    • Proschi3Dundefined

      waiting for status

      Gcode meta commands
      • • • Proschi3D
      13
      0
      Votes
      13
      Posts
      427
      Views

      Proschi3Dundefined

      @OwenD I call the PID over M703. The code works as I posted it above

    • Proschi3Dundefined

      Servo cleaning brush and tool change

      Tuning and tweaking
      • • • Proschi3D
      3
      0
      Votes
      3
      Posts
      169
      Views

      Proschi3Dundefined

      @achrn perfect thank you

    • Proschi3Dundefined

      Duet 3 mini Expansion

      Duet Hardware and wiring
      • • • Proschi3D
      9
      0
      Votes
      9
      Posts
      264
      Views

      Proschi3Dundefined

      @dc42 OK thank you
      then I will solve it like this

    • Proschi3Dundefined

      Only probe where the part will be printed

      Gcode meta commands
      • • • Proschi3D
      26
      0
      Votes
      26
      Posts
      2.3k
      Views

      IndeX4Dundefined

      @Proschi78

      I would like to know the same 🙂

    • Proschi3Dundefined

      SIMPLIFY 3D V 5 IS NOW OUT

      Third-party software
      • • • Proschi3D
      32
      0
      Votes
      32
      Posts
      4.3k
      Views

      Joelundefined

      S3D did refund my V5 without any hassle. I still use V4 sometimes, I have been using superslicer and prusaslicer 2.6 Alpha 0 with success. I need to play with a test model for a bit to see which gives me the best results. I did print some model plane parts with fair results. I think it's just a matter of dialing in settings. Once I got used to the differences in how Prusa/Super slicer works vs S3D, there are some aspects I like about them better than S3D. The only thing that is only slightly annoying is the lack of an easy way to change the part fan speed by layer. I wish it were an option in the height range modifier. As it is, you can change the part fan speed but inserting the gcode command easy enough with the insert feature. You just have to remember to change it back to the default or original value when done. I would think that could be handled automatically in the height range modifier.

      Anyway, I think I have found something I like better than S3D. S3D is not horrible, but I think they have lost track of what is important and are falling behind.