Duet2 wifi Wish : Bed heats up, and i can start leveling
-
Yeah that is right.
But i thought the Config file is the basic for the printer and belog together ?!
As i told you, this is not my job with programming. -
@uneumann36 said in Duet2 wifi Wish : Bed heats up, and i can start leveling:
Yeah that is right.
But i thought the Config file is the basic for the printer and belog together ?!
As i told you, this is not my job with programming.I understand that you are not a "programmer".
But there is nothing in the config file that would cause this problem.
Using the DWC I can set the bed AND the extruder to start heating AND still move any axis X, Y or Z as needed.
Do you have any files that begin with TPRE, TPOST or TFREE?
Have you created any Filament Types using the DWC?
Frederick
-
Thank you for your reply.
But i don‘t know what you mean
Adjustments in DWC ?
No i have Nottingham safed in DWC -
Could you perhaps make a video showing what you're talking about?
-
Add a T0 at the end of the config file and restart the printer. See if it causes the issue to go away.
That way once the printer is running it will already have a tool loaded so it won't change tool (go to busy state) when you change the temperatures.
Otherwise try this,
So instead of setting the bed temp with the buttons on dashboard screen.
Try typing M140 S80 on the console screen and sending it to the printer. It should heat to 80 but still allow you to move the printer around. It should go right back ti idle after you send the command. It should not say busy.If that works then create a macro to run the bed heat command.
-
Thank you for your reply.
So do i understand you right?
I add in my config.g in the last line only
T0 ??
0 = Zero ? -
yes,
T0
Are you trying to heat the bed or a tool?
-
Hi
The T0 command don´t help.
I can report you follwoing:
I homed all axis.
Then i play with axis also set Z for example to 50mm.
The i press all home button, all axis work to go home.
Of course the z axis take time.
In the mean time i will switch the nozzle an .
This will not work till all axis are homed.Is this normal ?
-
@uneumann36 said in Duet2 wifi Wish : Bed heats up, and i can start leveling:
I homed all axis.
Then i play with axis also set Z for example to 50mm.
The i press all home button, all axis work to go home.
Of course the z axis take time.
In the mean time i will switch the nozzle an .
This will not work till all axis are homed.Is this normal ?
Any changes you make in the heaters should show on the DWC as soon as the homing is finished.
What exactly are you trying to do?
Is this something you do before starting a print?
Frederick
-
Basicly this is not a problem.
I am only wondering why i can´t do this together. -
@uneumann36 said in Duet2 wifi Wish : Bed heats up, and i can start leveling:
Basicly this is not a problem.
I am only wondering why i can´t do this together.Well you would have to ask the folks that created the firmware about the details but the basic answer is that once you started the homing process the printer was "busy" (as shown on the DWC) and it could not process the heater changes until it was "idle".
You can do the reverse - you can make changes to the heater settings and while they are changing start the homing process.
Frederick
-
@fcwilt said in Duet2 wifi Wish : Bed heats up, and i can start leveling:
you can make changes to the heater settings and while they are changing start the homing process.
This is the correct answer. If you set the temps first the firmware will do the heating while the motion is happening, but once the homing has started it won't accept any new commands until it's finished what you've asked it to do.
-
Ah ok,
This is what i need to know.
If this is normal, all good.
Thank´s guys.