Solved Single wall tower test FAILED: vertical sin wave pattern
-
So others can easily see:
; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:23 GMT-0400 (heure d’été de l’Est) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"MiniKossel" ; set printer name M665 R133.565 L288.065 B95 H292 ; Set delta radius, diagonal rod length, printable radius and homed height M666 X0 Y0 Z0 A0 B0 ; X,Y,Z endstop adjustments and X,Y Bed tilt(% per 100mm), or let auto calibration find them ; Network M540 PBE:EF:DE:AD:FE:ED ; set custom MAC address M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S0 ; physical drive 0 goes backwards M569 P1 S0 ; physical drive 1 goes backwards M569 P2 S0 ; physical drive 2 goes backwards 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 X100.00 Y100.00 Z100.00 E358 ; set steps per mm E0386.02 M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min) M203 X18000.00 Y18000.00 Z18000.00 E12000.00 ; set maximum speeds (mm/min) M201 X2400.00 Y2400.00 Z2400.00 E2400.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E500 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 Z0 S1 ; set minimum Z ; 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 P8 R0.4 C"zprobe.in+zprobe.mod" H5 F1200 T2400 ; disable Z probe but set dive height, probe speed and travel speed G31 P100 X0 Y0 Z-0.1 ; set Z probe trigger value, offset and trigger height M557 R85 S20 ; define mesh grid ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; 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 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"e0temp" Y"thermistor" T100000 B3950 ; 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 S280 ; set temperature limit for heater 1 to 280C ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0.01 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 S0.5 H-1 ; set fan 1 value. Thermostatic control is turned off ; 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 M501 T0 ; select first tool ; Scale Cartesian Axes M579 X0.000 Y0.000 Z0.000 ;END_OF_CODE
; homedelta.g ; called to home all towers on a delta printer ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:23 GMT-0400 (heure d’été de l’Est) G91 ; relative positioning ;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working G1 H1 X309 Y309 Z309 F1800 ; move all towers to the high end stopping at the endstops (first pass) G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm ;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working G1 H1 X10 Y10 Z10 F180 ; move all towers up once more (second pass) G1 Z-5 F2400 ; move down a few mm so that the nozzle can be centred G90 ; absolute positioning G1 X0 Y0 F2400 ; move X+Y to the centre
; bed.g ; called to perform automatic delta calibration via G32 ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:21 GMT-0400 (heure d’été de l’Est) M561 ; clear any bed transform ; Probe the bed at 6 peripheral and 3 halfway points, and perform 6-factor auto compensation ; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g. G30 P0 X0 Y84.2 H0 Z-99999 G30 P1 X66.01 Y38.11 H0 Z-99999 G30 P2 X66.01 Y-38.11 H0 Z-99999 G30 P3 X0 Y-84.2 H0 Z-99999 G30 P4 X-73.61 Y-42.5 H0 Z-99999 G30 P5 X-73.61 Y42.5 H0 Z-99999 G30 P6 X0 Y41.05 H0 Z-99999 G30 P7 X29.84 Y-17.23 H0 Z-99999 G30 P8 X-36.81 Y-21.25 H0 Z-99999 G30 P9 X0 Y0 H0 Z-99999 S6 ; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors ; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)
; config-override.g file generated in response to M500 at 2021-08-18 13:21 ; This is a system-generated file - do not edit ; Delta parameters M665 L288.065:288.065:288.065 R127.891 H292.667 B85.0 X-0.006 Y0.463 Z0.000 M666 X0.319 Y0.127 Z-0.446 A0.00 B0.00 ; Heater model parameters M307 H0 R0.256 C213.522:213.522 D3.59 S1.00 V12.1 B0 M307 H1 R3.286 C260.834:260.834 D9.98 S1.00 V12.1 B0 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00 M486 S-1
-
@phaedrux Yes, that's what I though... So I deleted the file (where we upload our print) from the list because I believe it may be related to that. (instead of printing the new file, it try to resume an old one ?) Anyway, I deleted every upload I had, upload a new one and it behave the same.
I'm clueless for why it suddenly behave such way for no apparent reason.
I printed a lot of parts in the past without any issue. I mean, really no issue at all. I installed the duet effector 3 days ago and started to have all kind of issue (my nozzles heater stop to heat randomly, and now that).
I doubt they are linked, but maybe ?
-
@phaedrux Ok, please explain me how you "published" the file in such way so everyone can see ?
I simply select "upload file" and it does not show like that. Which one I should select to have that ?
-
I think you should delete your current config-override.g
update your firmware to 3.3
Run G28, G32, M500
Then post the new config-override.gYou can copy and paste your heater tunings back into the new file so that you don't need to re-tune them,
; Heater model parameters
M307 H0 R0.256 C213.522:213.522 D3.59 S1.00 V12.1 B0
M307 H1 R3.286 C260.834:260.834 D9.98 S1.00 V12.1 B0By the way, to post code snippets on the forum you can click on the </> button on the post window. That will insert a little block with ``` above and below the word UNDEFINED. You can copy and replace the word undefined with your code.
-
@phaedrux I followed the instruction you provided me.
I deleted the config-override and send G28, G32 and M500.
I generated a new config-override file.
but, I didn't had to copy/paste my Heater model parameters, they were already there in the new file with the proper parameters. is that normal ?
New config-override.h :
; config-override.g file generated in response to M500 at 2021-08-18 16:20 ; This is a system-generated file - do not edit ; Delta parameters M665 L288.065:288.065:288.065 R127.923 H292.702 B85.0 X-0.103 Y0.529 Z0.000 M666 X0.321 Y0.093 Z-0.414 A0.00 B0.00 ; Heater model parameters M307 H0 R0.256 C213.522:213.522 D3.59 S1.00 V12.1 B0 I0 M307 H1 R3.286 C260.834:260.834 D9.98 S1.00 V12.1 B0 I0 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00
-
By the way, I still have all the same after HOMING. It behave the same:
- move upward, activate the endstops, move downward a bit, raise again until endstops activation and stay there (endstop sactive). Tool coordinate is n/a.
-
M115
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.3 ELECTRONICS: Duet Ethernet 1.02 or later FIRMWARE_DATE: 2021-06-15 21:45:03
Bed.g
; bed.g ; called to perform automatic delta calibration via G32 ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:21 GMT-0400 (heure d’été de l’Est) M561 ; clear any bed transform ; Probe the bed at 6 peripheral and 3 halfway points, and perform 6-factor auto compensation ; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g. G30 P0 X0 Y84.2 H0 Z-99999 G30 P1 X66.01 Y38.11 H0 Z-99999 G30 P2 X66.01 Y-38.11 H0 Z-99999 G30 P3 X0 Y-84.2 H0 Z-99999 G30 P4 X-73.61 Y-42.5 H0 Z-99999 G30 P5 X-73.61 Y42.5 H0 Z-99999 G30 P6 X0 Y41.05 H0 Z-99999 G30 P7 X29.84 Y-17.23 H0 Z-99999 G30 P8 X-36.81 Y-21.25 H0 Z-99999 G30 P9 X0 Y0 H0 Z-99999 S6 ; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors ; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)
config-eoverride.g
; config-override.g file generated in response to M500 at 2021-08-18 16:20 ; This is a system-generated file - do not edit ; Delta parameters M665 L288.065:288.065:288.065 R127.923 H292.702 B85.0 X-0.103 Y0.529 Z0.000 M666 X0.321 Y0.093 Z-0.414 A0.00 B0.00 ; Heater model parameters M307 H0 R0.256 C213.522:213.522 D3.59 S1.00 V12.1 B0 I0 M307 H1 R3.286 C260.834:260.834 D9.98 S1.00 V12.1 B0 I0 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00
config.g
; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:23 GMT-0400 (heure d’été de l’Est) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"MiniKossel" ; set printer name M665 R133.565 L288.065 B95 H292 ; Set delta radius, diagonal rod length, printable radius and homed height M666 X0 Y0 Z0 A0 B0 ; X,Y,Z endstop adjustments and X,Y Bed tilt(% per 100mm), or let auto calibration find them ; Network M540 PBE:EF:DE:AD:FE:ED ; set custom MAC address M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S0 ; physical drive 0 goes backwards M569 P1 S0 ; physical drive 1 goes backwards M569 P2 S0 ; physical drive 2 goes backwards 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 X100.00 Y100.00 Z100.00 E358 ; set steps per mm E0386.02 M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min) M203 X18000.00 Y18000.00 Z18000.00 E12000.00 ; set maximum speeds (mm/min) M201 X2400.00 Y2400.00 Z2400.00 E2400.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E500 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 Z0 S1 ; set minimum Z ; 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 P8 R0.4 C"zprobe.in+zprobe.mod" H5 F1200 T2400 ; disable Z probe but set dive height, probe speed and travel speed G31 P100 X0 Y0 Z-0.1 ; set Z probe trigger value, offset and trigger height M557 R85 S20 ; define mesh grid ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; 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 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"e0temp" Y"thermistor" T100000 B3950 ; 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 S280 ; set temperature limit for heater 1 to 280C ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0.01 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 S0.5 H-1 ; set fan 1 value. Thermostatic control is turned off ; 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 M501 T0 ; select first tool ; Scale Cartesian Axes M579 X0.000 Y0.000 Z0.000
heightmap.csv
RepRapFirmware height map file v2 generated at 2021-08-17 21:08, min error -0.052, max error 0.043, mean -0.010, deviation 0.022 xmin,xmax,ymin,ymax,radius,xspacing,yspacing,xnum,ynum -80.00,80.10,-80.00,80.10,85.00,20.00,20.00,9,9 0, 0, 0, 0.001, -0.032, -0.007, 0, 0, 0 0, -0.002, -0.007, -0.031, -0.020, -0.032, -0.028, 0.012, 0 0, -0.016, -0.013, -0.029, -0.037, -0.003, 0.011, 0.009, 0 0.003, 0.008, 0.010, -0.024, -0.023, -0.032, -0.020, -0.020, 0.009 0.002, -0.013, -0.032, -0.040, -0.023, -0.017, -0.012, -0.003, 0.043 0.000, -0.018, -0.024, -0.023, -0.021, -0.021, -0.032, -0.041, -0.002 0, 0.002, 0.020, 0.021, 0.011, 0.039, 0.032, 0.030, 0 0, 0.013, -0.020, -0.049, -0.052, -0.029, -0.020, 0.040, 0 0, 0, 0, -0.007, -0.031, -0.027, 0, 0, 0
homedelta.g
; homedelta.g ; called to home all towers on a delta printer ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:23 GMT-0400 (heure d’été de l’Est) G91 ; relative positioning ;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working G1 H1 X309 Y309 Z309 F1800 ; move all towers to the high end stopping at the endstops (first pass) G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm ;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working G1 H1 X10 Y10 Z10 F180 ; move all towers up once more (second pass) G1 Z-5 F2400 ; move down a few mm so that the nozzle can be centred G90 ; absolute positioning G1 X0 Y0 F2400 ; move X+Y to the centre
pause.g
resume.g
; resume.g
; called before a print from SD card is resumed
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:24 GMT-0400 (heure d’été de l’Est)
G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move
G1 R1 X0 Y0 ; go back to the last print move
M83 ; relative extruder moves
G1 E10 F3600 ; extrude 10mm of filament; pause.g ; called when a print from SD card is paused ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:23 GMT-0400 (heure d’été de l’Est) M83 ; relative extruder moves G1 E-10 F3600 ; retract 10mm of filament G91 ; relative positioning G1 Z5 F360 ; lift Z by 5mm G90 ; absolute positioning G1 X0 Y0 F6000 ; go to X=0 Y=0
sleep.g
; sleep.g ; called when M1 (Sleep) is being processed ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:24 GMT-0400 (heure d’été de l’Est)
stop.g
; stop.g ; called when M0 (Stop) is run (e.g. when a print from SD card is cancelled) ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:24 GMT-0400 (heure d’été de l’Est)
tfree0.g
; tfree0.g ; called when tool 0 is freed ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:25 GMT-0400 (heure d’été de l’Est)
tpost0.g
; tpost0.g ; called after tool 0 has been selected ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:26 GMT-0400 (heure d’été de l’Est) ; Wait for set temperatures to be reached M116 P0
tpre0.g
; tpre0.g ; called before tool 0 is selected ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:25 GMT-0400 (heure d’été de l’Est)
I have deleted resurrect.g file but still have it in my backup if I absolutely need to have it.
Here is everything I have. Anyone know why my printer has become crazy this morning ? Not enough sleep or too much sugar, maybe? lol
-
@carl said in Single wall tower test FAILED: vertical sin wave pattern:
but, I didn't had to copy/paste my Heater model parameters, they were already there in the new file with the proper parameters. is that normal ?
Yes that would be expected if you had not rebooted after deleting the config-override.g. The values would have been loaded at startup and then when you did M500 they would have been saved to the new file.
@carl said in Single wall tower test FAILED: vertical sin wave pattern:
By the way, I still have all the same after HOMING. It behave the same:
move upward, activate the endstops, move downward a bit, raise again until endstops activation and stay there (endstop sactive). Tool coordinate is n/a.
And what does G32 do after homing has completed?
Can you test your endstops with M119? Check that they all report as you'd expect when not pressed and then again when pressed. Maybe sure they match the towers they are paired with.
Are you sure nothing else has changed recently?
-
@carl said in Single wall tower test FAILED: vertical sin wave pattern:
; Scale Cartesian Axes
M579 X0.000 Y0.000 Z0.000I suggest you remove that, or change the XYZ parameters to 1.0 each.
-
@phaedrux Here, manually tested all endstops, homed, send M119 to show they are all actiavted, sent a G32, then M500.
Start to read from bottom , sorry.
8/18/2021, 5:27:17 PM M500
8/18/2021, 5:27:11 PM G32
Calibrated 6 factors using 10 points, (mean, deviation) before (-0.035, 0.020) after (-0.000, 0.016)
8/18/2021, 5:26:26 PM M119
Endstops - X: at max stop, Y: at max stop, Z: at max stop, Z probe: not stopped
8/18/2021, 5:26:23 PM G28
8/18/2021, 5:26:10 PM M119
Endstops - X: not stopped, Y: not stopped, Z: at max stop, Z probe: not stopped
8/18/2021, 5:26:07 PM M119
Endstops - X: not stopped, Y: at max stop, Z: not stopped, Z probe: not stopped
8/18/2021, 5:26:04 PM M119
Endstops - X: at max stop, Y: not stopped, Z: not stopped, Z probe: not stopped
8/18/2021, 5:25:57 PM M119
Endstops - X: not stopped, Y: not stopped, Z: not stopped, Z probe: not stoppedThe problem persist...
I updated the files:
Duet2_Sdiap32_WiFiEth.bin
Duet2CombinedFirmware.bin
Duet2Firmware_SBC.bin
DuetWebControl-SD.zipDo I should wipe out everything and start from scratch or... ?
-
@dc42 done, I changed them to 1.0, and it solved the problem !
How do I tag as "solved" ?
-
@carl said in Single wall tower test FAILED: vertical sin wave pattern:
I updated the files:
Duet2_Sdiap32_WiFiEth.bin
Duet2CombinedFirmware.bin
Duet2Firmware_SBC.bin
DuetWebControl-SD.zipTo update you simply need to upload the entire zip file as is to the system tab. Don't extract it first.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zip
That will get your firmware and DWC up to date. -
@carl said in Single wall tower test FAILED: vertical sin wave pattern:
@dc42 done, I changed them to 1.0, and it solved the problem !
How do I tag as "solved" ?
Click on the Topic Tools icon and select "ask as question". Then click on it again and select "mark as solved".
-
@dc42 Thank you everyone for your help !
-
@carl
Sorry, I don't get it. What was the reason for the curved print and how did you cure it?
It sounds, like you had wrong delta geometry in config-override and coincidently found out that you had to delete and rebuild it to cure the printer?
Or was it a bug in rrf3.2.2? -
@o_lampe
I'm curious too. The first config.g had the same setting that produce the malfunction that make the printer unusable (the M579 set to zero). Was Carl using a different config.g at first? The problem of the print should be the heat , but we miss the (good) print that confirm the fact. -
Did we actually solve the wall print quality problem as well? I thought we just solved the homing issue that came up suddenly.