-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
Review Wizard #55
Comments
What does the "Printer configuration" tab do? I see it empty (is it just me?), but I guess it'd also be a good place to add printer-related settings like number of extruders or power supply shutdown capability, etc Putting all of that on the wizard would also make sense, since it'd be better if you could set ESP3D up and start using it right away also, a way to get a checksum of the sdcard file would be nice - my second print didn't finish sending (abt 105 kB out of the 150 kB), but the printer reported successful transfer anyways. This would be more related to ESP3D but there would be necessary ui elements too |
I actually realized that the file was incomplete because the printer stopped at abt 2/3rds of the piece (luckily it was not too big). After this I checked and saw the file size difference. I reuploaded the file just to test and this time it's 143 kB in size, which seems OK. yeah, i think i don't have m503 active for some reason And PS shutdown is just an example for another option to add, I don't use it but thought it might have already been implemented into ESP3D, it's just the ability to turn the power supply on/off (usually ATX from a PC, but some other supplies have it) via the PS_ON cable by pulling it low by a controller pin. Marlin has a gcode command for that. i'm not asking for it to be implemented but an idea would be to add a button in the webui that sends that gcode command if switchable power supply is specified in the settings |
Because all printers/CNCs are differents and Printer FW / CNC FW use different GCODE, wizard cannot cover all possible configurations |
Some steps in wizard: if ESP is in station mode:
if in AP mode
|
I have added a flag in ESP3D EEPROM for setup - this will allow to not rely on any file presence neither specific settings - etc... flag is readable in [ESP800] and will be updated by ESP401 if necessary |
This is canceled for 3.0 another will be done for rewrited version which allow to grab control more easily and display wizard pages in full screen - so cancel this topic |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
May it is time to review Wizard steps and behavior for 3.0
it was suggested to propose Extruder / bed configuration by @mat2k
Another solution would be to simply open preferences at the end of wizard as currently wizard only change ESP3D settings not WebUI ones but language
Any suggestion is welcome
The text was updated successfully, but these errors were encountered: