Welcome! Log In Create A New Profile

Advanced

Web Interface Help Please

Posted by KimBrown 
Web Interface Help Please
September 29, 2015 08:48PM
Hi, ok, I decided to try the Web interface again (I change networks allot so normally use Pronterface as a rule).
Ok, got it all up and running, but can't set the extruder heater temp. Everything else works fine.

I can get the extruder heater to work fine via Pronterface, so guessing there's something a miss with my config file, or web control setup.
It seems to be linked to the Tool Select... Um... how do I select tool 0?
Thanks,
Kim



Duet Firmware
1.09i-dc42
reprap.htm
0.95
reprap.js
0.95
M111 S0; Debug off
M550 POrmerod; Set the machine's name
M551 Preprap; Set the password
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; Set the MAC address
M552 P192.168.43.103; Set the IP address
M553 P255.255.255.0; Set netmask
M554 P192.168.43.1; Set the gateway
M555 P2; Emulate Marlin USB output
M563 P0 D0 H1 ; Define tool 1
G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures
M92 E428; Set extruder steps/mm
G21 ; Work in mm
G90 ; Absolute positioning
M83 ; Extrusions relative
M558 P0 ; Turn Z Probe off
M906 X1000 Y1000 Z1000 E1000 ; Motor currents (mA)
M201 X1000 Y1000 Z15 E1000; acceleration tweaks for improved finish
M203 X15000 Y15000 Z300 E3600; speed tweaks for improved finish
T0


01:54:44 Attempt to set/report offsets and temperatures for non-existent tool: 1
01:54:42 Attempt to set/report offsets and temperatures for non-existent tool: 1
01:54:39 T:28.1 B:27.4
01:54:38 M115
FIRMWARE_NAME: RepRapFirmware FIRMWARE_VERSION: 1.09i-dc42 ELECTRONICS: Duet 0.6 DATE: 2015-09-02

01:54:37 Attempt to set/report offsets and temperatures for non-existent tool: 1

Edited 1 time(s). Last edit at 09/29/2015 08:57PM by KimBrown.


Please send me a PM if you have suggestions, or problems with Big Blue 360.
I won't see comments in threads, as I move around to much.
Working Link to Big Blue 360 Complete
Re: Web Interface Help Please
September 30, 2015 02:45AM
Your G10 command should have parameter P0 not P1. That will get rid of the error message. To select tool 0 just click on it in the web interface.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Web Interface Help Please
September 30, 2015 10:16AM
Thanks for the reply David, but I've hit a snag....

If I change P0 to P1 then when using Pronterface Turning on the Extruder Heater actually turns on the Bed Heater....
The Bed Heater also can be turned on by the Bed Heater button in Pronterface..... (ie both buttons turn on the bed)

As for the Web control, I'm on mobile internet via my phone at the moment, and the range of IP addresses changed and so I couldn't access it any more.
I think the McAfee Firewall also kicked in as even after editing the IP addresses I couldn't access the printer...

As for the P0 P1 bit I'm wondering if I have my printer wired differently to the normal setup now?????
For the moment I've set things back to the way it was and it works at the moment, but I would like to change it so it conforms to the normal way of things as I want to add a 2nd and possible 3rd exrtuder.


