Is it possible to set a display password on panelDue.
Basically to leave printer un-attended and stop people from playing with controls.
Is it possible to set a display password on panelDue.
Basically to leave printer un-attended and stop people from playing with controls.
Its a development printer, until it ready would like to leave any pics, specs etc in house.
Solved.
Was due to Maximum speed and acceleration of extruder not set high enough.
Its a development printer, until it ready would like to leave any pics, specs etc in house.
Yes i checked fuse. The always on Fans are working
Yes RFF2
M106 S255 has no effect.
P.S. on Marlin i can remap the pin, can i do something similar on duet.
The other option is change the board, but i should not have to do that.
This what i had originally
; Fans
M106 P0 S0.3 I0 F500 H-1
M106 P1 S1 I0 F500 H1 T45
; Tools
M563 P0 D0 H1 ; Define tool 0
It all was working Fine
Now my Fan0, FAn1, Fan2 do not work.
tried running gcodes below
M106 P3 S255
M106 P0 S255
M106 P1 S255
M106 P2 S255
Fan 0 Fan1 Fan 2 do not turn on
But Fan3 does.
So I chance my config to this
; Fans
;M106 P0 S0.3 I0 F500 H-1
M106 P1 S1 I0 F500 H1 T45
M106 P3 C"Part Coolong" S0.3 I0 F500 H-1
; Tools
M563 P0 D0 H1 F3
G10 P0 X0 Y0 Z0
G10 P0 R0 S0
So if i send M106 P0 S255
Fan 3 does not turn on, as all my gcode files have that.
So my original question is how to Remap Fan0 to another Fan within duet Config, not the slicer.
And yes i would say my duet board has gone faulty, but i should be able to remap fans.
Ok granted for Bowdens.
But i am using a bondtech QR extruder and at 2mm is to fast and the the stepper is skipping
Using a Duet with 2.85mm filament, i find the extrude speed of 2mm per sec to fast.
Any chance of making the speeds pre-settable?
speeds of 50mm, 20mm are useless for most extruder setups.
Thanks in advance.
Is it possible to set a display password on panelDue.
Basically to leave printer un-attended and stop people from playing with controls.
Thanks for that.
I wanted to get away from the user trying to jog.
Your process will work, how ever having experienced a wide variety of customers and their abilities,
i would like a one touch solution
That was the reason of using a plate to make electrical contact with the nozzle.
What one user assumes is touching the plate, another user will think there should be some pressure against nozzle, so it opens it up to a variety of settings.
Since hardware like the BLtouch has come out, it has made 3d printers a lot more user friendly,
how ever the process of Z-Offset is one of my greatest customer support issues.
We produce a lot of custom made larger format printers, so bed levelling becomes a critical process as opposed to common 200x200mm and smaller build plates.
We have recently switched over to Duet/Reprap controllers, so slowly getting familiar with it.
I would like to implement a feature that will calculate my nozzle to bltouch offset.
The idea i am thinking of is i can have a metal plate mounted next to bed or clip on bed.
This can be wired to a switch input that is normally open.
home Z till nozzle touches plate, this giving me a Z=0
Then use BLtouch to home on that metal plate.
Then all i need is the difference in mm between the 2 Z homes.
And that is my Z Offset.
I am trying to make the 3d printer as simple as possible to operate