Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. raykholo
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 62
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by raykholo

    • raykholoundefined

      Control PanelDue through gCode commands?

      PanelDue
      • • • raykholo
      2
      0
      Votes
      2
      Posts
      189
      Views

      mfs12undefined

      Hey @raykholo, unfortunately there are no means to control paneldue remotely. You can display popups on paneldue with M291 gcode.

      https://docs.duet3d.com/User_manual/Reference/Gcodes#m291-display-message-and-optionally-wait-for-response

    • raykholoundefined

      Binary GCode Support (.BGCODE)

      Firmware wishlist
      • • • raykholo
      3
      0
      Votes
      3
      Posts
      445
      Views

      raykholoundefined

      @deckingman been a long time, hope you are doing well. Watched a lot of your more recent videos last week to get caught up on "fun crazy machines".

      Thanks for that link. My search didn't find it, likely because they didn't say "binary" in the title.

    • raykholoundefined

      Quotient and Modulo Mathematical Operations Request

      General Discussion
      • • • raykholo
      8
      0
      Votes
      8
      Posts
      526
      Views

      dc42undefined

      I have implemented floor(x) and mod(x, y) in the latest internal builds of RRF3 at https://www.dropbox.com/sh/3azy1njy3ayjsbp/AACquxr2m00eV568RZg5QG5wa?dl=0.

    • raykholoundefined

      Advanced Functionality Questions

      General Discussion
      • • • raykholo
      6
      0
      Votes
      6
      Posts
      395
      Views

      Danalundefined

      @raykholo said in Advanced Functionality Questions:

      For getting data back, yes, I would like Macros to be able to return data

      I had a separate conversation with Dave in another thread on this forum. Macro arguments and return values are planned.

    • raykholoundefined

      Hardware changelog?

      General Discussion
      • • • raykholo
      2
      0
      Votes
      2
      Posts
      409
      Views

      T3P3Tonyundefined

      @raykholo for the Duet here:

      https://duet3d.dozuki.com/Wiki/Hardware_Overview#Section_Version_History

      for the Duex:

      https://duet3d.dozuki.com/Wiki/Duex2_and_Duex5_Features

      its not had such a significant list of changes between 0.8a and 0.9 - that is mainly components moving around to improve manufacturability and EMI.

    • raykholoundefined

      Laser/ CNC Support in RRF - gCode Semantics

      Laser Cutters
      • • • raykholo
      22
      0
      Votes
      22
      Posts
      3.6k
      Views

      dc42undefined

      @resam said in Laser/ CNC Support in RRF - gCode Semantics:

      @dc42 said in Laser/ CNC Support in RRF - gCode Semantics:

      This is what I am thinking of implementing:

      Add an extra parameter letter to G1 commands with the same meaning as S currently has. Possibly H, because S1 or H1 indicates a Homing move. This letter would be supported in all modes.

      When M452 is used to set the machine to Laser mode, if the M452 command includes the S parameter then the meaning of S in G1 commands changes to laser power.

      For G0 commands, the laser power will always be zero and any S parameter will be ignored.

      A G1 command with no S parameter will be executed with the laser power set according to the most recent M3 command.

      The number that follows the S parameter in the M452 command is the S value in G1 commands that corresponds to full power.

      Comments?

      @dc42 any progress on this? I didn't see anything about this in the 2.0RC's - is it going to make it, or do you target this for a possible future 2.1 release?

      Firmware 2.0 is for the switch to RTOS and for bug fixes, so major enhancements like the laser support will have to wait for 2.01.

    • raykholoundefined

      Broken Schematic Link

      General Discussion
      • • • raykholo
      2
      0
      Votes
      2
      Posts
      404
      Views

      dc42undefined

      Thanks, I've just corrected it.

    • raykholoundefined

      Multi Extrusion "Intelligence" in RRF

      General Discussion
      • • • raykholo
      3
      0
      Votes
      3
      Posts
      602
      Views

      BMMalundefined

      @dc42:

      Currently there is no support for variables in GCode commands, or conditional commands or looping; but adding all of these is under consideration.

      This is interesting to me. I think it could aid in keeping machines more Gcode agnostic. As part of a response to a question about getting the machine to wipe the tool head off, I detailed how I currently go about getting Kisslicer and RRF to work together so that I don't have to remember nearly as many details about settings: https://www.duet3d.com/forum/thread.php?id=3121#

    • raykholoundefined

      Separation of Tool Selection from Heater Temperature

      General Discussion
      • • • raykholo
      2
      0
      Votes
      2
      Posts
      383
      Views

      dc42undefined

      If you have a reason for wanting to heat the hot end without selecting an extruder, why not define a 3rd tool that uses the same heater but no drives?

    • raykholoundefined

      Additional stepstick extruders playing nice with onboard tmc2660

      General Discussion
      • • • raykholo
      6
      0
      Votes
      6
      Posts
      850
      Views

      dc42undefined

      The peak current you can use in practice will depend on how well the chip is cooled.

    • raykholoundefined

      Latest PanelDue Hardware?

      General Discussion
      • • • raykholo
      8
      0
      Votes
      8
      Posts
      948
      Views

      dc42undefined

      Check the SAM4S datasheet, I recall that it is quite particular in the range of load capacitance and ESR that it likes.

    • raykholoundefined

      Beta11: "Error: Failed to initialise WiFi module, code -10"

      Firmware installation
      • • • raykholo
      3
      0
      Votes
      3
      Posts
      860
      Views

      dc42undefined

      Always read the upgrade notes at https://github.com/dc42/RepRapFirmware/blob/dev/WHATS_NEW.md before installing new firmware. Had you done so, they would have led you to https://duet3d.com/wiki/DuetWiFiFirmware_1.19beta.

      The diag light shares a pin with the Z probe MOD signal, so it is always on when using a type 1 Z probe.

    • raykholoundefined

      Most Complex Independent Head System Possible?

      General Discussion
      • • • raykholo
      13
      0
      Votes
      13
      Posts
      2.3k
      Views

      dc42undefined

      The CAN bus Duet is still some time away. We've done some design work and some of the firmware for it, but no prototypes yet.