ZipperZ

Results 7 comments of ZipperZ

Same here with 1010 sensor (PT1000, 1k pull-up), 427 board. Error is triggered by (pos && r > temp_range[e].raw_max) in line 2353 of file "temperature.cpp" Was not able to track...

Ok, I am not yet sure how that works on a standard Marlin, but basically _TEMP_MAX_E(NR) macro functions incorrectly, because temp_range[NR].raw_max is not initialized. Sorry I am no way near...

> Ok, I am not yet sure how that works on a standard Marlin, but basically _TEMP_MAX_E(NR) macro functions incorrectly, because temp_range[NR].raw_max is not initialized. > > Sorry I am...

With sensor 1010 the printer acts the same. Right after boot error is triggered. If I initialize temp_range[0].raw_max, then I am able to boot and use the printer until command...

With those options disabled the code does not compile `Marlin\src\lcd\e3v2\proui\dwin.cpp: In function 'float Tram(uint8_t)': Marlin\src\lcd\e3v2\proui\dwin.cpp:2452:19: error: 'MESH_MIN_X' was not declared in this scope 2452 | LIMIT(xpos, MESH_MIN_X, MESH_MAX_X); | ^~~~~~~~~~...

> I want to address this bug disabling the custom G-code C104 for PT1000 thermistor. Anyone to test some experimental builds? Hi, I could test it. Do not promise very...

> A 422 BLTUBL version could be fine for all of you? I am using 427 and my sensor is 1010 (changed resistor on the board). Also the thermistor table...