Please send me a PM if you have suggestions, or problems with Big Blue 360.
I won't see comments in threads, as I move around to much.
Working Link to Big Blue 360 Complete
Re: Web Interface Help Please
September 30, 2015 12:16PM
Is that the whole of your config.g file, or do you have some M305 commands in it too? Note that M503 won't necessarily show the whole file.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Web Interface Help Please
September 30, 2015 01:43PM
Hi, here's the complete config.g file.... This works with Pronterface, but not WWW.
I did set the IP address to 192.168.43.103, but my phone has changed the IP address range since restarting it's WiFi Hotspot, and after editing the addresses it refused to become
active. (Not sure if it's the PCs McAfee firewall or the phone not accepting the new address.

M111 S0; Debug off
M550 POrmerod; Set the machine's name
M551 Preprap; Set the password
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; Set the MAC address
;M552 P0.0.0.0 ; Un-comment for DHCP
M552 P192.168.43.103; Set the IP address. comment out for DHCP
M553 P255.255.255.0; Set netmask
M554 P192.168.43.1; Set the gateway
M555 P2; Emulate Marlin USB output
M563 P0 D0 H1 ; Define tool 1
G10 P0 S-273 R-273 ; Set tool 0 operating and standby temperatures
M92 E428; Set extruder steps/mm
G21 ; Work in mm
G90 ; Absolute positioning
M83 ; Extrusions relative
M558 P0 ; Turn Z Probe off
M906 X1000 Y1000 Z1000 E1000 ; Motor currents (mA)
M201 X1000 Y1000 Z15 E1000; acceleration tweaks for improved finish
M203 X15000 Y15000 Z300 E3600; speed tweaks for improved finish
T0

Thanks for the help


Please send me a PM if you have suggestions, or problems with Big Blue 360.
I won't see comments in threads, as I move around to much.
Working Link to Big Blue 360 Complete
Re: Web Interface Help Please
September 30, 2015 01:57PM
I just spotted that you are using a very old version of the web interface. Try upgrading the files in /www to the new version, either from the SD image folder of my repo, or from [github.com].



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Web Interface Help Please
September 30, 2015 02:22PM
Thanks David, I thought I'd downloaded the SD image from your github page, but there might be an old one hanging around there...
At the moment I'm having to use my Ipad as the WiFi hotspot, and it's refusing to accept the printer for some reason.
(ie I can't PING the printer from a cmd window)


Please send me a PM if you have suggestions, or problems with Big Blue 360.
I won't see comments in threads, as I move around to much.
Working Link to Big Blue 360 Complete
Re: Web Interface Help Please
September 30, 2015 03:03PM
Yepp that's fixed the www interface many thanks. I found the Ipad likes IP addresses that follow on, so the hotspot is working fine.

One thing I noticed about the web page thou, is you can't add a temp to either the Hotend or Bed.


Thank you for kind help David...


Please send me a PM if you have suggestions, or problems with Big Blue 360.
I won't see comments in threads, as I move around to much.
Working Link to Big Blue 360 Complete
Re: Web Interface Help Please
September 30, 2015 03:18PM
You can add this in the settings. It has moved as dc42 suggests to use ZPL's version 1.06 which offers more options but a slightly different usage. After adding a temperature you have to apply it before it appears.
.


Slicer: Simplify3D 4.0; sometimes CraftWare 1.14 or Cura 2.7
Delta with Duet-WiFi, FW: 1.20.1RC2; mini-sensor board by dc42 for auto-leveling
Ormerod common modifications: Mini-sensor board by dc42, aluminum X-arm, 0.4 mm nozzle E3D like, 2nd fan, Z stepper nut M5 x 15, Herringbone gears, Z-axis bearing at top, spring loaded extruder with pneumatic fitting, Y belt axis tensioner
Ormerod 2: FW: 1.19-dc42 on Duet-WiFi. own build, modifications: GT2-belts, silicone heat-bed, different motors and so on. Printed parts: bed support, (PSU holder) and Y-feet.
Ormerod 1: FW: 1.15c-dc42 on 1k Duet-Board. Modifications: Aluminium bed-support, (nearly) all parts reprinted in PLA/ ABS, and so on.
Re: Web Interface Help Please
September 30, 2015 04:10PM
Hi, I tried entering a temp but when I was hitting the button to add it, it kept switching back to the original temp shown.
Sooooooooooo, while doing a test print, I added the temp it was using, and that worked fine.
smiling smiley Now I'm very happy, and more setup for adding another extruder now., Just got to wait for the good folk at RepRap to post the bits now.


Please send me a PM if you have suggestions, or problems with Big Blue 360.
I won't see comments in threads, as I move around to much.
Working Link to Big Blue 360 Complete
Sorry, only registered users may post in this forum.

Click here to login