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

    kostasbmw

    @kostasbmw

    0
    Reputation
    2
    Profile views
    36
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kostasbmw Unfollow Follow

    Latest posts made by kostasbmw

    • RE: homing problems after the upgrade

      i did the correction to the endstops mannually because in the configurator i have the choice of low and high end and that is what i did....maybe there is something i did nt do
      now i home all axis ......
      i copied all my previous mumbers to the new config and i m checking the behaviour of the printer

      thanks for your assistance .....untill the next problem....

      posted in Firmware installation
      kostasbmwundefined
      kostasbmw
    • RE: homing problems after the upgrade

      my endstops are xmin y max with a bltouch...
      here is the fresh config.g
      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.3 on Fri Jul 10 2020 18:08:18 GMT+0300 (GMT+03:00)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"BLV mgn Cube" ; set printer name
      M669 K1 ; select CoreXY mode

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P4 S1 ; X on E1
      M569 P0 S0 ; Drive 0 goes backwards blv: its was S1
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S1 ; Drive 3 goes backwards WAS 0
      M584 X4 Y1 Z2 E3 ; Drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X200.00 Y200.00 Z400.00 E418.00 ; set steps per mm
      M566 X600 Y600 Z24 E300 ; Set maximum instantaneous speed changes (Jerk) (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z250.00 E1000.00 ; set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E900 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X320 Y311 Z350 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"null" ; configure active-high endstop for low end on X via pin null
      M574 Y2 S1 P"null" ; configure active-high endstop for high end on Y via pin null
      M574 Z1 S2 ; configure Z-probe endstop for low end on Z

      ; Z-Probe
      M950 S0 C"duex.pwm5" ; create servo pin 0 for BLTouch
      M558 P9 C"zprobe.in+zstop" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P25 X28.5 Y-5 Z0 ; set Z probe trigger value, offset and trigger height
      M557 X15:285 Y15:285 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M143 H0 S100 ; set temperature limit for heater 0 to 100C
      M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit

      ; Fans
      M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
      M950 F2 C"fan1" Q500 ; create fan 2 on pin fan1 and set its frequency
      M106 P2 S1 H1 T45 ; set fan 2 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
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      homeall.g
      ; homeall.g
      ; called to home all axes
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.3 on Fri Jul 10 2020 18:08:21 GMT+0300 (GMT+03:00)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 X-355 Y355 F1800 ; move quickly to X or Y endstop and stop there (first pass)
      G1 H1 X-355 ; home X axis
      G1 H1 Y355 ; home Y axis
      G1 X5 Y-5 F6000 ; go back a few mm
      G1 H1 X-355 F360 ; move slowly to X axis endstop once more (second pass)
      G1 H1 Y355 ; then move slowly to Y axis endstop
      G90 ; absolute positioning
      G1 X-13.5 Y20 F6000 ; go to first bed probe point and home Z
      G30 ; home Z by probing the bed

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning
      homex
      ; homex.g
      ; called to home the X axis
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.3 on Fri Jul 10 2020 18:08:22 GMT+0300 (GMT+03:00)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 X-355 F1800 ; move quickly to X axis endstop and stop there (first pass)
      G1 X5 F6000 ; go back a few mm
      G1 H1 X-355 F360 ; move slowly to X axis endstop once more (second pass)
      G1 H2 Z-5 F6000 ; lower Z again
      G90 ; absolute positioning
      homey
      ; homey.g
      ; called to home the Y axis
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.3 on Fri Jul 10 2020 18:08:22 GMT+0300 (GMT+03:00)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 Y355 F1800 ; move quickly to Y axis endstop and stop there (first pass)
      G1 Y-5 F6000 ; go back a few mm
      G1 H1 Y355 F360 ; move slowly to Y axis endstop once more (second pass)
      G1 H2 Z-5 F6000 ; lower Z again
      G90 ; absolute positioning
      homez
      ; homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.3 on Fri Jul 10 2020 18:08:23 GMT+0300 (GMT+03:00)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G90 ; absolute positioning
      G1 X-13.5 Y20 F6000 ; go to first probe point
      G30 ; home Z by probing the bed

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning

      the drive section was copy paste from the old one...because one stepper was faulty so i shifted it
      the printer is a corexy cubeblv

      thanks

      posted in Firmware installation
      kostasbmwundefined
      kostasbmw
    • homing problems after the upgrade

      after the help i got i managed to reach to this
      FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.1.1 ELECTRONICS: Duet WiFi 1.02 or later + DueX2 FIRMWARE_DATE: 2020-05-19b2
      ok i thought this is it but the first thing i noticed is i cant home any axis but they move to any direction i want....
      my home x
      ; homex.g
      ; called to home the X axis
      ;
      ; generated by RepRapFirmware Configuration Tool on Tue Oct 09 2018 13:27:56 GMT+0300
      G91 ; relative positioning
      G1 Z5 F1000 S2 ; lift Z relative to current position
      G1 S1 X-355 F6000 ; move quickly to X axis endstop and stop there (first pass)
      G1 X5 F3000 ; go back a few mm
      G1 S1 X-355 F360 ; move slowly to X axis endstop once more (second pass)
      G1 Z-5 F1000 S2 ; lower Z again
      G90 ; absolute positioning

      and this is what i get when i go homex
      Warning: Obsolete use of S parameter on G1 command. Use H parameter instead.
      Error: Failed to enable endstops

      endstops trigger the light on the duet but they are not present in dwc 0 and 1 N/A 2 no
      any ideas....

      posted in Firmware installation
      kostasbmwundefined
      kostasbmw
    • RE: i hate upgrades

      @dc42

      just finished and i get
      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.1.1 (2020-05-19b2)
      Duet WiFi Server Version: 1.23

      i hope its ok now

      posted in Duet Web Control
      kostasbmwundefined
      kostasbmw
    • RE: i hate upgrades

      @bearer
      it works i putted the folder files mannually in the sd

      posted in Duet Web Control
      kostasbmwundefined
      kostasbmw
    • RE: i hate upgrades

      @dc42
      i m trying to locate my version on the dwc

      i reloaded the the files in the www folder and no error

      should i reflash with the firmware????
      my m122

      m122
      SENDING:M122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet WiFi 1.02 or later + DueX2
      Board ID: 08DGM-917NK-F2MS4-7JKFD-3S46R-1HSDD
      Used output buffers: 1 of 24 (10 max)
      === RTOS ===
      Static ram: 27980
      Dynamic ram: 93324 of which 680 recycled
      Exception stack ram used: 308
      Never used ram: 8780
      Tasks: NETWORK(ready,468) HEAT(blocked,1456) DUEX(suspended,160) MAIN(running,1824) IDLE(ready,80)
      Owned mutexes: WiFi(NETWORK)
      === Platform ===
      Last reset 00:03:40 ago, cause: power up
      Last software reset at 2020-07-08 18:20, reason: User, spinning module GCodes, available RAM 11452 bytes (slot 2)
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN
      Error status: 0
      [ERROR] Error status: 0

      MCU temperature: min 25.0, current 31.2, max 31.4
      Supply voltage: min 23.9, current 24.0, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes
      Driver 0: standstill, SG min/max not available
      Driver 1: standstill, SG min/max not available
      Driver 2: standstill, SG min/max not available
      Driver 3: standstill, SG min/max not available
      Driver 4: standstill, SG min/max not available
      Driver 5: standstill, SG min/max not available
      Driver 6: standstill, SG min/max not available
      Date/time: 2020-07-09 17:52:14
      Cache data hit count 372512281
      Slowest loop: 9.67ms; fastest: 0.13ms
      I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
      === Storage ===
      Free file entries: 10
      SD card 0 detected, interface speed: 20.0MBytes/sec
      SD card longest read time 3.1ms, write time 0.0ms, max retries 0
      === Move ===
      Hiccups: 0(0), FreeDm: 169, MinFreeDm: 169, MaxWait: 0ms
      Bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
      === AuxDDARing ===
      Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
      === Heat ===
      Bed heaters = -1 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
      === GCodes ===
      Segments left: 0
      Movement lock held by null
      HTTP is idle in state(s) 0
      Telnet is idle in state(s) 0
      File is idle in state(s) 0
      USB is ready with "M122" 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
      Daemon is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty.
      === Network ===
      Slowest loop: 39.96ms; fastest: 0.00ms
      Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
      HTTP sessions: 1 of 8

      • WiFi -
        Network state is active
        WiFi module is connected to access point
        Failed messages: pending 0, notready 0, noresp 0
        WiFi firmware version 1.23
        WiFi MAC address 84:f3:eb:83:44:a8
        WiFi Vcc 3.38, reset reason Unknown
        WiFi flash size 4194304, free heap 24632
        WiFi IP address 192.168.1.5
        WiFi signal strength -48dBm, reconnections 0, sleep mode modem
        Socket states: 0 0 0 0 0 0 0 0
        === DueX ===
        Read count 1, 0.27 reads/min

      and this is what the dwc says
      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.1.1 (2020-05-19b2)
      Duet WiFi Server Version: 1.23

      posted in Duet Web Control
      kostasbmwundefined
      kostasbmw
    • RE: i hate upgrades

      ok i left it and now when i turned the printer on it connected but i got an error telling me to reload the web interface again
      JavaScript Error

      A JavaScript error has occurred so the web interface has closed the connection to your board. It is recommended to reload the web interface now. If this happens again, please contact the author and share this error message:

      Version: 1.22.6
      Message: Uncaught TypeError: Cannot read property 'toFixed' of undefined
      URL: http://192.168.1.5/js/dwc.js
      Line: 4468:75
      Error object: {}

      posted in Duet Web Control
      kostasbmwundefined
      kostasbmw
    • RE: i hate upgrades

      @bearer said in i hate upgrades:

      @kostasbmw said in i hate upgrades:

      WiFi Server Version: 1.21

      did you upgrade this along the way?

      download and place DuetWiFiServer.bin (v1.23) on the sd-card in the /sys folder and run

      M552 S0
      M997 S1
      M588 S"*"
      

      confirm the updated version and a blank wifi module with

      M122
      M587
      

      m552 s0
      ok
      m997 s1
      Trying to connect at 230400 baud: success
      Erasing 4096 bytes...
      Erasing 212992 bytes...
      Uploading file...
      5% complete
      10% complete
      15% complete
      20% complete
      25% complete
      30% complete
      35% complete
      40% complete
      45% complete
      50% complete
      55% complete
      60% complete
      65% complete
      70% complete
      75% complete
      80% complete
      85% complete
      90% complete
      95% complete
      Upload successful
      ok
      m588 s"*"
      Error: M588: Failed to reset the WiFi module to factory settings
      ok
      m122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet WiFi 1.02 or later + DueX2
      Board ID: 08DGM-917NK-F2MS4-7JKFD-3S46R-1HSDD
      Used output buffers: 1 of 24 (1 max)
      === RTOS ===
      Static ram: 27980
      Dynamic ram: 93324 of which 680 recycled
      Exception stack ram used: 320
      Never used ram: 8768
      Tasks: NETWORK(ready,396) HEAT(blocked,1456) DUEX(suspended,160) MAIN(running,1816) IDLE(ready,80)
      Owned mutexes:
      === Platform ===
      Last reset 00:02:20 ago, cause: power up
      Last software reset at 2020-07-08 18:20, reason: User, spinning module GCodes, available RAM 11452 bytes (slot 2)
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN
      Error status: 0
      MCU temperature: min 25.7, current 30.4, max 30.5
      Supply voltage: min 23.9, current 24.0, max 24.1, under voltage events: 0, over voltage events: 0, power good: yes
      Driver 0: standstill, SG min/max not available
      Driver 1: standstill, SG min/max not available
      Driver 2: standstill, SG min/max not available
      Driver 3: standstill, SG min/max not available
      Driver 4: standstill, SG min/max not available
      Driver 5: standstill, SG min/max not available
      Driver 6: standstill, SG min/max not available
      Date/time: 1970-01-01 00:00:00
      Cache data hit count 263916142
      Slowest loop: 9.65ms; fastest: 0.14ms
      I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
      === Storage ===
      Free file entries: 10
      SD card 0 detected, interface speed: 20.0MBytes/sec
      SD card longest read time 3.1ms, write time 0.0ms, max retries 0
      === Move ===
      Hiccups: 0(0), FreeDm: 169, MinFreeDm: 169, MaxWait: 0ms
      Bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
      === AuxDDARing ===
      Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
      === Heat ===
      Bed heaters = -1 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
      === GCodes ===
      Segments left: 0
      Movement lock held by null
      HTTP is idle in state(s) 0
      Telnet is idle in state(s) 0
      File is idle in state(s) 0
      USB is ready with "m122" 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
      Daemon is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty.
      === Network ===
      Slowest loop: 1193.73ms; fastest: 0.00ms
      Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
      HTTP sessions: 0 of 8

      • WiFi -
        Network state is disabled
        WiFi module is disabled
        Failed messages: pending 0, notready 0, noresp 0
        Socket states: 0 0 0 0 0 0 0 0
        === DueX ===
        Read count 1, 0.43 reads/min
        ok
        m587
        Error: M587: Failed to retrieve network list
        ok
        m552
        WiFi module is disabled
        ok
        m552 s0
        ok
        WiFi module started
        this is what i get with m587
      posted in Duet Web Control
      kostasbmwundefined
      kostasbmw
    • RE: i hate upgrades

      @bearer
      i followed instructions ..i missed one to uncomment the m552 s1

      the thing is to reset the wifi because without it nothing to do......
      i dont know if i can do something through the sd card

      posted in Duet Web Control
      kostasbmwundefined
      kostasbmw
    • RE: i hate upgrades

      @jens55 said in i hate upgrades:

      I ran into connectivity issues like you are having.
      The things I needed to do are as follows:
      m552 s-1 ; disable wifi module
      g4 s1 ;pause
      m552 s0 ; disable network
      G4 S1 ;pause
      m588 s"*" ; forget all networks
      G4 S1 ; pause
      m587 s"---------" P"===========" ; set new network

      The pauses are probably not needed if you are typing the stuff in on the console but you do need to disable the wifi module before you can ask it to remember a new network.

      I GET A FAILED TO RESET THE WIFI MODULE

      posted in Duet Web Control
      kostasbmwundefined
      kostasbmw