forked from bigtreetech/BIGTREETECH-TouchScreenFirmware
-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Baby-Steps don't work #14
Comments
azsde
pushed a commit
to azsde/RAWR-TFT-Firmware-Artillery3D
that referenced
this issue
Nov 11, 2020
…s, Improve Numpad UI & other bug fixes (bigtreetech#733) * Add new features and bugfixes - Improve Live icons. - Use numpad to set temperature instead of increase decrease button. (Click on heat status icons to edit temperatues.) - Fix bugs in babystepping and probe offset menu. - Improve popup dialog (display window acording to message type). - Fix unnecessary item re-draw in feature settings menu. - Add printf/sprintf library from https://github.com/mpaland/printf - fix 'T0' temperature updating to current tool/nozzle. - Add parsing of fan speed. - change some global variables to local variables to reduced global ram usage. - Fix Typos and other cleanup. - Add parameter save & reset oprion in parameter settings. - Improve Numpad UI. - Fix M33 File names as ???? bug - Add FW Retract and linear advance in parameter settings - remove duplicate code from interfaceCmd.c and minor changes - Fix axis position parsing with smoothieware - add large ascii font, small icons and improve heat menu - split core function from menu functions, restore old heat & preheat menu - add print confirmation dialog & misc fixes - add machine setting to More menu while printing - add machine settings to more settings while printing to allow changing of machine parameter while printing - seperate core machine parameter functions from parameter ui functions - Remove line numbers when parsing gcode (wgcv#14) - fix global info display
I'm sorry, but I'm somehow new to github and don't understand, what your comment should mean? Where can I get the firmware with the bugfixes you're mentioning? |
@dudljump those seem to be Marlin issues and not necessarily issues with the TFT firmware. Have you upgrade your Marlin firmware? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
at first I want to say thank ypu for the nice work with the firmware!
After I started the first print, I wanted to do some babystepping to refine the first layer. But if I try to raise or lower the hotend I get the follwing error message:
"Unknown command: M290 Z0.01"
Edit:
After I tried to do the "PID PLA" function - I got the following Error:
"Error: EEPROM disabled"
What to do here?
The text was updated successfully, but these errors were encountered: