sprior

Results 25 issues of sprior

Line: Serial.println("matrix Width:" + matrix.width()); Should be: Serial.println("matrix Width:" + String(matrix.width()));

Now that I've closed another issue... Now that I've got my firmware working with various Neopixel devices I'm playing with the idea of running a Neopixel rectangular matrix (8x32 arrangement)...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I have to change the extrusion speed before a Load or else it's painfully slow **Describe...

In the existing code: if (!wifiManager.autoConnect((const char *)hostname.c_str())) {// new addition delay(3000); WiFi.disconnect(true); ESP.reset(); delay(5000); } The WiFi.disconnect(true) causes the ESP8266 to forget the previously configured SSID/password if AP connection...

I've got duplicate last frames set, but I'd really prefer that last frame to be after the print head moves up and away from the print and I've got those...

I have two cameras defines, "Upper" and "Lower". In the Settings page for Timelapse I have the Lower camera selected, but on the Timelapse Status page it is showing the...

wontfix

Allow for the configured nozzle_diameter to be slightly larger than the filament_diameter. And example of this is a 1.8mm CHT nozzle with 1.75mm filament which some have had success with.

pending feedback

Allow for the configured nozzle_diameter to be slightly larger than the filament_diameter. An example of this is a 1.8mm CHT nozzle with 1.75mm filament which some have had success with....

I found your tip of mounting the hosts /etc/localtime to the container, but it looks like Debian distros don't depend on /etc/localtime being a symlink to the tzdata file, they...

Is your feature request related to a problem? Please describe. I'd like to use BS for my Voron (in addition to my X1C), but it requires custom start gcode so...