Yes exactly the same.
Latest posts made by tape
-
RE: Proxy server?
i have the latest firmware as You can see
M122
=== Diagnostics ===
Used output buffers: 3 of 32 (9 max)
=== Platform ===
RepRapFirmware for Duet WiFi version 1.19beta10+2 running on Duet WiFi 1.0
Board ID: 08DDM-9FAM2-LW4S8-6JTDD-3S46J-93ZHW
Static ram used: 20912
Dynamic ram used: 94544
Recycled dynamic ram: 3328
Stack ram used: 1304 current, 4824 maximum
Never used ram: 7464
Last reset 00:08:30 ago, cause: power up
Last software reset reason: User, spinning module GCodes, available RAM 3240 bytes (slot 0)
Software reset code 0x0003, HFSR 0x00000000, CFSR 0x00000000, ICSR 0x00400000, BFAR 0xe000ed38, SP 0xffffffff
Error status: 0
Free file entries: 9
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest block write time: 0.0ms
MCU temperature: min -250.7, current 35.6, max 36.2
Supply voltage: min 12.0, current 12.0, max 12.2, under voltage events: 0, over voltage events: 0
Driver 0: stalled standstill
Driver 1: stalled standstill
Driver 2: stalled standstill
Driver 3: standstill
Driver 4: standstill
Date/time: 2017-07-20 18:21:02
Slowest main loop (seconds): 0.007690; fastest: 0.000030
=== Move ===
MaxReps: 2, StepErrors: 0, FreeDm: 240, MinFreeDm 236, MaxWait: 3682ms, Underruns: 0, 0
Scheduled moves: 8, completed moves: 8
Bed compensation in use: none
Bed probe heights: 0.000 0.000 0.000 0.000 0.000
Probe change coordinates:
=== Heat ===
Bed heater = 0, chamber heater = -1
Heater 1 is on, I-accum = 0.0
=== GCodes ===
Segments left: 0
Stack records: 1 allocated, 0 in use
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
serial is idle in state(s) 0
aux is idle in state(s) 0
daemon is idle in state(s) 0
queue is idle in state(s) 0
autopause is idle in state(s) 0
Code queue is empty.
Network state is running
WiFi module is connected to access point
WiFi firmware version 1.19beta9
WiFi MAC address 5c:cf:7f:ef:3f:a8
WiFi Vcc 3.07, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 32464
WiFi IP address 192.168.1.90
WiFi signal strength -35dBm
HTTP sessions: 1 of 8
Socket states: 2 2 0 0 0 0 0 0
Responder states: HTTP(1) HTTP(2) HTTP(0) HTTP(0) FTP(0) Telnet(0)i have the port 80 open and forward to the ip 192.168.1.90 but i cant connect from the outside, only inside the network.
but if i connect inside the network via wifi and then disconnect wifi (still connected by 4G), i'm still able to control the duet.
i have an arduino Yun and i can control it from the outside with no problems at all!!!best regards
-
RE: Proxy server?
i'm having the same issue here and i need to solve it too!!!
best regards
-
RE: Need help to fix this
M906 X800 Y800 Z800 E1000 ; Set motor currents (mA)
M201 X800 Y800 Z15 E400 ; Accelerations (mm/s^2)
M203 X15000 Y15000 Z240 E100 ; Maximum speeds (mm/min)
M566 X600 Y600 Z30 E20 ; Minimum speeds mm/minute
M208 X200 Y175 Z180 ; set axis maxima (adjust to suit your machine)
M208 X0 Y0 Z-0.2 S1 ; set axis minimum (adjust to make X=0 and Y=0 the edge of the bed)
M92 X80 Y80 Z4000 ; Set axis steps/mm
M92 E100:100 -
RE: Need help to fix this
ok just tested with a gcode with no retraction and it works fine.
how can i fix the retraction?