Hi
I was wondering if there is a way to save the temperature log for one or multiple sensors?
What I am looking for exactly is to be able to record the temperature change along time and be able to save these data on an excel sheet
Thanks
Hi
I was wondering if there is a way to save the temperature log for one or multiple sensors?
What I am looking for exactly is to be able to record the temperature change along time and be able to save these data on an excel sheet
Thanks
I am designing a mount for the screen and the location for the micro SD is not reachable from the side. another issue, for my application i need to use a normal SD card to input files for printing
thanks
Hi,
I was wondering if some one can suggest a reliable source were I can purchase an extender from micro SD to normal SD for the panelduet
I was concerned due to the note stated on the website:
"Caution! Do not use an SD extender cable from the SD socket on the Panel Due. Some types of SD card extender cable have been found to damage the SD card socket."
Thanks
Hi,
I need to connect the PanelDue with a longer ribbon cable. I found from the wiki that it is possible to connect it with longer cables if we used 26awg!
"In tests using standard 28awg 1.27mm spaced ribbon cable, 400mm worked reliably but 800mm did not. So 400mm is the maximum recommended cable length. You can also get 26awg 1.27mm ribbon cable, and by using such cable you may be able to achieve reliable operation with cables longer than 400mm."
--can any one help me about where to buy such cables in Europe???
Hi
I have duet3d and i wish to send gcode commands to the duet while its connected through the serial port.
I need to send commands using matlab. From my knowladge, i can use it to send data over the serial port. However, i am not sure if the duet can directly accept the gcode commands from matlab when its connected through the usb.
@dc42 said in Auto tune cancelled because target temperature was not reached:
M307 H2
Thanks the problem was solved by making the heater a chamber heater and then tune it
@droftarts said in Auto tune cancelled because target temperature was not reached:
ll th
Thanks for your reply.
regarding your questions:
I used the M303 H2 S180 command
these are the configurations for the heater:
--in config:
M305 P2 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 2
M143 H2 S250 ; Set temperature limit for heater 1 to 280C
--in config_override:
M307 H2 A276.0 C368.1 D5.5 S1.00 V11.8 B0
the resistance is 4.8 Ohm
the voltage is 12V
I am trying to make a heated piston extruder with stainless steal
the system needs time to be heated and I could reach the required temperature when I reset the printer and turn the heater on several times!!!
Hi,
I am working on my extruder which take quite some time to heat!!
how can I avoid this error and make the controller waits more to reach the temperature?
Also how can I change the heating rate so I can avoid the heater fault error?
Thanks
@dc42 can you please advise me what command is used to trigger the fan based on the temperature of the heater?
@dc42 many thanks for your reply, I will try it.
and regard using the cooling fan to cool the heater if it overheated
I tried to use this command
M106 P0 S1 I0 F500 H2 T120
However, I have noticed that once I give the printer a job to print it stops executing this command. should I add any commands in the slic3r?
Thanks
Hi all,
I was trying to control two heaters mounted on one extruder.
I need their temperature to be different from each other (e.g. the first heater 120 degrees and the second heater 220 degrees).
I have also mounted a fan to cool the first heater in case its temperature was raised above the set value.
What is the best way to configure this setup using the firmware configuration tool??