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

    Posts made by westech

    • RE: Issues switching to Orca Slicer Profiles & Start G-Code

      @droftarts I know where to copy my start and end Gcode into Orca. But I don't get the same heat up, bed leveling, then my purge line etc. Orca seems to go to the center deploy my BL touch then heats up. no bed mesh. I was asking in the big picture, is selecting any printer profile enough. The only thing which makes a printer profile RRF is switching Marlin to RRF? Which I know how to do. OR, are there other settings which need to be set to tell Orca it is RRF?

      My bottom line, is neither the built in profiles are working for me. And if anyone who uses a similar printer have working profiles or knows were there are profiles I can DL online?

      As I said, I really want to run through the Orca calibration functions.

      posted in Third-party software
      westechundefined
      westech
    • Issues switching to Orca Slicer Profiles & Start G-Code

      Greetings!

      I have 3 Ender 3 Pro, running RRF. Love it. Always used Cura. Wanted to switch to latest Orca. I haven't found a printer profile that works. If anyone is familiar with Orca (PrusaSlicer). My main goal is to retain my BL Touch G29. This is probably not a RRF issue but an issue of how Cura v. Orca uses Start and End G-code. Here are my specs and working Cura G-codes.

      Ender 3 Pro
      Creality Dual Gear Extruder
      BL Touch
      RRF Duet Firmware

      Current Cura Start G-Code:

      ; Ender 3 Custom Start G-code

      G92 E0 ; Reset Extruder
      G28 ; Home all axes
      G29
      G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
      G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
      G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
      G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
      G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
      G92 E0 ; Reset Extruder
      G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
      G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

      End G-Code

      G91 ;Relative positioning
      M83 ;Relative extruder mode
      G1 E-2 F2700 ;Retract a bit
      G1 E-2 Z0.2 F2400 ;Retract and raise Z
      G1 X5 Y5 F3000 ;Wipe out
      G1 Z10 ;Raise Z more
      G90 ;Absolute positioning;
      M82 ;set extruder absolute mode
      G1 X0 Y{machine_depth} ;Present print
      M106 S0 ;Turn-off fan
      M104 S0 ;Turn-off hotend
      M140 S0 ;Turn-off bed
      M84 X Y E ;Disable all steppers but Z

      posted in Third-party software
      westechundefined
      westech
    • RE: Getting error from Cura gcode: Error: Bad command: -1 M110

      @jay_s_uk Thanks will do.

      posted in General Discussion
      westechundefined
      westech
    • RE: Getting error from Cura gcode: Error: Bad command: -1 M110

      @jay_s_uk Hi Jay!!! Its a Mellow FLY RRF E3 V1.0 (I have several of you boards:-)

      DWC 3.5.2,

      STMWIFI 3.3.0_14

      Duet Wifi Server 1.26-05S-D

      Endcap 96.5 v101.5 1.2mm.gcode

      posted in General Discussion
      westechundefined
      westech
    • RE: Getting error from Cura gcode: Error: Bad command: -1 M110

      @dc42 Yes, I printed three versions. Like I said it printed fine. I double checked my start GCODE from Cura and no M110. Not a big deal since it prints. Just curious what Cura was trying to execute that Duet didn't like.

      So no worries:-)

      posted in General Discussion
      westechundefined
      westech
    • Getting error from Cura gcode: Error: Bad command: -1 M110

      Greetings!

      I sliced from Cura 2.8. It printed fine but the console gave me this error at the start : Error: Bad command: -1 M110.M110 is not in my start or end Gcode. So not sure were in Cura I can turn it off? Any idea what it is trying to do?

      Weird, I just did a search of the gcode in GCODE ANALYZER, and M110 can't be found?

      Thanks

      Max

      posted in General Discussion
      westechundefined
      westech
    • RE: G-code trouble, filament completely retracts

      @MJLew Thanks, I remember this being solved a long time ago. Your suggestion is familiar. I just thought I might look at old non retracting gcode I've printed.

      posted in General Discussion
      westechundefined
      westech
    • G-code trouble, filament completely retracts

      Greetings!

      I remember this issue a long time ago. I'm using Cura. Below is my standard end g-code. I know one of the commands is not compatible with Suet. After the print completes it completely retracts the filament out of the extruder. If you don't notice, you will start the next print but no filament. What could I change or remove. Thanks

      Max

      G91 ;Relative positioning
      G1 E-2 F2700 ;Retract a bit
      G1 E-2 Z0.2 F2400 ;Retract and raise Z
      G1 X5 Y5 F3000 ;Wipe out
      G1 Z10 ;Raise Z more
      G90 ;Absolute positioning

      G1 X0 Y{machine_depth} ;Present print
      M106 S0 ;Turn-off fan
      M104 S0 ;Turn-off hotend
      M140 S0 ;Turn-off bed

      M84 X Y E ;Disable all steppers but Z

      posted in General Discussion
      westechundefined
      westech
    • RE: Help accessing Duet with hostname rather than IP address

      @westech Thanks Jay, Everything is working. I have both duets onliner and my klipper. All by hostnames.

      I think there was a problem on the DUET. Like I said sometimes it will show up as "Duet-WiFi" and some time by the printer name.

      My second Duet is a Mellow Fly E3 V1.1. It always comes up as "enderfly" never "Duet-WiFi."

      posted in Duet Web Control
      westechundefined
      westech
    • RE: Help accessing Duet with hostname rather than IP address

      @jay_s_uk said in Help accessing Duet with hostname rather than IP address:

      @westech I would suggest upgrading to 3.4.5+_107 https://github.com/gloomyandy/RepRapFirmware/releases/tag/v3.4.5%2B_107
      and wifi firmware 1.27_02 https://github.com/gloomyandy/DuetWiFiSocketServer/releases/tag/v1.27-02
      then let us know how you get on.
      If your printer name is Printer1 then http://Printer1.local "should" work

      Thanks, Sometimes when I see the printer on the network it says "Duet-Wifi" sometimes it will say "Printer1" That's with a netwotk scanner.

      posted in Duet Web Control
      westechundefined
      westech
    • RE: Help accessing Duet with hostname rather than IP address

      @OwenD Thanks I will check that out. Like I said I can access a raspberry pi running Klipper at http://octopi

      And I verified I have bonjoir installed.

      Thanks.

      posted in Duet Web Control
      westechundefined
      westech
    • RE: Help accessing Duet with hostname rather than IP address

      @jay_s_uk said in Help accessing Duet with hostname rather than IP address:

      M122

      Hi Jay!

      You've helped me alot over on your Discord, thanks. This one is a CDYv3. One extra question. I'm running 3.4.0 Is there any thing special for me to upgrade to 3.5 firmware? I don't have any LEDs or Canbus stuff. This is just an ender 3. Thanks:-)

      M122
      === Diagnostics ===
      RepRapFirmware for STM32F4 based Boards (fly_cdyv3) version 3.4.0_1 (2022-03-17 12:50:35) running on STM32F4
      Used output buffers: 14 of 40 (38 max)
      === RTOS ===
      Static ram: 21344
      Dynamic ram: 75952 of which 44 recycled
      Never used RAM 32704, free system stack 214 words
      CCMRam static ram: 15868 dynamic ram: 19852 free ram 29812
      Tasks: NETWORK(ready,9.8%,231) HEAT(notifyWait,0.0%,347) Move(notifyWait,0.0%,361) FSWRITE(notifyWait,0.0%,566) MAIN(running,88.6%,452) IDLE(ready,1.6%,29), total 100.0%
      Owned mutexes: WiFi(NETWORK)
      === Platform ===
      Last reset 00:00:47 ago, cause: [power on/off]
      Last software reset at 2023-06-14 09:37, reason: User, GCodes spinning, available RAM 32496, slot 1
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00400000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
      Error status: 0x00
      Step timer max interval 0
      MCU temperature: min 22.9, current 30.5, max 30.7
      Supply voltage: min 24.0, current 24.2, max 24.5, under voltage events: 0, over voltage events: 0, power good: yes
      Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
      Events: 0 queued, 0 completed
      Driver 0: standstill 2209, SG min 0, reads 3265, writes 11
      Driver 1: standstill 2209, SG min 0, reads 3265, writes 11
      Driver 2: standstill 2209, SG min 0, reads 3264, writes 11
      Driver 3: standstill 2209, SG min 0, reads 3263, writes 12
      Driver 4: standstill 2209, SG min 0, reads 3264, writes 11
      Driver 5:
      Driver 6:
      Driver 7:
      Driver 8:
      Driver 9:
      Driver 10:
      Date/time: 2023-06-15 22:48:01
      Slowest loop: 2.72ms; fastest: 0.09ms
      === Storage ===
      Free file entries: 10
      SD card 0 detected
      SD card longest read time 29.7ms, write time 0.0ms, max retries 0
      === Move ===
      DMs created 83, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === AuxDDARing ===
      Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters 0, chamber heaters -1, ordering errs 0
      === GCodes ===
      Segments left: 0
      Movement lock held by null
      HTTP is idle in state(s) 0
      File is idle in state(s) 0
      USB is idle in state(s) 0
      Aux is idle in state(s) 0
      Trigger is idle in state(s) 0
      Queue is idle in state(s) 0
      LCD is idle in state(s) 0
      Daemon is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty
      === Network ===
      Slowest loop: 35.18ms; fastest: 0.00ms
      Responder states: HTTP(2) HTTP(2) HTTP(0) HTTP(0)
      HTTP sessions: 1 of 8
      Uploads/Errors: 0/0
      - WiFi -
      Network state is active
      WiFi module is connected to access point

      Failed messages: pending 0, notready 0, noresp 0
      Bad header: 0/0
      WiFi firmware version 1.26-08S32-D
      WiFi MAC address 0a:4f:66:a8:cf:82
      WiFi Vcc 0.00, reset reason Power up
      WiFi flash size 0, free heap 143268
      WiFi IP address 192.168.55.175
      WiFi signal strength -54dBm, mode 802.11n, reconnections 0, sleep mode none
      Clock register 00000000
      Socket states: 2 4 0 0 0 0 0 0

      posted in Duet Web Control
      westechundefined
      westech
    • Help accessing Duet with hostname rather than IP address

      Greetings!

      This should be simple but I can't seem to get it working.

      My wifi keeps changing the assigned IP for my 2 Duet printers. I would like to use hostname instead in chrome.

      My Duet is called Printer1 (M550 RepRap name: Printer1)

      But a network scanner shows it as Duet-WiFi IP Address 192.196.45.123/24

      I can access it with the IP but not with the hostname? I'm on Windows 10. I checked and I do have bonjour running.

      I can access another printer via http://octopi so it is resolving the name.

      I have tried:
      http://Duet-WiFi
      http://Printer1
      http://Duet-WiFi.local
      http://Printer1.local

      No luck so far. Like I said I'm accessing it via the IP no problem, and bonjour is running.

      Thanks.

      Max

      posted in Duet Web Control
      westechundefined
      westech
    • RE: Trouble changing Wifi user/pass How to delete old SSID?

      @Phaedrux said in Trouble changing Wifi user/pass How to delete old SSID?:

      M552 S1

      Yes: M552 S1 in config

      My printer worked great on my old WIFI.

      It is running now (old wifi), But I need to switch to a new wifi. My new Wifi shows up under M587.

      Say the old wifi is off, will Duet just look for the next Wifi? There are three Wifis reported under M587.

      I was hoping to delete the old wifis to keep things clean.

      Thanks

      Max

      posted in General Discussion
      westechundefined
      westech
    • Trouble changing Wifi user/pass How to delete old SSID?

      Greetings!

      So i followed some instructions.

      put it into idle mode by sending command M552 S0

      M587 S"Mxxxxxxx" P"Pxxxxxxxx"

      But when I restart it does not connect.

      M587

      Remembered networks: Shows the old and new wifi.

      How can i delete the old wifi user/pass?

      My wifi is my phone. And I see it changes the IP each time: example 192.168.60.175,,, next time it may be 192.168.75.175.

      Say my printer name is BOB

      I tried using local.BOB but it dis not connect?

      The SSID is on the ESP32 so I can't just edit the config like a pi? Supplicant file? Thanks

      Max

      posted in General Discussion
      westechundefined
      westech
    • RE: Anyone use PrusaSlicer or IdeaMaker?

      I tried a 1mm nozzle for Vase mode in Cura and I did not get layers that bonded. When I tried Prusa in Vase mode it did make a manifold vase. Nut that was awhile ago under Marlin.

      I really don't understand all the settings. So sometimes messing with them makes things worse.:-)

      posted in General Discussion
      westechundefined
      westech
    • RE: Anyone use PrusaSlicer or IdeaMaker?

      @o_lampe I have 3 Ender 3s, that print exceptionally well. These STLs I need to print have threads. The profiles I use are not cutting it. I was going to try Prusa or even Simplify 3D. I don't believe its a hardware issue, but a profile issue. I have been playing with Horizontal Expansion as well as Slicing Tolerances.

      posted in General Discussion
      westechundefined
      westech
    • Anyone use PrusaSlicer or IdeaMaker?

      Greetings!

      I've mainly been a Cura user. I have some STLs I need to print with good fit tolerances. I'm not having great luck. Some large threads. So I wanted to try PrusaSlicer and IdeaMaker.

      So, I'm happily running my Duet on an Ender 3. I've been googling how to configure both for Reprap. Have not found anything very clear. In Cura there is a dropdown for RepRap.

      For some reason in Prusa it will start printing but nothing extrudes and I get an error a tool was not selected.

      With Cura I remember I had to change my End G-Code or the filament would completely retract.

      End G-Code:

      G91 ;Relative positioning
      M83 ;Relative extruder mode
      G1 E-2 F2700 ;Retract a bit
      G1 E-2 Z0.2 F2400 ;Retract and raise Z
      G1 X5 Y5 F3000 ;Wipe out
      G1 Z10 ;Raise Z more
      G90 ;Absolute positioning
      ;M82 ;set extruder absolute mode

      G1 X0 Y{machine_depth} ;Present print
      M106 S0 ;Turn-off fan
      M104 S0 ;Turn-off hotend
      M140 S0 ;Turn-off bed

      M84 X Y E ;Disable all steppers but Z


      So big question, anyone using Prusaslicer or Ideamaker successfully? Any advice on setting it up for Duet? Or maybe share a profile.

      Thanks

      Max

      posted in General Discussion
      westechundefined
      westech
    • RE: Configuring a Z MAX switch to preheat nozzle for filament change

      @deckingman Wow, thank you.

      posted in Tuning and tweaking
      westechundefined
      westech