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

    Topics created by GeneRisi

    • GeneRisiundefined

      metacode rread-only variables

      Firmware wishlist
      • • • GeneRisi
      7
      0
      Votes
      7
      Posts
      202
      Views

      GeneRisiundefined

      @dc42 The use case is that it would be nice to know if I have messed up when I make a script change. The past several days have been challenging because I implemented a second "pebble wiper" for the tool changer and realized that the variable declarations were scattered and the naming was inconsistent. I now have a defGlobalConstants.g and defGlobalVars.g that is called by config.g and some tool unique code is being reduced using indexing.

      While I have your ear, I wish there was a way to check the gcode for syntax errors without actually doing anything. I don't know if this is what "simulation" is meant to do; if it is, I need to read up on it. Having macros fail during prints is a very slow way to debug.

    • GeneRisiundefined

      Extrusion length in object model

      Firmware wishlist
      • • • GeneRisi
      3
      0
      Votes
      3
      Posts
      96
      Views

      GeneRisiundefined

      @chrishamm Chris, I think it is. Thanks!

    • GeneRisiundefined

      Building 3.5(.2) and CoreTypes.h not found

      Beta Firmware
      • • • GeneRisi
      8
      0
      Votes
      8
      Posts
      238
      Views

      GeneRisiundefined

      @chrishamm I discovered the solution. After loading all of the projects, then do a full clean and then quit Eclipse. Restart Eclipse and now the board build options should be available under the Hammer icon.

    • GeneRisiundefined

      Unable to configure MQTT when active on an interface

      General Discussion
      • mqtt network • • GeneRisi
      15
      0
      Votes
      15
      Posts
      420
      Views

      rechrtbundefined

      @droftarts Copy @droftarts

    • GeneRisiundefined

      Any possibility to implement keep out area on Duet 2?

      Firmware wishlist
      • • • GeneRisi
      18
      0
      Votes
      18
      Posts
      773
      Views

      dc42undefined

      @GeneRisi some of the RAM is allocated dynamically depending on your configuration; so the linker can't tell you that.

      When the machine has run for a while, M122 will tell you how much RAM is unused.

    • GeneRisiundefined

      SDCard reading stops while power was on

      Duet Hardware and wiring
      • • • GeneRisi
      5
      0
      Votes
      5
      Posts
      141
      Views

      GeneRisiundefined

      @Phaedrux The problem was that I had entered a move in config.g before axis homing. "Insufficient axis homed" seems to leave the machine in a state similar in this case to config.g not existing.

    • GeneRisiundefined

      Solved Error for fan not found running 3.4.6

      General Discussion
      • • • GeneRisi
      10
      0
      Votes
      10
      Posts
      300
      Views

      GeneRisiundefined

      @jay_s_uk Thank you so much for pointing that out! There are a few things that are wrong; I really appreciate your help!

      This is closed. Thanks for the help!

      Gene

    • GeneRisiundefined

      Parameter passing from within a macro

      General Discussion
      • firmware macro • • GeneRisi
      8
      0
      Votes
      8
      Posts
      359
      Views

      fcwiltundefined

      @Behrouz-AKT said in Parameter passing from within a macro:

      @fcwilt I am observing the same thing - a string for some odd reason does not work but it should - actually i am trying to do something similar.

      Why do you think a string should be working with the current firmware?

      Thanks.

      Frederick

    • GeneRisiundefined

      Web camera video placement problem

      Duet Web Control
      • • • GeneRisi
      3
      0
      Votes
      3
      Posts
      214
      Views

      Aurimasundefined

      @GeneRisi i got the same issue
      the image is located in the 4th quartile of the frame
      8b933ea3-a150-4d06-8632-c7e4aabf6526-image.png

    • GeneRisiundefined

      Wifi link slow with new router

      General Discussion
      • • • GeneRisi
      9
      0
      Votes
      9
      Posts
      215
      Views

      jay_s_ukundefined

      @GeneRisi you can hack on an external wifi antenna to an ESP8266 https://www.hackster.io/simon-vavpotic/esp32-and-esp8266-external-antenna-f28e6b
      or you can change the module to an ESP07s

    • GeneRisiundefined

      Webcam interface in 3.4.0 seems wrong

      Duet Web Control
      • • • GeneRisi
      4
      0
      Votes
      4
      Posts
      296
      Views

      GeneRisiundefined

      @chrishamm Thanks! That did it!

    • GeneRisiundefined

      Alternative to variable substitution of parameter letter

      Firmware wishlist
      • • • GeneRisi
      4
      0
      Votes
      4
      Posts
      214
      Views

      GeneRisiundefined

      @fcwilt I don't know. There is underlying housekeeping that the firmware must be doing. The drive mapping could be changed but I don't know whether that would be sufficient.

    • GeneRisiundefined

      M20 option to sort by date

      Firmware wishlist
      • • • GeneRisi
      3
      0
      Votes
      3
      Posts
      185
      Views

      GeneRisiundefined

      @dc42 You know better than I do. I thought the processor in the PanelDue and the amount of RAM available made implementing sorting there impractical

    • GeneRisiundefined

      [Feature request] add sort options to file list

      PanelDue
      • • • GeneRisi
      1
      1
      Votes
      1
      Posts
      141
      Views

      No one has replied

    • GeneRisiundefined

      Solved Dumbfounded ! Firmware bug in 3.4 beta 6?

      Beta Firmware
      • • • GeneRisi
      27
      0
      Votes
      27
      Posts
      1.3k
      Views

      GeneRisiundefined

      @dc42 I found the problem.

      When tool T1 was being returned, the Y "parking" coordinate was off by 1 mm. The tool parking location didn't budge but the firmware thought that the tool location was 1mm beyond where it actually was. The machine is a corexy (E3D), so even though only the Y coordinate was off, I suspect it affected both the x and y location from the the firmware's perspective.

    • GeneRisiundefined

      Solved Including slot info in object model

      Firmware wishlist
      • • • GeneRisi
      3
      0
      Votes
      3
      Posts
      155
      Views

      GeneRisiundefined

      @dc42 👍 👍

    • GeneRisiundefined

      mesh.g parameter handling

      Beta Firmware
      • • • GeneRisi
      15
      0
      Votes
      15
      Posts
      436
      Views

      JoergS5undefined

      @generisi Nist doesn't mention Q, this seems to be a good letter.

    • GeneRisiundefined

      file name parsing incomplete

      Beta Firmware
      • • • GeneRisi
      3
      0
      Votes
      3
      Posts
      163
      Views

      GeneRisiundefined

      @dc42 It works like it should. My mistake.

    • GeneRisiundefined

      "directDisplay = null" but Paneldue 5i attached

      Beta Firmware
      • • • GeneRisi
      2
      0
      Votes
      2
      Posts
      144
      Views

      gloomyandyundefined

      I think this will only be set if you have an 12864 type display attached not a panelDue.