Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. gumby
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 40
    • Best 4
    • Controversial 0
    • Groups 0

    gumby

    @gumby

    8
    Reputation
    9
    Profile views
    40
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Michigan

    gumby Unfollow Follow

    Best posts made by gumby

    • It's Alive!!

      I finally did my first test print on my upgraded Anycubic Predator.

      It still needs tons of tweaking, but I'm beyond excited that it even printed first try.

      20230508-074610[1].jpg

      I was pretty intimidated to do my own home brew machine, but I love the predator footprint, but hated everything else. (Hotend, Control system, Delta Arms, cooling, etc.) So I decided to jump in the pool and try.

      I want to first say thank you to the people on the forum that answered my questions. I was breaking lot of new ground here and was pretty intimidated, so thanks for getting me up and running when I got stuck.

      Here is what I put together. Hayden Magarms, Zesty NImble V3 extruder, Duet3 mini 5+ wifi, liquid cooled hotend, Thermaltake liquid cooling system, Smart effector, PanelDue, relays controlling pump, and external fan controllers. I custom designed the cooling fan system based on a CFD duct system I saw on Youtube.

      20230508-074429.jpg

      I am so jazzed to see it move. It felt like the eternal project and I hit a lot of roadblocks, but at least its running.

      I realize now that I need to write an effective pre and post gcode, but that will be my next hurdle.

      Anyway, just saying thank you, and can't wait to see this thing perform once I have the enclosure and gcode worked out.

      Cheers,
      Gumby

      20230507-124902.jpg

      posted in My Duet controlled machine
      gumbyundefined
      gumby
    • Flagged as Spam??

      I'm trying to post a simple question in Firmware and it keeps erroring out as spam. There is no spam content in it.

      Any idea what is happening?
      Gumby

      posted in General Discussion
      gumbyundefined
      gumby
    • RE: Stealing Pins?

      @gumby

      Just to finalize the topic, I wanted to post that mixing pins from available headers worked like a charm.

      PanelDue working now.

      Thanks again to this community.

      Cheers,
      Gumby

      posted in Duet Hardware and wiring
      gumbyundefined
      gumby
    • RE: Flagged as Spam??

      @gumby

      Okay, I posted the same words in three separate chunks and none of them got flagged. Maybe the post was too long??

      Just info for anyone that may be experiencing the same thing...

      Gumby

      posted in General Discussion
      gumbyundefined
      gumby

    Latest posts made by gumby

    • RE: Mesh Compensation in Gcode Start?

      @Phaedrux

      Thank You!

      I wasn't sure... Then I can check that off the list and figure out what else it must be.

      Cheers,
      Gumby

      posted in General Discussion
      gumbyundefined
      gumby
    • Mesh Compensation in Gcode Start?

      I have been using my homebrew delta machine, and I am still fuzzy on the mesh comp commands.

      Here is what I have been using on my start gcode in my slicer:

      G28 ; home all axes
      G30 ; Probe Z height
      G29 ; Probe Bed comp
      G1 Z5 F5000 ; lift nozzle
      M80 ; start pump

      So here is my question. I saw running M561 cancels mesh comp. So, do I need a command other than my G29 to enable it? I was running a large circular shape, and my nozzle was getting way too close on one side, so that made me think maybe the G29 command only created the mesh file, but did not enable it. Does anyone here have insight on this topic?

      Thanks in advance.
      Gumby

      posted in General Discussion
      gumbyundefined
      gumby
    • RE: Angled Printing on Delta Printer

      I changed a lot of variables, but it seemed to boil down to reducing acceleration and maximum instantaneous speed change.

      It has introduced corner blobs, but now I will try to dial in pressure advance and accelerometer tuning.

      So thanks for helping me work the issue out.

      Cheers,
      Gumby

      posted in General Discussion
      gumbyundefined
      gumby
    • RE: Angled Printing on Delta Printer

      It seems like it may be mechanical.

      I have been trying several more fixes and will post when I come to some sort of conclusion in case it helps someone else.

      Cheers,
      Gumby

      posted in General Discussion
      gumbyundefined
      gumby
    • Angled Printing on Delta Printer

      I have my machine up and running, but have this mysterious problem.

      When I grow my parts, the one axis is slanted. (See Pics). ( I printed one good one on my other printer to show what they should look like.)

      I have no idea why this is occurring. I have quadruple checked every parameter I can find. I re-sliced, changed settings, tried changing the amperage on the motors in case there was lost steps, but it has no skipping, and everything seems smooth. It is also repeatable, which makes a lost steps issue seem unlikely to me. Has anyone else seen this, or how I may approach troubleshooting this problem?
      Angled_04.jpg Angled_03.jpg Angled_02.jpg Angled_01.jpg
      Thanks in advance.
      Gumby

      (Duet3 Mini+ Wifi, with Smart effector on a delta rig 24v. liquid cooled, zesty nimble extruder)

      Here is my config file contents.

      ; Configuration file for Duet 3 Mini 5+ (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.16 on Thu Apr 20 2023 10:24:19 GMT-0400 (Eastern Daylight Time)
      
      ; General preferences
      G90                                           				; send absolute coordinates...
      M83                                           				; ...but relative extruder moves
      M550 P"Predator"                              				; set printer name
                                                                ;M665 X -0.137°, Y 0.131°, Z 0.000°
      M665 R232.466 L450.7 B185 H408.062              			; Set delta radius, diagonal rod length, printable radius and homed height
      M666 X0.43 Y-0.05 Z-0.38                                 	; put your endstop adjustments here, or let auto calibration find them
      M81 C"!pson" 								  				; allocate the PS_ON pin to power control but leave power off
      ;M579 X1.0309 Y1.0245 Z.9935								; Scale Compensation
      
      ; Network
      M552 S1                                       				; enable network
      M586 P0 S1                                    				; enable HTTP
      M586 P1 S1                                    				; enable FTP
      M586 P2 S1                                    				; enable Telnet
      
      ; Drives
      M569 P0.0 S1                                  				; physical drive 0.0 goes forwards
      M569 P0.1 S1                                  				; physical drive 0.1 goes forwards
      M569 P0.2 S1                                  				; physical drive 0.2 goes forwards
      M569 P0.3 S1                                  				; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1 Z0.2 E0.3                      				; set drive mapping
      M350 X16 Y16 Z16 E16 I1                       				; configure microstepping with interpolation
      M92 X160.00 Y160.00 Z160.00 E5700             				; set steps per mm
      M566 X3000.00 Y3000.00 Z3000.00 E36.00      				; set maximum instantaneous speed changes (mm/min)
      M203 X18000.00 Y18000.00 Z18000.00 E1800.00   				; set maximum speeds (mm/min)
      M201 X8000.00 Y8000.00 Z8000.00 E120.00      				; set accelerations (mm/s^2)
      M906 X1200 Y1200 Z1200 E500 I30               				; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                       				; Set idle timeout
      M591 D0.3 P2 C"io5.in" S1  					  				; filament monitor connected to E0 endstop
      M591 D0.3									  				; display filament sensor parameters for extruder drive 0
      M376 H30                                                    ; Taper mesh comp over 30mm of distance from Zero. 
      
      ; Axis Limits
      M208 X-9999:9999 Y-9999:9999 Z-9999:9999 					; set axis minima and maxima
      
      
      ; Endstops
      M574 X1 S1 P"io6.in"                          				; configure switch-type (e.g. microswitch) endstop for high end on X via pin io0.in
      M574 Y1 S1 P"io1.in"                          				; configure switch-type (e.g. microswitch) endstop for high end on Y via pin io1.in
      M574 Z1 S1 P"io2.in"                          				; configure switch-type (e.g. microswitch) endstop for high end on Z via pin io2.in
      
      ; Z-Probe
      M558 P8 R0.4 C"io3.in+io3.out" H5 F1200 T6000 				; set Z probe type to effector and the dive height + speeds
      ;M558 H30                                      				;*** Remove this line after delta calibration has been done and new delta parameters have been saved
      G31 P100 X0 Y0 Z-0.1                              			; set Z probe trigger value, offset and trigger height
      M557 R185 S40                                 				; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4138  				; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0                            				; create bed heater output on out0 and map it to sensor 0
      M307 H0 R0.399 K0.380:0.000 D1.32 E1.35 S1.00 B0 			; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                       				; map heated bed to heater 0
      M143 H0 S120                                  				; set temperature limit for heater 0 to 120C
      M308 S1 P"temp1" Y"thermistor" T100000 B4138  				; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"out2" T1                            				; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 R2.382 K0.347:0.000 D6.45 E1.35 S1.00 B0            ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S300                                  				; set temperature limit for heater 1 to 300C
      
      ; Fans
      M950 F0 C"out5" Q500                          				; create fan 0 on pin out5 and set its frequency
      M106 P0 S0 H-1                                				; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"out6" Q500                          				; create fan 1 on pin out6 and set its frequency
      M106 P1 S1 H1 T45                             				; set fan 1 value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 D0 H1 F0                              				; define tool 0
      G10 P0 X0 Y0 Z0                               				; set tool 0 axis offsets
      G10 P0 R0 S0                                  				; set initial tool 0 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      
      ; Miscellaneous
      M575 P1 S1 B57600							 				;Panel Due enable command
      T0                                           				; select first tool
      
      
      
      
      posted in General Discussion
      gumbyundefined
      gumby
    • RE: Active Codes

      Thank you everyone,

      I will look into all of that info.

      Cheers,
      Gumby

      posted in Duet Web Control
      gumbyundefined
      gumby
    • Active Codes

      I have a CNC machine that shows the active codes for the machine.

      i.e. absolute/relative, pump on/pump off/ compensation, etc.

      I really like having that info and I was wondering if that existed in the interface, or how to poll the machine for that info.

      Thanks in advance.
      Gumby

      posted in Duet Web Control
      gumbyundefined
      gumby
    • RE: It's Alive!!

      @T3P3Tony

      Thank you for doing that. Not sure why my links were jenky...

      Cheers,
      Gumby

      posted in My Duet controlled machine
      gumbyundefined
      gumby
    • It's Alive!!

      I finally did my first test print on my upgraded Anycubic Predator.

      It still needs tons of tweaking, but I'm beyond excited that it even printed first try.

      20230508-074610[1].jpg

      I was pretty intimidated to do my own home brew machine, but I love the predator footprint, but hated everything else. (Hotend, Control system, Delta Arms, cooling, etc.) So I decided to jump in the pool and try.

      I want to first say thank you to the people on the forum that answered my questions. I was breaking lot of new ground here and was pretty intimidated, so thanks for getting me up and running when I got stuck.

      Here is what I put together. Hayden Magarms, Zesty NImble V3 extruder, Duet3 mini 5+ wifi, liquid cooled hotend, Thermaltake liquid cooling system, Smart effector, PanelDue, relays controlling pump, and external fan controllers. I custom designed the cooling fan system based on a CFD duct system I saw on Youtube.

      20230508-074429.jpg

      I am so jazzed to see it move. It felt like the eternal project and I hit a lot of roadblocks, but at least its running.

      I realize now that I need to write an effective pre and post gcode, but that will be my next hurdle.

      Anyway, just saying thank you, and can't wait to see this thing perform once I have the enclosure and gcode worked out.

      Cheers,
      Gumby

      20230507-124902.jpg

      posted in My Duet controlled machine
      gumbyundefined
      gumby
    • RE: Customizing PanelDue Screen?

      @Phaedrux

      Thank you, I will try it.

      Cheers,
      Gumby

      posted in PanelDue
      gumbyundefined
      gumby