Closed ChuiVanfleet closed 1 year ago
Thank you for reporting the error. In the current state, Mobileraker does not support this kind of configuration, but I will investigate what is needed to support it.
I'm trying to be proactive about this. Though admittedly I have next to no experience with mobile app development. But it appears that changing required String sensorPin,
to String? sensorPin
inside common/lib/data/dto/config/config_heater_bed.dart (and likely a similar change in config_extruder.dart ) may do the trick. But I'm unable to test anything since (as far as I can tell) I can't get all the source code (moonraker_pro?). If you're willing to give me access, or explain what I'm doing wrong, I'd love to test this and put up a pull request for it.
I'm trying to be proactive about this. Though admittedly I have next to no experience with mobile app development. But it appears that changing
required String sensorPin,
toString? sensorPin
inside common/lib/data/dto/config/config_heater_bed.dart (and likely a similar change in config_extruder.dart ) may do the trick. But I'm unable to test anything since (as far as I can tell) I can't get all the source code (moonraker_pro?). If you're willing to give me access, or explain what I'm doing wrong, I'd love to test this and put up a pull request for it.
I'm sorry for not getting back to you sooner. I hope I can have a look and fix it later today.
You are already in the correct code section. However, I want to assess the blast radius of the change to ensure nothing else breaks :).
Also this reminds me to create a public version of mobileraker_pro
package.
Bug Report
Description
When using
sensor_type: temperature_combined
as the temperature sensor for the heated bed, mobilraker cannot be used.Steps to Reproduce
Expected Behavior
I would expect mobileraker to work even, with this configuration since klipper works with it.
Screenshots
If applicable, add screenshots to help explain the problem.
Version Information
Debug Logs
Additional Context
Checklist
To help us diagnose the issue, please ensure you've completed the following steps: