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

Foxatron

@Foxatron

0
Reputation
2
Profile views
6
Posts
0
Followers
0
Following
Joined 6 Sept 2019, 05:55 Last Online 15 Sept 2019, 05:00
Location Cambridge, Ma

Foxatron Unfollow Follow

Latest posts made by Foxatron

  • RE: WIFI Won't Connect M587 wont.. Why is this not easier

    Thanks guys!! I've been at this non stop for days..
    I've got the axis's moving now!

    Here's what doesn't work,

    1. Endstops all of them tried everything, hardware and firmware
    2. when i click "home x/y or z/home all", it moves Z all the way up? Maybe a bad homing file?
    3. The nozzle and the heater bed both don't work.

    Almost there!! Any help would be amzing.
    I've been going at this code, line by line, heres my config

    ; Configuration file for factory testing Duet Ethernet and Wifi with V2.02 firmware


    FOR TESTING ONLY! USE https://configurator.reprapfirmware.org/ to generate configuration files for your printer!


    ; Communication and general
    M111 S0 ; Debug off
    M550 PDuetTest ; Machine name and Netbios name (can be anything you like)
    M551 Preprap ; Machine password (used for FTP)

    *** Ethernet networking: The following lines are used for factory testing - PLEASE REMOVE THEM
    M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
    M552 P192xxxx ; IP address
    M554 P192xxx ; Gateway
    M553 P25xxxxx ; Netmask

    ;*** End of factory test lines to be removed

    ;*** Networking
    M552 S1 ; Turn network on

    M555 P2 ; Set output to look like Marlin
    G21 ; Work in millimetres
    G90 ; Send absolute coordinates...
    M83 ; ...but relative extruder moves

    ; Disable Fan 1 thermostatic mod1
    M106 P1 H-1

    ; Axis and motor configuration
    M569 P0 S0 ; physical drive 0 goes reverse
    M569 P1 S1 ; physical drive 1 goes forwards
    M569 P2 S1 ; physical drive 2 goes forwards
    M569 P3 S0 ; physical drive 3 goes reverse
    M584 X0 Y1 Z2 E3 ; set drive mapping
    M350 X256 Y256 Z256 E256 I0 ; configure microstepping without interpolation
    M92 X1600.00 Y1600.00 Z256000.00 E1600.00 ; set steps per mm
    M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
    M203 X600.00 Y600.00 Z18.00 E1200.00 ; set maximum speeds (mm/min)
    M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
    M906 X1500 Y1500 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
    M84 S30 ; Set idle timeout
    ; Thermistors
    M305 P0 T100000 B3950 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
    M305 P1 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set first nozzle thermistor ADC correction
    M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set 2nd nozzle thermistor ADC correction

    M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds

    ; Axis Limits
    M208 X0 Y0 Z0 S1 ; set axis minima
    M208 X300 Y300 Z400 S0 ; set axis maxima
    \

    ; Heaters
    M305 P0 T100000 B4138 R2200 ; set thermistor + ADC parameters for heater 0
    M143 H0 S120 ; set temperature limit for heater 0 to 120C
    M305 P1 T100000 B4138 R2200 X2 ; set thermistor + ADC parameters for heater 1 and remap it to channel 2
    M143 H1 S280 ; set temperature limit for heater 1 to 280C
    ; Fans
    M106 P1 S-1 ; disable thermostatic mode for fan 1

    ; 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

    M564 H0 ; optional insufficient homing work around

    ; Endstops
    M574 X0 Y0 Z0 S1 ; set active low and disabled endstops

    ; Z-Probe
    M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
    M557 X15:215 Y15:195 S20 ; define mesh grid ; Set the zprobe height and threshold for Smart Effector

    ;*** If you are using axis compensation, put the figures in the following command
    M556 S78 X0 Y0 Z0 ; Axis compensation here

    M208 S1 Z-0.2 ; set minimum Z

    T0 ; select first hot end
    ; M117 Use https://configurator.reprapfirmware.org/ to set up your printer config

    posted in Duet Hardware and wiring
    undefined
    Foxatron
    10 Sept 2019, 02:01
  • RE: WIFI Won't Connect M587 wont.. Why is this not easier

    So to follow up, Im still having issues 2 days later. Trying to get this to run.

    I finally got it connected to the web control, and after uploading the config file via Dwc, It wont connect?

    I've tried 30 different things and I'm Still having issues.

    The only way to get access to dwc after the upload. is by replacing the config before using the rep rap tool. Z

    I honestly am really excited to get this running and am willing to make a video after this works, to teach future people.

    Thank you so much for your help!

    posted in Duet Hardware and wiring
    undefined
    Foxatron
    9 Sept 2019, 19:26
  • RE: WIFI Won't Connect M587 wont.. Why is this not easier

    @phaedrux Thank you guys so much!

    posted in Duet Hardware and wiring
    undefined
    Foxatron
    6 Sept 2019, 22:22
  • RE: WIFI Won't Connect M587 wont.. Why is this not easier

    @bearer Thank you so much! That Saved everything! Im going to contact that asap!

    I cant wait to run this! So This has to be plugged into an Ethernet cpu at all times right?

    posted in Duet Hardware and wiring
    undefined
    Foxatron
    6 Sept 2019, 22:20
  • RE: WIFI Won't Connect M587 wont.. Why is this not easier

    @bearer ![alt text](0_1567805427602_6B760223-0A5E-452A-83B1-113745E53D01.jpeg image url)

    Thank you guys, Deffinlety not time wasted. Just had a baby and the wife is wondering why its taking so long lol. Outside stress. That aside I am so excited to get this running. I know today is the day I will have it running 🙂

    posted in Duet Hardware and wiring
    undefined
    Foxatron
    6 Sept 2019, 21:32
  • WIFI Won't Connect M587 wont.. Why is this not easier

    First off thank you for the amazing product! Super blown away with your coding!
    I'm having HUGE issues connecting the wifi. I've went through the entire site and internet to try and get this working..

    This is so incredibly frustrating. Ive spent 8hrs or more on this...
    It wont connect.
    I can connect to yat, but it wont allow me go wifi.
    "M587 command is not supported"

    I do wish there were better updated video tutorials from you guys with troubleshooting.
    I have done everything to the best of my knowledge and still it wont work.

    I dont want to install the factory board back again.. Its subpar. Thank you for you help!!
    I honestly cant waste anymore time trying to figure this out my self.

    Windows 10
    HP I7 intel.
    Yat

    posted in Duet Hardware and wiring
    undefined
    Foxatron
    6 Sept 2019, 06:28
Unless otherwise noted, all forum content is licensed under CC-BY-SA