Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. JBisc
    3. Best
    • Profile
    • Following 2
    • Followers 1
    • Topics 15
    • Posts 57
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by JBisc

    • RE: Problem with Start page

      @Phaedrux I thought that it helped to reinstall everything. First everthing worked well, but after configuring my RPI in the way I typically use it, i got the same problem again.

      But I was able to find the point where something is going wrong.

      What I have done:

      Completly new image on SD card (v3.2). Everything worked correctly: DWS webpage is shown correctly in my network.

      I want to run another Singlepage-Application an the RPI therefor I install nodejs with the following command

      sudo apt-get install -y nodejs npm
      

      and after finishing the installation, something is wrong with the Appache-Server (?).

      Results:
      And I get my old error message: "Apache2 default message"

      Question:
      Is there an Apache expert who has an idea?
      How is it possible that the installation of nodejs is changing something that leads to my problem with the Apache?

      posted in Duet Web Control
      JBiscundefined
      JBisc
    • Duet RPI and docker

      RPI are supporting docker containers and there is a general trend towards containerization.

      Wouldn't it be nice if DCS DWC and DWS are running in on a docker container?

      Did somebody tried something similar?
      What is your opinion about that? Do you see more advantages or disadvantages?

      posted in General Discussion
      JBiscundefined
      JBisc
    • Where is the difference - 10 times X1 vs 1 times X10

      Could somebady explain me why there is high difference in total speed if my gcode looks like

      a)

      G1 X1
      G1 X1
      G1 X1
      ...
      G1 X1
      

      100 times.
      or (b) just:

      G1 X100
      

      Less gcode is faster? Why is the firmware not optimizing that?

      posted in Tuning and tweaking
      JBiscundefined
      JBisc