@Carlo Thx for the ultra quick response.
Posts made by xadox
-
RE: 3.2beta2: High Map View missing
-
3.2beta2: High Map View missing
I am using a Duet 2 Wifi and upgraded to 3.2beta2.
Since then the High Map View is gone:
-
RE: M308 B-Value for Semitec 104GT-2 104NT-4-R025H42G
@Veti You are a genius:
Printed @225C
-
RE: M308 B-Value for Semitec 104GT-2 104NT-4-R025H42G
Ok. I will try printing now with lower temp @225C.
-
RE: M308 B-Value for Semitec 104GT-2 104NT-4-R025H42G
@Veti You are of course absolutely right.
I forgot that the data is in Ohm. -
RE: M308 B-Value for Semitec 104GT-2 104NT-4-R025H42G
@Veti I think the Config-Generator seems to have a small bug.
Since the Semitec should have around 100KOhm at 25°C (Datasheet):But the Config-Generator creates it with 100000:
I measured the resistance at 25°C and it is about 100KOhm.
-
RE: M308 B-Value for Semitec 104GT-2 104NT-4-R025H42G
I switched the Thermistor. Changed the values in config.g into the following:
M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; Semtec Thermistor ; M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
Re-Tuned the Hotend.
But now I get worse results in print than before:Left Semitec | Right Cheap China NTC
-
RE: M308 B-Value for Semitec 104GT-2 104NT-4-R025H42G
Ahhh... I didn't know that I can select the thermistor there too. I thought I could only enter the value there.
Thanks a lot.
-
M308 B-Value for Semitec 104GT-2 104NT-4-R025H42G
In the past I was using cheap China NTC thermistors for the Hotend.
Now I want to try a Semitec 104GT-2 104NT-4-R025H42G.How do I calculate the right B-Value.
At the moment I have this config:
; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; 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 M143 H1 S290 M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; 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
I am using a Duet 2 with the lastest v3 firmware.
-
RE: Substantial Z offset: Two Z-Endstops and IR-Probe
@Phaedrux Thanks for your very detailed explanation and help. With the mentioned adjustments the problem does not occur anymore.
Many thanks for your support
-
Substantial Z offset: Two Z-Endstops and IR-Probe
I have a self-built HevoRS.
- Duet Web Control 3.1.1
- Board: Duet 2 WiFi (2WiFi)
- Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.1.1 (2020-05-19b2)
- Duet WiFi Server Version: 1.23
- CoreXY
This has two separate Z-Endstops and a DC42 IR-Probe.
If I now execute a G32 I always receive the message:
Warning: the height map has a substantial Z offset. Suggest use Z-probe to establish Z=0 date, then re-probe the mesh.
I have successfully established Z date several times.
Does anyone have an idea how I can solve the problem?Here my Config file:
config.g