Jose M. Escrich

Results 36 comments of Jose M. Escrich

Thanks for your words

the system is being receiving an o, instead of an zero ``` data.nozzle_actual = int16_t(json_parse["temperature"][knomi_config.moonraker_tool]["actual"].as() + 0.5f); data.nozzle_target = int16_t(json_parse["temperature"][knomi_config.moonraker_tool]["target"].as() + 0.5f); ``` knomi_config.moonraker_tool appears as "Toolo", instead of "Tool0"...

As I can see now, I duplicate this issue in two different places, both are ok, one more thing: Just referring the filament change, even remote or locally, we really...

> As I can see now, I duplicate this issue in two different places, both are ok, one more thing: > > Just referring the filament change, even remote or...

are you able to display in your computer the internal knomi web server?

The intention will be to be able to use gcode M42, and maybe M226 too