Is it possible to replace the closed loop HS557 driver with the 1HCL extension board?
Because I have the problem of an axis going into error mode with 6 blinks. 6 blinks does not exist in any of the online manuals so I cannot even check what is going on.
The even worse part is that this error only occurs after 20h of running at low speed.
Short runs at high speed are fine.
Nothing gets warm so far, so I need a new place to start.
Posts made by Lexan
-
Replace HS557 with 1HCL
-
RE: Filament Runout Event
if !exists(global.filamentDistance)
global filamentDistance = <- is here missing a point after global ? -
RE: Filament Runout Event
@OwenD did you ever had this kind of error ?
Error: in file macro line 3 column 11: meta command: array index out of boundsi put the runoutDistance = 3500 in the filament-error.g
-
RE: HSS57 External Driver Controlled by 1XD Exentsion Board
@dc42 said in HSS57 External Driver Controlled by 1XD Exentsion Board:
@Lexan said in HSS57 External Driver Controlled by 1XD Exentsion Board:
@dc42 at the moment i use all 6 wires one by one from the 1xd to the signal port.
so i keep the rest the orientation from pull and dir + to + and - to -. just ena i change + to -.
i understand this correctly ?Yes, just swap the ENA+ and ENA- connections over.
This was the Solution, Thank You !
-
RE: HSS57 External Driver Controlled by 1XD Exentsion Board
@dc42 at the moment i use all 6 wires one by one from the 1xd to the signal port.
so i keep the rest the orientation from pull and dir + to + and - to -. just ena i change + to -.
i understand this correctly ? -
RE: Filament Runout Event
@OwenD said in Filament Runout Event:
You will also need to reset the global to zero at the start and finish of prints, when a job is cancelled etc.
so you mean set global.filamentDistance = 0 in the start gcode ?
it works also without a pi, correct ?
cuz first time i see the deamon.g -
Filament Runout Event
I have a very unusual FIlamentline.
An extruder helps for loading next to the Spool with an Filament Runout Sensor.
After this follows a 3.6m long bowden.
then a small 5cm gap and the 2nd extruder on the printhead.now my question, how can i tell the printer when the event is used to use the 3.6m filament and pause right after this, i would like to reduce the amount of wasted filament as much as possible.
M950 to define the pin and M581 for the event is clear, but how i define the left distance to print ?
-
RE: HSS57 External Driver Controlled by 1XD Exentsion Board
@dc42 i can move them via G1 Commands, when i'm going to use M84 the Panel shows that i have to rehome all axis but the motors are still under power and not able to move the acis by hand
-
HSS57 External Driver Controlled by 1XD Exentsion Board
Hi,
I Have the following Setup:
Mainboard Duet 3 6HC - 1XD - 1XD - Mini5+I tried the 5V Dasychain Connection Between the 1XD and The HSS External Driver, but with this Setup the Steppers wont Move at all.
So i Started with the alternative connection, also here nothing happened.
I read in the Forum that it helped to remove the ENA + and - Connection, now i can move my Axis just fine.
But I Cant unlock the motors anymore.
Anybody able to help me out ?M569 P122.0 S0 R1 ;X physical drive 122.0 goes forwards
M569 P123.0 S1 R1 ;Y physical drive 123.0 goes backwards -
RE: Retrofit Hardware
@Lexan okay but then the control could also be from a toolboard, right ?
the way to the hotend is about 4 meters, so i would like to take the cables as short as possible -
RE: Retrofit Hardware
@Lexan any recommends how to controll this one instead ?
i think ~2A will be also too much for the 6hc -
RE: Retrofit Hardware
@jay_s_uk said in Retrofit Hardware:
@Lexan do you have a part number for it?
i will check that out tmrw, just play with the idea to use a 3hc board instead the 2x 1lc
-
RE: Retrofit Hardware
@jay_s_uk okay this fix the problem that i didnt seen comming, but wont answer my problem i see comming
can i control the 25 kg servo via the 1lc toolboard ?
and if yes, wich port can i use? -
RE: Retrofit Hardware
@Lexan ah i see my fault, the 6XD can, right ?
Edit: just seen that make's no sense for my situation. -
RE: Retrofit Hardware
ah okay i get the issue, so this is an extra servo just for the hotend unit.
my plan for the z axis stepper drivers is to use the TMC5160 from the 6HC board -
RE: Retrofit Hardware
@dc42 no i ment 2 steppers, controlled each by one 1lc toolboard, and the servo that lift the current extruder is something similar like this https://www.sunfounder.com/products/25kg-high-torque-servo
-
RE: Retrofit Hardware
@jay_s_uk wait, i cant controll an external Driver like an HSS57 with the 6HC directly ?
@dc42 if i found the correct datasheet, it should be around 15mA, the mini wouldnt fit based on 2A limit drivers -
Retrofit Hardware
Hi @ll
i'd like to retrofit an older Printer, with XY Closed Loop Motors with own drivers and Z Normal Motors, 2 Extruders and 1 Servo to change the height of the current running hotend.
The Hardware i selected so far is the following:
1x Duet 3 6HC
2x 1LC
1x Paneldue 7"
1x Duet 3 Tool Distribution Boardnow my question is, can i control the Servo motor with 1 of the 1LC Toolboards or do i need to carrie the wire from the 6HC all the way to the servo?
TIA
Lexan