@fcwilt Error was with the M906 command
Posts made by Pranayme
-
RE: Help with configuration
@fcwilt I did this, X,Y and Z axis were fine. The error came when I had the extruder configuration alone.
-
RE: Help with configuration
@fcwilt
Tried reboot, but same thing.
Error: Setting not available for external drivers -
RE: Help with configuration
@fcwilt No i didn't reboot. I sent M98 P"config.g"
-
RE: Help with configuration
@fcwilt Well the warning is gone, but the error still remains
-
Help with configuration
I get this error when i try M98 P"config.g"
Error: Setting not available for external drivers
Warning: Macro file config-override.g not found
This is my configuration file.
config (1).gI have one motor on each of x,y and z axes. and one extruder motor. Extruder is connected on to 1XD board and Z is connected to HCL board. The main board is 6HC v1.02. Firmware is 3.4.5.
Can anyone help me please. Thanks in advance.
-
RE: Pellet extrusion configuration
My extruder is connected to the 1XD(Can address: 121) board as shown in the picture. How do i configure it.
M569 P121.0 S1 ; physical drive 121.0 goes forwards
M584 X0.0 Y0.1 Z122.0 E121.0 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X20.00 Y20.00 Z40.00 E100.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X3360 Y3360 Z3360 E2987 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30
Is my configuration correct. -
RE: Need help with setting up configuration
@nikscha said in Need help with setting up configuration:
noticed that your comment says board 40, yeah that was copy error.
yeah, I'm using external supply for the motor break. yeah i got the jumpers correctly. -
RE: Need help with setting up configuration
@nikscha Is my configuration correct, especially the brake configuration for the z- axis on board 122
-
RE: Need help with setting up configuration
@nikscha
my extruder control is connected on to 121.0 drive -
RE: Need help with setting up configuration
M569 P0.0 S1 ; physical drive 0.0 goes forwards
M569 P0.1 S1 ; physical drive 0.1 goes forwards
M569.1 P122.0 ; Configure the 1HCL board at CAN address 122
M569.7 P122.0 C"out0" ; driver 0 on board 122 uses port out0 on board 40 to control the brake
M569 P122.0 S1 ; physical drive 122.0 goes forwards
M569 P121.0 S1 ; physical drive 121.0 goes forwards
M584 X0.0 Y0.1 Z122.0 E121.0 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X260.00 Y260.00 Z260.00 E100.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X3360 Y3360 Z3360 E2987 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeoutthis is my configuration for the drivers. Am i correct. only the z- axis motor has break at out0, did i do it correctly.
Thank you. -
RE: Need help with setting up configuration
FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.4.5 ELECTRONICS: Duet 3 MB6HC v1.02 or later FIRMWARE_DATE: 2022-11-30 19:35:23
-
Need help with setting up configuration
Can any one help me with the configuration file ?
I have a NEMA 24 motor from IGUS on all the axes, the z- axis one has a break and encoder.
Duet 3d 6HC main board and HCL expansion board.
I have attached a photo of the configuration part, can you check if i got it right. I have also attached the details of the stepper motor.
can you help me with the configuration of the configuration of break and encoder on for the z-axis.
Thanks in advance
steppers.pdf -
Pellet extrusion configuration
I have a MDPH2 pellet extruder from massive dimension. How do I configure (like steps per mm, max speed change, etc.) it to the Duet 3d 6hc Board with an expansion of 1XD board. I have attached the configuration file below, given by the company.MDPH2_Configuration_File.pdf
Can anyone help me please?