Welcome! Log In Create A New Profile

Advanced

Duet Web Control 1.08 and RepRapFirmware 1.09r-ch released

Posted by chrishamm 
Duet Web Control 1.08 and RepRapFirmware 1.09r-ch released
January 15, 2016 08:25PM
If you're interested, have a look at [forums.reprap.org]

I have just pushed v1.09r-ch to my GitHub repo. If you are already using v1.09q-ch and don't use thermocouples, inkjet functionality or a Roland mill, there is no need to upgrade to this version.

Edited 1 time(s). Last edit at 01/16/2016 08:14AM by chrishamm.
Re: Duet Web Control 1.08 and RepRapFirmware 1.09q-ch released
January 16, 2016 06:14AM
Looks good , loaded and testing.

Thank you for all your support.


appjaws - Core XYUV Duet Ethernet Duex5
firmware 3.1.1 Web Interface 3.1.1
Ormerod 1-converted to laser engraver, Duet wifi
OpenSCAD version 2020.07
slic3r-1.3.0, Simplify3D 4.1.2, Cura-4.4.1
Re: Duet Web Control 1.08 and RepRapFirmware 1.09q-ch released
January 25, 2016 06:27AM
Using your combination I have trouble to change the temperature after I have cancelled a print. The printer does not react on the input and I also cannot set the temperature on the PanelDue.


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: Duet Web Control 1.08 and RepRapFirmware 1.09r-ch released
January 26, 2016 07:44AM
Just had a print ruined, I needed to pause the print to insert a nut and on resume the hotend moved to the correct position but the print did not start again.
This is my pause file:-
; Pause macro file
M83 ; relative extruder moves
G1 E-4 F2500 ; retract 4mm
G91 ; relative moves
G1 Z5 F5000 ; raise nozzle 2mm
G90 ; absolute moves
G1 X0 Y200 F5000 ; move head out of the way of the print

This is my resume file:-
; Resume macro file
G1 R1 Z2 F5000 ; move to 2mm above resume point
G1 R1 ; lower nozzle to resume point
M83 ; relative extruder moves
G1 E4 F2500 ; undo the retraction

Any thoughts? I must admit that bit has been sometime since I used pause and resume, but it used to work well


appjaws - Core XYUV Duet Ethernet Duex5
firmware 3.1.1 Web Interface 3.1.1
Ormerod 1-converted to laser engraver, Duet wifi
OpenSCAD version 2020.07
slic3r-1.3.0, Simplify3D 4.1.2, Cura-4.4.1
Re: Duet Web Control 1.08 and RepRapFirmware 1.09r-ch released
January 27, 2016 06:25AM
This seems to be a problem with the firmware.
I have loaded dc42's 1.09r version and the resume works as it should.


appjaws - Core XYUV Duet Ethernet Duex5
firmware 3.1.1 Web Interface 3.1.1
Ormerod 1-converted to laser engraver, Duet wifi
OpenSCAD version 2020.07
slic3r-1.3.0, Simplify3D 4.1.2, Cura-4.4.1
Re: Duet Web Control 1.08 and RepRapFirmware 1.09r-ch released
January 31, 2016 11:12AM
I have a question ,where do i set so i can go lower then Z=0? like z-0.5?
Re: Duet Web Control 1.08 and RepRapFirmware 1.09r-ch released
February 01, 2016 08:01AM
Quote
Darathy
I have a question ,where do i set so i can go lower then Z=0? like z-0.5?

I think it is something like this:
M208 Z-0.5 S1;

This turns of all limitations in all directions:
M564 S0
Re: Duet Web Control 1.08 and RepRapFirmware 1.09r-ch released
February 01, 2016 01:20PM
Quote
fotomas
Quote
Darathy
I have a question ,where do i set so i can go lower then Z=0? like z-0.5?

I think it is something like this:
M208 Z-0.5 S1;

This turns of all limitations in all directions:
M564 S0

Thanks.
Sorry, only registered users may post in this forum.

Click here to login