Bondtech settings vref
-
Hi everyone,
This is my first post here on the forums, thanks for having g me here
first i do apologize, English is not my native language and i am sorry for any typing errors.I own an almost stock Creality CR 10 30x30 and was working great till my melzi gave up on me.
and i just bought some upgrades to upgrade from the melzi board.
i bought a Duet 2wifi and 7i paneldue
a Bondtech Direct drive kit with pancake stepper and E3d V6
and its almost working.. Its homing . jay
it is working but i am getting some errors
Temperature reading fault on heater.
and M140: Can't activate heater 0 while in fault statei check the sensors but they do read temps both near room temps .so i asume they are ok
i heard that there is a special sensor in the e3d heaterblock. if so it does work but do not have a clue what other sensor i have to put in the config.perhaps there is someone i can compare configs to.
i did use the configtool to create the settings but i have no idea where to put the bondtech settings vref steps etc etc or where to find them in the reprap tool sorry for all the questions ..code_text Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Thu Mar 11 2021 22:25:55 GMT+0100 (Midden-Europese standaardtijd) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Braboz test" ; set printer name M918 P1 E4 F2000000 ; configure direct-connect display ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S1 ; physical drive 0 goes forwards M569 P1 S1 ; physical drive 1 goes forwards M569 P2 S0 ; physical drive 2 goes forwards M569 P3 S0 ; physical drive 3 goes backwards M584 X0 Y1 Z2 E3 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z400.00 E93.00 ; set steps per mm M566 X1200.00 Y1200.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min) M203 X9000.00 Y9000.00 Z180.00 E6000.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z100.00 E5000.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E1000 I50 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X300 Y300 Z260 S0 ; set axis maxima ; Endstops M574 X2 S1 P"xstop" ; configure active-high endstop for high end on X via pin xstop M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop M574 Z2 S1 P"zstop" ; configure active-high endstop for high end on Z via pin zstop ; Z-Probe M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed M557 X15:215 Y15:195 S20 ; define mesh grid ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S70 ; set temperature limit for heater 0 to 70C M308 S1 P"e0temp" Y"thermistor" T100000 B4092 ; configure sensor 1 as thermistor on pin e0temp M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S275 ; set temperature limit for heater 1 to 275C ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency M106 P2 S1 H1:0 T45 ; set fan 2 value. Thermostatic control is turned on ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Custom settings are not defined ; Miscellaneous M575 P1 S1 B57600 ; enable support for PanelDue
code_text ; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Thu Mar 11 2021 22:25:55 GMT+0100 (Midden-Europese standaardtijd) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 X305 Y305 F3000 ; move quickly to X and Y axis endstops and stop there (first pass) G1 H2 X-5 Y-5 F6000 ; go back a few mm G1 H1 X305 Y305 F240 ; move slowly to X and Y axis endstops once more (second pass) G1 H1 Z265 F240 ; move Z up stopping at the endstop G90 ; absolute positioning G92 Z260 ; set Z position to axis maximum (you may want to adjust this) ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 Z5 F100 ; lift Z relative to current position ;G90 ; absolute positioning
code_text; bed.g ; called to perform automatic bed compensation via G32 ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Thu Mar 11 2021 22:25:55 GMT+0100 (Midden-Europese standaardtijd) M561 ; clear any bed transform G29 ; probe the bed and enable compensation
anyway i hope u can guide me on a better track here .. once again thank u all
-
The Bondtech steps per mm is around ~400 or so I think. NOt sure what your documentation for it says. That gets changed in the M92 command.
M92 X80.00 Y80.00 Z400.00 E93.00 ; set steps per mm
Becomes
M92 X80.00 Y80.00 Z400.00 E400 ; set steps per mm
The motor current for the pancake stepper will depend on what the max rated current is for that motor. Do you have the specs for it? If the rated current is 1000ma, you would want to set it to use 60-80% of that, so 600 to 800ma. That gets set in M906 E
M906 X800 Y800 Z800 E1000 I50 ; set motor currents (mA) and motor idle factor in per cent
For the E3D thermistor you'd need to change the values in this line
M308 S1 P"e0temp" Y"thermistor" T100000 B4092
To become this
M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8
You should also look into PID tuning your heaters.
https://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control
-
thank u for pointing me out on this... i will have to look for the exact pancake specs settings for the settings .. once again thank u !!
-
i found this about the bondtech
internal gear ratio of 3:1 and 415 steps per mm so i that wil be
M92 X80.00 Y80.00 Z400.00 E415 ; set steps per mmMotor Tyle: Bipolar Stepper Motor Size: NEMA 17 (42x42x22.6mm) Works with 12V and 24V Printers Max Current: 1 Amp/Phase Step Angle: 1.8 deg.
do i have to change more due to the gear ratio or no need to change that?
-
The gear ratio is taken into consideration when they give the steps per mm count.
@Lampie said in Bondtech settings vref:
Max Current: 1 Amp/Phase
So I had a good guess before and the max rated current is 1000ma, so using 600 to 800 ma would be a good start.
-
@Lampie said in Bondtech settings vref:
do i have to change more due to the gear ratio or no need to change that?
The 415 microsteps/mm already accommodates the gear and 1.8deg/step stepper motor. If your extruder stepper happen to have 0.9deg/step you need to double that value.
-
thank u for the help guys..