Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. shojidoug
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 11
    • Best 0
    • Controversial 0
    • Groups 0

    shojidoug

    @shojidoug

    0
    Reputation
    1
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    shojidoug Unfollow Follow

    Latest posts made by shojidoug

    • RE: Start print in center of bed FT-5

      This has not been tuned and I only have it working on Slic3R , have not tried the native files that come with the firm ware.
      Also they have an IR probe for it that is inexpensive might want to research that because its very accurate.

      ; Configuration file for Duet WiFi (firmware version 1.17)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Wed Mar 15 2017 21:11:01 GMT-0400 (Eastern Daylight Time)

      ; General preferences
      M111 S0 ; Debugging off
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates…
      M83 ; ...but relative extruder moves
      M555 P2 ; Set firmware compatibility to look like Marlin
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X300 Y300 Z400 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 Z1 S0 ; Define active low and unused microswitches
      M558 P0 X0 Y0 Z0 H0.2 F120 T6000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
      G31 P600 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
      M557 X15:285 Y15:285 S20 ; Define mesh grid

      ; Drives
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S0 ; Drive 2 goes backwards
      M569 P3 S1 ; Drive 3 goes forwards
      M350 X32 Y32 Z32 E32 I0 ; Configure microstepping without interpolation
      M92 X160 Y160 Z800 E160 ; Set steps per mm
      M566 X7200 Y7200 Z3600 E7200 ; Set maximum instantaneous speed changes (mm/min)
      M203 X7200 Y7200 Z3600 E7200 ; Set maximum speeds (mm/min)
      M201 X1500 Y1500 Z500 E250 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1200 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Heaters
      M143 S260 ; Set maximum heater temperature to 260C
      M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
      M305 P0 T100000 B3988 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1

      ; Tools
      M563 P0 D0 H1 ; 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

      ; Network
      M550 Pconfig18 zdive reduced ; Set machine name
      M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP

      ; Fans
      M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Custom settings
      M552 S1

      CONFIG.JSON
      {"board":"duetwifi10","firmware":1.17,"compatibility":2,"nvram":false,"geometry":{"type":"cartesian","mins":[0,0,0],"maxes":[300,300,400]},"drives":[{"direction":1,"microstepping":32,"microstepping_interpolation":false,"steps_per_mm":160,"instant_dv":120,"max_speed":120,"acceleration":1500,"current":1000,"driver":0,"endstop_type":2,"endstop_location":1},{"direction":1,"microstepping":32,"microstepping_interpolation":false,"steps_per_mm":160,"instant_dv":120,"max_speed":120,"acceleration":1500,"current":1000,"driver":1,"endstop_type":2,"endstop_location":1},{"direction":0,"microstepping":32,"microstepping_interpolation":false,"steps_per_mm":800,"instant_dv":60,"max_speed":60,"acceleration":500,"current":1200,"driver":2,"endstop_type":2,"endstop_location":1},{"direction":1,"microstepping":32,"microstepping_interpolation":false,"steps_per_mm":160,"instant_dv":120,"max_speed":120,"acceleration":250,"current":800,"driver":3}],"idle":{"used":true,"factor":30,"timeout":30},"homing_speed_fast":"30","homing_speed_slow":"6","travel_speed":100,"z_dive_height":0.2,"slow_homing":false,"probe":{"type":"switch","trigger_z_height":0,"trigger_height":0,"trigger_value":600,"x_offset":0,"y_offset":0,"speed":2,"deploy":false,"points":[{"x":15,"y":15,"z":0},{"x":15,"y":285,"z":0},{"x":285,"y":285,"z":0},{"x":285,"y":15,"z":0}]},"num_nozzles":1,"bed_is_nozzle":false,"bed":{"present":true,"heater":0,"use_pid":true,"width":300,"length":300},"chamber":{"present":false},"max_heater_temperature":260,"heaters":[{"scale_factor":100,"series":4700,"thermistor":100000,"beta":3988,"a":0.000467125,"b":0.0002507522,"c":0,"channel":0},{"scale_factor":100,"series":4700,"thermistor":100000,"beta":4138,"a":0.0005717725,"b":0.0002416626,"c":0,"channel":1}],"toolchange_wait_for_temperatures":true,"generate_t_code":false,"tools":[{"number":0,"extruders":[0],"heaters":[1],"x_offset":0,"y_offset":0,"z_offset":0}],"compensation_x_offset":15,"compensation_y_offset":15,"mesh":{"x_min":15,"x_max":285,"y_min":15,"y_max":285,"spacing":20},"home_first":false,"orthogonal":{"compensation":false},"network":{"enabled":true,"name":"config18 zdive reduced","password":"","dhcp":true},"fans":[{"value":"30","inverted":false,"frequency":500,"thermostatic":false},{"value":"100","inverted":false,"frequency":500,"thermostatic":true,"heaters":[1],"trigger_temperature":45},{"value":"100","inverted":false,"frequency":500,"thermostatic":true,"heaters":[1],"trigger_temperature":45}],"custom_settings":"M552 S1"}

      posted in Tuning and tweaking
      shojidougundefined
      shojidoug
    • RE: Start print in center of bed FT-5

      ok got it to work with Slic3R Thank you every one

      posted in Tuning and tweaking
      shojidougundefined
      shojidoug
    • RE: Start print in center of bed FT-5

      here you go https://s21.postimg.org/ywcgd5v93/gantry.jpg

      posted in Tuning and tweaking
      shojidougundefined
      shojidoug
    • RE: Start print in center of bed FT-5

      @iDevelo:

      @shojidoug:

      Thank you for answering 🙂
      I have entered the dimensions in the slicers.
      thank you for the advice and the config you will post. If i have to i will move my end stops x would be no problem. but i would have to tear down the gantry and hot end to reverse.
      the 713maker gantry upgrade kit i have installed was not engineered to be flipped so if i can avoid it i will.

      Ahh it's not stock then?

      Where does your hotend home to? You have a picture?

      looking from the front to the rear Y right x rear z of course up
      please forgive the mess, I haven't reached the tidy up point and if i could figure out hoe to post a pic i would. 🙂

      posted in Tuning and tweaking
      shojidougundefined
      shojidoug
    • RE: Start print in center of bed FT-5

      its not the board but 3 d geometry in general. the point where xyz all meet is numbered 0 0 0 so your location start point could be
      X POSITION = X-0 ,Y POSITION = Y-0 ,Z POSITION = Z-0
      I am assuming. after much reading and no direct answer from any source that 0 is low and thus if i have my end stop at a 0 position it is a low end switch, even though my bed is all the way up, its starting point is Z-0

      posted in Tuning and tweaking
      shojidougundefined
      shojidoug
    • RE: Start print in center of bed FT-5

      Thank you for answering 🙂
      I have entered the dimensions in the slicers.
      thank you for the advice and the config you will post. If i have to i will move my end stops x would be no problem. but i would have to tear down the gantry and hot end to reverse.
      the 713maker gantry upgrade kit i have installed was not engineered to be flipped so if i can avoid it i will.

      posted in Tuning and tweaking
      shojidougundefined
      shojidoug
    • RE: Start print in center of bed FT-5

      Well if you have owned and configured 3d printers before im sure its easy.
      As far as the physical board and its mechanical set up its an elegant, robust piece of hardware and and tolerates a lot of errors in hooking up with out burning out the drivers or main chips +1 for that!
      The web interface is very nice to work with.
      That being said.
      the only drawback, and I haven't run into this problem yet, on the physical build is a surface mount fuse labeled F1.
      I'm sure there are good reasons why they made this design decision but if by chance you blow it you only have two options.
      1 remove and re-solder a new surface mount component which I put on the same difficulty level as trying to circumcise a mouse.
      2 solder in a new fuse holder same difficulty level but with the added bonus of a changeably fuse (I'm sure the mouse would love it)
      on to the set up
      having never seen G-code owned a 3d printer but 7 years as a mechanic and quite a few window box pc builds under my belt i have found the set up to be supremely frustrating. I certainly cant blame the duet wifi for the majority of my issues as people have set this board up with no issues on many different machines but a lot of assumptions are made in the 3d printer community
      for instance when you go to set your end stops you have a choice between high end and low end. low and behold there not talking about the physical dimensions but where the end stops are located in RELATIONSHIP TO THE START AND STOP POINTS OF THE AXIS.
      I can see the eye rolling and head shaking as the experienced people read this but if you have little or no background in geometry or computer science it can hang you up a bit, try googling "difference between a high end and low end switch on a 3d printer". So I would suggest if you've never done this before get a friend who has.

      You have to slice your stl and send it to the printer via the web interface. I know it makes no difference how the file gets to the printer but it would be nice if i could send directly from the slicer via the web interface to the printer.

      I have been struggling with the configuration for about a week now, couple of hours a day.
      its alright though because I could have come here anytime I wanted and asked a question and if im lucky the man who designed the board would have given me an answer.

      Despite the frustration im having a ball, I will get it in the end

      If you want a quality product that will serve you well for years and can outperform most any other board I do suggest this one
      OH you don't need the panel due I have it hooked up and haven't used it once for configuration Im sure I will use it once im printing regularly.

      posted in Tuning and tweaking
      shojidougundefined
      shojidoug
    • Start print in center of bed FT-5

      what are the methods for getting the printer to START printing in the center of the bed instead of the corner. Native g code provided with firm ware, Slic3r, and Cura all start in the same wrong place. I have included my config file for your entertainment in case that is the problem. :)- yes its a FT-5
      ; Configuration file for Duet WiFi (firmware version 1.17)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Tue Mar 14 2017 14:36:56 GMT-0400 (Eastern Daylight Time)

      ; General preferences
      M111 S0 ; Debugging off
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates…
      M83 ; ...but relative extruder moves
      M552 S1 ;enable wifi
      M555 P2 ; Set firmware compatibility to look like Marlin
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X300 Y300 Z400 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 Z1 S0 ; Define active low and unused microswitches
      M558 P0 X0 Y0 Z0 H5 F120 T6000 ; H-5 has been corected to H5 Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
      G31 P600 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
      M557 X15:285 Y15:285 S20 ; Define mesh grid

      ; Drives
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S0 ; Drive 2 goes backwards
      M569 P3 S1 ; Drive 3 goes forwards
      M350 X32 Y32 Z32 E32 I0 ; Configure microstepping without interpolation
      M92 X160 Y160 Z984.9 E420 ; Set steps per mm
      M566 X7200 Y7200 Z3600 E7200 ; Set maximum instantaneous speed changes (mm/min)
      M203 X7999.98 Y7999.98 Z3600 E7980 ; Set maximum speeds (mm/min)
      M201 X1500 Y1500 Z500 E250 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1200 E900 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Heaters
      M143 S260 ; Set maximum heater temperature to 260C
      M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
      M305 P0 T100000 B3988 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1

      ; Tools
      M563 P0 D0 H1 ; 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
      ; Configuration file for Duet WiFi (firmware version 1.17)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Tue Mar 14 2017 14:36:56 GMT-0400 (Eastern Daylight Time)

      ; General preferences
      M111 S0 ; Debugging off
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves
      M552 S1 ;enable wifi
      M555 P2 ; Set firmware compatibility to look like Marlin
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X300 Y300 Z400 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 Z1 S0 ; Define active low and unused microswitches
      M558 P0 X0 Y0 Z0 H5 F120 T6000 ; H-5 has been corected to H5 Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
      G31 P600 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
      M557 X15:285 Y15:285 S20 ; Define mesh grid

      ; Drives
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S0 ; Drive 2 goes backwards
      M569 P3 S1 ; Drive 3 goes forwards
      M350 X32 Y32 Z32 E32 I0 ; Configure microstepping without interpolation
      M92 X160 Y160 Z984.9 E420 ; Set steps per mm
      M566 X7200 Y7200 Z3600 E7200 ; Set maximum instantaneous speed changes (mm/min)
      M203 X7999.98 Y7999.98 Z3600 E7980 ; Set maximum speeds (mm/min)
      M201 X1500 Y1500 Z500 E250 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1200 E900 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Heaters
      M143 S260 ; Set maximum heater temperature to 260C
      M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
      M305 P0 T100000 B3988 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1

      ; Tools
      M563 P0 D0 H1 ; 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

      posted in Tuning and tweaking
      shojidougundefined
      shojidoug
    • RE: Adifruit addressable led support

      +1

      posted in Firmware wishlist
      shojidougundefined
      shojidoug
    • RE: New machine setup up 101?

      Thank you sir! 🙂

      posted in Tuning and tweaking
      shojidougundefined
      shojidoug