Thanks John! I will check it out and let you know.
Latest posts made by Vignesh
-
RE: DuetWifi for MAC OS
-
RE: DuetWifi for MAC OS
David had suggested that we use a Terminal emulator to configure the WiFi module in the Duet board. He suggested we use YAT which is only for windows users. Since I use a Mac computer I was wondering if there is any software similar to YAT that I could use to configure the WiFi module.
-
DuetWifi for MAC OS
Hi,
I am trying to configure the DuetWifi using my Mac computer, I wanted to know if you have any suggestion for the Terminal program I can use similar to YAT.
Thanks,
Vignesh -
RE: DuetWiFi Issues
okay, thanks. Can I use the same drivers you have in the github link for MAC computers too, or do you have specific drivers for MAC?
-
RE: DuetWiFi Issues
Thanks, removing M84 fixed the issue.
I have one last issue, the command M114 does not give any output in Pronterface but works in DWC. Do you know why this happens? is there a fix for that?
-
RE: DuetWiFi Issues
Thanks, M140 H-1 disable the bed temperature.
The buttons stay in yellow colour after homing.
My homing files is:```
[[language]]G91 ; relative modeG1 Z10 F300 ; raise extruder nozzle
G1 S1 X-240 Y-240 F3000 ; course home X or Y
G1 S1 X-240 ; course home X
G1 S1 Y-240 ; course home Y
G1 X4 Y4 F600 ; move away from the endstops
G1 S1 X-10 ; fine home X
G1 S1 Y-10 ; fine home Y
M84
G1 Z150 F200 S1 ; course home Z
G1 Z-4 F100 ; move away from endstops
G1 Z10 S1 ; fine home ZG90 ; back to absolute mode
G1 X25 Y25 Z20 F5000 ; send to (25,25,20)
G1 Z10 F300 ; send to (0,0,10)
G1 Z0 F200 ; send to (0,0,0)M84
-
DuetWiFi Issues
I am new to the DuetWiFi board. I am using :
Firmware Name: RepRapFirmware for Duet WiFi
Firmware Electronics: Duet WiFi 1.0
Firmware Version: 1.19.2 (2017-09-01)
WiFi Server Version: 1.19.2
Web Interface Version: 1.19.I followed the instructions on the website. I use a CoreXY configuration for the 3D printer. I have the following issues:
1. When I home the printer it homes fine, after it finishes homing it says "Homing Failed". I get the same error on Pronterface and DuetWeb Control. I am not sure why this happens.
2. I am not using any heated bed, but it shows it is at 2000 degrees. How can I remove it or make it 0?
Thanks