Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Tags
    3. laser
    Log in to post
    • All categories
    • SamanthaJaneyCakeundefined

      Alternative Wiring and Setup to Standard Config (Duet 2).

      Laser Cutters
      • laser pins inverting setup • • SamanthaJaneyCake
      6
      0
      Votes
      6
      Posts
      538
      Views

      SamanthaJaneyCakeundefined

      Even better solution: I hooked up the power wires for my laser to the bed heater output and made that a GPIO that I then turn on and off via gCode.

    • Krohm Koalaundefined

      [3.3.0-rc2] M3-M5 gcode action

      Beta Firmware
      • 3.3.0-rc2 laser laser cutting • • Krohm Koala
      15
      0
      Votes
      15
      Posts
      1.2k
      Views

      EducatingSavvasundefined

      @krohm-koala said in [3.3.0-rc2] M3-M5 gcode action:

      hen you want to adjust your focus, it's a bit difficult duri

      Does your laser have a Z-axis to adjust height? I'm planning for mine too - so eventually I'll do a test g-code that fine adjusts the laser height over multiple passes, and to than workout the offset from the top of the material being engraved/cut.

    • Royassasundefined

      DWC - dashboard move buttons: using G1-movements for XYZ-moves?

      General Discussion
      • laser duet web control move buttons dashboard • • Royassas
      3
      0
      Votes
      3
      Posts
      329
      Views

      dc42undefined

      @Royassas said in DWC - dashboard move buttons: using G1-movements for XYZ-moves?:

      Might this be because of the sticky S setting in laser mode definition?

      Yes. If you set the sticky feature then the S parameter is remembered across G0 moves. This is IMO a dangerous thing to do, but unfortunately it's what the programs that generate GCodes for laser cutters and engravers expect. I'd much rather those programs generated the S parameter on every G1 move that needs the laser on, which would be the safe thing to do.

      You can use command G1 S0 at the end of your GCode file (or in your stop.g file, if your program ends with a M0 command) to reset the laser power to zero.

      It's occurred to me that the firmware could remember the laser power setting separately for each input channel, so I may implement this in a future firmware version. I'll also change it to reset the remembered laser power to zero automatically at the end of a job, if it doesn't already.

    • RL73111undefined

      "Laser On" indicator for the web interface.

      Duet Web Control wishlist
      • laser status indicator dwc display • • RL73111
      2
      0
      Votes
      2
      Posts
      214
      Views

      dc42undefined

      I will add move.currentMove.laserPower (with range 0..1) to the object model in RRF 3.01-RC4, then DWC will have it available for display.

    • A Former User?

      laser 17 watt duet 2 wifi

      Laser Cutters
      • laser wifi duet • • A Former User
      1
      0
      Votes
      1
      Posts
      200
      Views

      No one has replied

    • SnowCrashundefined

      Laser Filament Monitor 'SW' PCB Pads

      General Discussion
      • laser monitor filament • • SnowCrash
      11
      0
      Votes
      11
      Posts
      1.6k
      Views

      SnowCrashundefined

      @dc42 said in Laser Filament Monitor 'SW' PCB Pads - Unsolved:

      @snowcrash said in Laser Filament Monitor 'SW' PCB Pads - Unsolved:

      Ok, so... was my original understanding correct? that is, the voltage reading between the 2 pads (High/Low) serves as an indicator for filament present/not-present?

      Our intention is that if you want to add a filament presence switch, you add a switch that shorts those 2 pads together when filament is present.

      To make it easier for us (or anyone else) to prototype new functionality.

      In what why exactly? could you please give an example?

      No, because we haven't used them yet.

      Ok, thanks

    • HoLukasundefined

      Feedrate Dependent Laser Control

      Laser Cutters
      • laser • • HoLukas
      2
      0
      Votes
      2
      Posts
      502
      Views

      dc42undefined

      The latest firmware (2.02RC2) doesn't yet adjust laser power during acceleration and deceleration, but if a move gets executed at less than the requested feed rate, it adjusts laser power to compensate for that.