help for beginners
-
-
Good afternoon. And you can more accurately describe where and how to connect the wires. And what needs to be added in the firmware in order for the thread end sensor to work
-
THIS thread will help you understand what you need to add to your config.g file to enable this sensor and some commands you can use to see if it's triggered or not.
When it's triggered, the extruder lifts up and waits for you to add more filament, and then you click the "Continue" button on the Duet Web Control to restart.
There are two macro files that get run so you can make it do different things depending on what you need it to do.
Basically, you will add:
M591 D0 P2 S1 C<something>
to your config.g depending on where you plug the sensor in.
C3 if you plug in to E0_stop plug
-
Good afternoon, help me figure out which code and where to enter it in order for my filament tip to work
-
I read forums and do not really write where. can someone write norialno how to do it
-
@sergei Where did you connect the wires for your filament sensor?
-
Hello. so I ask for help. you can draw on paper where the wires coming from the sensor need to be connected to the board. And what code and where to put it.
-
Connect the two wires to E0_STOP connector. It has three pins
- Connect one wire to the E0_STOP pin
- Connect one wire to the GND pin
- Leave the +3.3v pin disconnected
Type M591 D0
- You should get a response of "M591 D0: Extruder 0 has no filament sensor"
Type M591 D0 P2 C3 S1
Type M591 D0- You should get a response of "M591 D0: Simple filament sensor on endstop 3, enabled, output high when no filament, filament present: yes"
You should get a response of "filament present: yes" when there is filament and no jam
You should get a response of "filament present: no" if there is EITHER a jam, the filament is out, or both.If all that works, edit config.g and add in the M591 D0 P2 C3 S1
I put it right after the M574 command, but it does not matter where you put it.
Here you can see my two wires:
- Blue with light yellow stripe.
- Yellow with blue stripe.
-
hello tell me how you can implement the camera heating function
-
This post is deleted! -
https://duet3d.dozuki.com/Wiki/Connecting_and_configuring_a_chamber_heater
You can use the online config tool to setup a chamber heater as well. That will give you a good example of the gcode needed for your firmware version and let you choose which heater and sensor to use.
-
This post is deleted! -
Tell me why the heating icon of the printer camera does not light up on the touch screen and there is no adjustment
-
There have been some enhancements for chamber heater support in RRF3 and the recent 3.x PanelDue firmwares.
Please tell us what firmware you have on the Duet and PanelDue and how you have the chamber configured.
-
the camera sign on the web page is visible and working. but it is not on the screen. firmware 2.05 and how to raise it to 3, I do not understand, I have already read everything but is not stitched.
-
Tell me how I can connect and activate drivers to the board that are much more powerful than those installed on the board
-
@sergei said in help for beginners:
firmware 2.05 and how to raise it to 3
If you still have access to DWC. Upload these 3 zip files, one at a time in the system tab. Don't extract them. Reboot after each. Use M115 to verify the firmware has been applied.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2.2/Duet2and3Firmware-3.2.2.zip
That will get your firmware and DWC up to date.For your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
https://configtool.reprapfirmware.org/Start@sergei said in help for beginners:
Tell me how I can connect and activate drivers to the board that are much more powerful than those installed on the board
https://duet3d.dozuki.com/Wiki/Using_external_stepper_motor_drivers
-
you can tell how to connect external drivers nevertheless. to those links that you sent me. I do not understand anything at all how to do it. I tried to flash the board to version 3, but it remained 2. how can I debug all this
-
in which program should I flash the board? I have duo 2 internet
-
how can I register external drivers here?