Giter VIP home page Giter VIP logo

ender3v2s1's Introduction

Professional Firmware for the Creality Ender 3 V2/S1 Printers

GitHub contributors GitHub Release Date Build Status

Universal RET6/RCT6 Edition

The Precompiled binary files of this firmware can work with STM32FX RET6 or RCT6 and can be downloader from: Latest Release


Donations

Thank you for your support, I receive donations through Patreon and Paypal

Wiki

Community links

Credits

This is a Marlin based firmware and is maintained by @mriscoc

This work would not be possible without the supporters, helpers and betatesters at the Telegram group.

Marlin firmware is an Open Source project hosted on Github, Marlin is owned and maintained by the maker community.

Changelog

For a list of changes made in each release, see the release notes.

Disclaimer

THIS FIRMWARE AND ALL OTHER FILES IN THE DOWNLOAD ARE PROVIDED FREE OF CHARGE WITH NO WARRANTY OR GUARANTEE. SUPPORT IS NOT INCLUDED JUST BECAUSE YOU DOWNLOADED THE FIRMWARE. WE ARE NOT LIABLE FOR ANY DAMAGE TO YOUR PRINTER, PERSON, OR ANY OTHER PROPERTY DUE TO USE OF THIS FIRMWARE. IF YOU DO NOT AGREE TO THESE TERMS THEN DO NOT USE THE FIRMWARE.

LICENSE

For the license, check the header of each file, if the license is not specified there, the project license will be used. Marlin is licensed under the GPL.

ender3v2s1's People

Contributors

mriscoc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ender3v2s1's Issues

Bed Tramming issue

in your new blt bin for ender 3 v2 is an issue in the bed tramming menü. front right and back right are not funcniable. i mean nothing happens when you chose it.

Issue with bed tramming

4.2.2 bl touch

When bed tramming is enabled it will only allow the following
left front
left back
center

On the following it does nothing, only the display changes.
right front
right back

Adding Mesh Edit Menu

Hi. I tried compiling firmware based on your files because I wanted to add a feature which is Mesh Edit. I tried uncommenting #define LCD_BED_LEVELING and #define MESH_EDIT_MENU in configuration.h file but after flashing, the feature was not added or at least visually added in the lcd. I wish you can help me add this feature. Thanks!

Black screen and steppers activated.

I've been using the November release without any problems until today when the steppers started making loud noises like they are fighting to turn. Now I get a black screen and the steppers are powered and the sound from them intensifies. I've tried flashing the firmware with the latest version but the same thing happens during the flash. I'm not sure if it even flashes because the screen remains black. Could this be the firmware or is my board dead?

Tramming issues

4.2.2 BLTouch firmware - When I try to use the tramming feature and select front or back right I get the error "position not reachable. check offset values"

Synchronise bed and nozzle heating

Is your feature request related to a problem? Please describe.
The nozzle on my ender 3 v2 is always much faster to reach temperature than the bed, resulting in filament wastage as some always "drips out" while heating

Describe the solution you'd like
Not sure if this is even possible but: it would be nice to have a (self learning) mechanism implemented that makes sure that the bed and nozzle reach the desired temperature simultaneously.

Describe alternatives you've considered
An alternative could be to change the starting code to have the bed fully heat first and then start heating the nozzle but this would take a lot longer.

When put auto homming the printer killer

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Version (please complete the following information):
Firmware version and release date

Additional context
Add any other context about the problem here.

Is this firmware dead now for public use ?

I've seen lots of messages around about this firmware and not continuing publically, but wanted to check the formal status.
Is this firmware dead now for public use ?

Works on Vexelab Aquila

How do I install your firmware on the Voxelab Aquila?
Other firmware from Ender 3 v2 usually works, but yours does not flash. What is the difference?

Ender 3 S1 Pro support

Hi,
are there any plans for Ender 3 S1 Pro (with touchscreen) support?
Many thanks for your work!

Compiling error when download sources from the release page

I get some errors like that. Can anyone help to resolve that? My printer is Ender 3 v2 with 4.2.2 board.

PS C:\Users\Selim\Desktop\Ender3V2S1> platformio run -e STM32F103RE_creality
Processing STM32F103RE_creality (board: genericSTM32F103RE; platform: ststm32@~12.1; framework: arduino)

Verbose mode can be enabled via -v, --verbose option
Processing Professional Firmware requirements
Auto Mesh Bed Leveling detected
FileNotFoundError: [Errno 2] No such file or directory: 'Marlin/lib/proui/libproui_abl.a':
File "C:\Users\Selim.platformio\penv\lib\site-packages\platformio\builder\main.py", line 179:
env.SConscript(item, exports="env")
File "C:\Users\Selim.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Script\SConscript.py", line 597:
return _SConscript(self.fs, *files, **subst_kw)
File "C:\Users\Selim.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Script\SConscript.py", line 285:
exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
File "C:\Users\Selim\Desktop\Ender3V2S1\buildroot\share\scripts\proui.py", line 24:
shutil.copy(libpath+'libproui_abl.a', libpath+'libproui.a')
File "C:\Users\Selim.platformio\python3\lib\shutil.py", line 427:
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "C:\Users\Selim.platformio\python3\lib\shutil.py", line 264:
with open(src, 'rb') as fsrc:
======================================================================================================================================= [FAILED] Took 1.48 seconds =======================================================================================================================================

Environment Status Duration


STM32F103RE_creality FAILED 00:00:01.479
================================================================================================================================== 1 failed, 0 succeeded in 00:00:01.479 ==================================================================================================================================
PS C:\Users\Selim\Desktop\Ender3V2S1> echo "done" >"C:\Users\Selim\AppData\Local\Temp\ipc"
PS C:\Users\Selim\Desktop\Ender3V2S1>

CRTouch Mesh 7x7 to 9x9 not supported on S1 with HS mode active

Describe the bug
Ender 3S1 does not support Mesh of 7x7 to 9x9. When attempted a string of retries followed by the printer "killing itself"

To Reproduce
Steps to reproduce the behavior:

  1. Go to Advanced - Mesh Size
  2. Click on 7x7 or 8x8 or 9x9
  3. Go to Prepare - Build Mesh
  4. See error - Error after creating the Mesh and retries without working

Expected behavior
Display of Mesh from points

Version (please complete the following information):
3/2/22 S1. I"m not sure if it worked on earlier versions

need more firmware tweaking

HI I just testing the firmware on my mod ender 3v2 . It is amassing firmware ,it can quickly modify the setting to match the spec .don't have to edit compile the firmware , the firmware is new and need more tweaking to make it perfect for everyone
**Describe the bug
bl touch z baby step don't work
it keep crash when build mesh ,I have to multiples run

A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Version (please complete the following information):
Firmware version and release date

Additional context
Add any other context about the problem here.

[Feature Request] Transfer EEPROM values

Hi,

One feature that would be a "nice to have" is to export the parameters set to the sd card.
e-steps, home pos and so on.

So we could import it to the firmware when we upgrade :)

JPEG Thumbnail not visible

Printer Ender 3 V2, Firmware 20220330, firmware of display updated (DACAI), Cura v. 4.13.1 - plugin "Create JPEG Thumbnail" installed and activated.
When Cura plugin is deactivated and new STL file sliced, then printer show QR code with link - OK from my side.
When Cura plugin is active then Thumbnail is generated in G-code but in printer is not visible.

20220415_091926
20220415_092003
20220415_092120
20220415_092258

Fillement endstop stays triggered without a filememt sensor

Hi i updated the lasted manual mesh leveling firmware for the 4.22 and now my extruder motor wont turn anymore. I don't have a runout sensor. I re install the original firmware but its stil not working. So what to do now?
16472699797554175921378447796789

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Version (please complete the following information):
Firmware version and release date

Additional context
Add any other context about the problem here.

v20220314 Home Z is not 0 anymore

After updating from 20220220 to 20220314 I noticed that "auto home" and "home z" do not put the nozzle to the 0 point. The nozzle is raised up about 5-10 millimeters above the table (offset shows "5"). Yes, I tried to reset to default settings but it doesn't change anything. Auto home offsets are all set to 0 in the settings. I don't know if it was intentionally changed in the firmware for some unknown reason, but I used "home" feature to test and fix the distance between the nozzle and the table, and now it is not possible to do it because the nozzle is always above the table when using auto home....

Failed flash ender 3 s1

Describe the bug
I just bought a ender 3 s1 and was going to update the firmware to this one as ive used this one on both my other ender v2, I ended up only getting the splash logo and would never flash. had to reddit and someone found out how to flash another firmware for the laser engraver firmware to get it working again. I'd like to use this firmware.

Fan bouncing between 255 and 0

On the latest firmware for the 4.2.2 with BLTouch (CRtouch) Ender 3 V2 and when I am working on stuff like bed leveling the fan keeps bouncing between 0 and 255 back and forth. Not sure why it is doing this when at idle.

Feature Request: Choose corner for Tramming Reference.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Often when I am tramming by bed I will be prompted to tram my rear left corner, I adjust other corners instead as my rear left has the wiring harness so I try to adjust it as little as possible.

Describe the solution you'd like
A clear and concise description of what you want to happen.
The ability to choose a corner to use as a reference for tramming against. If corner X is chosen as a reference corner, the other 3 corners will tram against it instead of against each other.

High speed extruding

Might be related to reboot.

sometimes when extruding the stepper has a speed similar to the x or y axis steppers. Happend when extruding 50mm after preheat pla. grinds the filament down.

Bed Tramming on right side not working

Description

Have build and flashed the inital Version for Board 4.2.2 with bltouch. Bed Tramming is only working on the left side, if I choose right the Hotend is not moving.

Steps to Reproduce

  1. Select Prepare
  2. Select Bed Tramming
  3. Select any Right Point

Expected behavior: Bl-Touch is triggering the right side

Actual behavior: nothing

Ender3 S1 Mesh Values Wildly Deviate as Mesh Size Changes

Describe the bug
Depending on the mesh size chosen, the values at different points will be wildly different than the same or near the same points in higher or lower point meshes. Not only that, but after changing the Z-offset after an auto home (or z-home) OR doing it right after the points have been measured and mesh saved; I will move to the front part of the bed where the values deviate most and the paper I use to change z-offset is almost always heavily gripped between the nozzle and bed when it was fine at the center.

To Reproduce
Steps to reproduce the behavior:

  1. On a Stock Ender 3 S1 running the latest S1 specific firmware, preheat the bed to usual temps.
  2. Advanced -> Mesh size -> try different sizes after repeat, starting with 4x4 (or 3x3).
  3. Take photos of the meshes to check deviation over points under the same heating cycle.
  4. See possible high deviation with error on mesh values at certain points (test with paper and moving x and y to different points with z at 0 and A4 paper underneath, both just after mesh and then homing).

Expected behavior
An auto-level z-compensation mesh with +- 0.002mm (tested with m48) values to account for bed warping on a levelled bed.

Screenshots
Please see below all the different mesh creations under the same thermal profile on a CR touch on the Ender 3 S1:

image
image
image
image
image

NOTE: The screenshots with the button over continue do not mean I chose continue, I saved each of these and did the aforementioned tests.

Version (please complete the following information):
Ender3 V2/S1 Professional Firmware 20220302 - maintenance release II - March 3rd, 2022 (Ender3 S1 version)

Additional context
Any help or insight is appreciated, other than this issue I really like this firmware! I have the Z feed rate in the probe settings set to 960 if that's any help, as per your mesh guide mentioning the CR-touch support. Could this be part of the problem?

Remaining Time not working and Stuck at "Nozzle Heating"

Hi. First off, what a great work. Thank you! Just wanted to share my experience, just a minor bug. While doing a test print after flashing the firmware and mesh leveled my bed, the Remaining (time) is not working and stuck at 00:00. Also, the status is stuck at "Nozzle Heating".
stuck remaining time

ABL probing from right to left?

I just flashed the latest version and did an G29 and it is probing the bed from right to left. I have never seen it do that before and was wondering if that is new or a bug. This is the Ender 3 V2 4.2.2 BLTouch

Printer beeps twice, shows warning-"Nozzle or bed temperature is too low", printing stops.

Describe the bug
A clear and concise description of what the bug is.
Loss of Nozzle and bed heat temperature during an extended print.
To Reproduce
Steps to reproduce the behavior:

  1. Go to '...' Thingiverse- 2799169 Spatula Holder (large file size.stl file) 83.1 Mb, gcode file is 12.008Meg from Prusaslicer 2.4.0
  2. Click on '....'
  3. Scroll down to '....' Gcode transfer on SD card as normal,
  4. Ender 3 V2 with BL touch and 4.2.2 mainboard- screen shows file name, runs as normal for about two hours and prints about 10 layers- approx 110mm x 140 mm x 1mm. .2mm layer height, 220 /55 temps,

Expected behavior
A clear and concise description of what you expected to happen.
(((((((Print should finish.))))))))
Screenshots
If applicable, add screenshots to help explain your problem.Screen warnings last only 2 seconds- unable to get a photo.

Version (please complete the following information):
Firmware version and release date 2.0.9.4 MRiscoC Build Dateline Mar 2 2022 02:04:34
this is Maintenance 20220302

Additional context
Add any other context about the problem here. I did run a smaller file prior to this which lasted 5-6 hours without any issues- 4.2 mb in Gcode.

Ender3S1 - How ABL works? Probe offset / Probe margin / Build volume

Hello,

thank you for the great work. I´m getting not consistent results with my first layer. In some corners they are too far away and in other to near if i check the print results.

I´m wondering because in the firmware for Ender3S1 it is default set to 230x230 build volume. So is this by intention? Did i need to change the Bed shape in my slicer to 230x230 too?

Yes or? If not the ABL points dont match the printing points or? The thing is i can print in the corner back right but the CR touch can`t get there to probe.

So i think i need to do manual leveling or? But if i do manual leveling and then i run the Job with the ABL it says back right corner has this value which will be checked from the ABL but it is not the same point which i print or?

So the question is - how can i get sure that the ABL mesh will be put exactly on the bed size where the nozzle is????

Hopefully i have described my issue that someone can understand it. I don`t get it how i get the first layer great.

[Feature Request] CV Laser Support

Is your feature request related to a problem? Please describe.
If you want to use the Creality CV Laser its needed to flash the Board with the Creality Firmware.
Also with the Creality Firmware, there is no support for Lightburn.
With the Ender3V2S1-Firmware i get the following Error:

Error:!! STOP called because of BLTouch error - restart with M999
Error:Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)

Describe the solution you'd like
Id like to use this Marlin Firmware with LightBurn. For this, its needed to enable the Marlin Spindle/Laser Support in Firmware.
https://marlinfw.org/docs/configuration/2.0.9/laser_spindle.html

Describe alternatives you've considered
For every Laser Job Flash the Firmware with the Creality Stock one.

Additional context
I am a newcomer to 3D printing / laser engraving. I have already tried to compile the firmware in Visual Studio Code myself, but LightBurn still does not recognize the laser.

With the Creality firmware I can move the axes, but I quickly get the error that something is wrong and I should fix the (unknown) error and restart the laser with code M999.

With the Ender3V2S1 firmware, not even the axes can be moved.

Ender3S1 - Probe offset / Probe margin / Build volume

Hello,

thank you for the great firmware. I`m getting not a good result from ABL. I think it is because the probing is not near enough in the corner where it should be or?

So i tested to change the build volume to 220x220 and tried to play with probe margin and probe offset but i can`t get the probing near in the corner. If i come closer then it stops to probing. I tried this with "Bed Trimming" after changing the values.

Is there a issue or how can i set this that it is working?

Best

Printer can't probe any point or do a bed tramming with FILAMENT_RUNOUT_SENSOR disabled

Describe the bug
I am currently on the latest version of the firmware. Compiling my own bin file using the 422-BLTouch config files with slight modifications to the offsets results in the printer not building the ABL mesh and also, tramming to be unavailable for all 5 points (including center). I think there is an issue how the probing locations are being calculated since I have followed the formula in your WIKI to make sure that all points are probable but it still does not probe. My nozzle to probe offset is X -46, Y -6, Z -2.56 and Probe margin is set to 30. I have uploaded a video of the issue and my config files.

Please note that the same config file on version 544ad99 still works, and that is why i am suspecting an issue with the code rather than my config file.

To Reproduce
Steps to reproduce the behavior:

  1. Download the config files i have provided
  2. Flash the firmware
  3. Try to use bed tramming or auto build mesh

Expected behavior
Printer should probe points areas across the bed

Screenshots
https://youtu.be/Jb591ZdaSPw

Version (please complete the following information):
5562e75

Additional context
Config.zip

9x9 Mesh : zero in corners instead of the center

Describe the bug
Hi, wonderfull firmware, I like it, you did a great job! I'm running actually on 4x4 mesh, but would like to use the 9x9 mesh (or to know wich larger mesh is stable). In 9x9 mesh, the zero height switch in the corner instead of the center position.

To Reproduce
Steps to reproduce the behavior:
I level the bed with tramming wizard, with probe margin at 10mm. (1rst screenshot)
I then try 9x9 mesh and it cannot finish the mesh (the mesh restart itself at the 51/81 point)
So, like other issues, I disabled HS mode and increase Z speed at 960mm/s(max).
The mesh then work, see 2nd screen shot.
But then, I try to make an other 9x9 mesh, but at regular speed with HS mode still disabled (I dont know if reducing the speed cause this), It work too!, but the mesh viewer then show me zero height in the corner instead of the center of bed. See 3rd screenshot. (I think it is not suppose to do this)
Then I check corner of bed in tramming wizard (4rth screenshot) (I did not modify bed screw) and 4 corners and also the center of bed were evaluated at zero by the probe.

After that, I flash the firmware to original, then back to 20220220 and I'm stable using 4x4 mesh with HSmode activated at 480 Zspeed with 10mm margin.

Screenshots
If applicable, add screenshots to help explain your problem.
IMG_7543
IMG_7544
IMG_7546
IMG_7547

Version (please complete the following information):
Config : Ender 3 S1 stock
Firmware version and release date : 20220220

Wierd Power Outage implementation

Describe the bug

  1. When "Power Outage" feature is enabled, before resuming the printing, the extruder goes mad and tries to extrude pretty much more of the filament that the nozzle can physically pass through. There can be heard crazy sounds in the extruder as it wants to pass even more and more filament, but it can't. You can see a spring of the filament filled from the left bottom of the table to the center of the table.
  2. Finally when it continues the print, it doesn't seem to continue from where it stopped, but it reprints the whole layer from the beginning, thus some part of the layer becomes printed twice, and the rest of the layer is printed once, which leads to further shifting in all the following layers

To Reproduce
Steps to reproduce the behavior:

  1. Start to print a cube or whatever.
  2. Turn off the power in the middle of the printing process.
  3. Wait 5-10 secs and turn the power on.
  4. Press "continue" to resume printing.
  5. See the shit that happens there...

Expected behavior
It should resume printing from where it was stopped last.

Version :
2.0.9.4 / 20 feb 2022. (Ender 3 V2)

Screenshots
1_tn
2_tn

Strange Scrolling on Ender 3 V2 with SYNWIT (VIEWE) screen unit

Description

Artefacts while scrolling through menu on Ender 3 V2’s stock LCD

Steps to Reproduce

Opening any menu and scrolling causes scroll select bar highlight to ‘follow’ the current selection and instead of removing previous highlight, remains until scrolled on top of. It’s difficult to explain please see video below.

Expected behavior: Bars to no longer be highlighted when they are no longer selected

Actual behavior: Bars remain highlighted when scrolling through the screen until scrolled back over at which point it is cleared

Additional Information

Printer was flashed with the 422 BLTouch pre compiled firmware

image

video

Bed Size from Configuration.h are not loaded to Printer Settings

Hi. I have a Creality Ender3v2 board 4.2.7 printer with BLTouch and I use your Source Code (current version Ender3v2-427-BLTouch-20220302), which I edit and compile because I also have a laser and a CNC milling machine on the printer. I have laser adjustments there.
And I found that if I set in Physical Limits Configuration.h as:
// The size of the printable area
#define X_BED_SIZE 230 // MRiscoC Max usable bed size - my bed size
#define Y_BED_SIZE 227 // MRiscoC Max usable bed size

I compile the source to BIN and burn the firmware to the printer, so my values are not transferred. In the Physical Settings menu I have Bed Size X = 230, Y = 230.

Also when I set:
#define X_MAX_POS 245 // MRiscoC Stock physical limit - my limits
#define Y_MAX_POS 230 // MRiscoC Stock physical limit
#define Z_MAX_POS 220 // Ender3v2 Configs - limit for dual-Z axis

so in the Menu I see: Max X = 248, Y = 231, Z = 250
Why not use those values from Configuration.h?
I also tried Restore Default, but it didn't help.

Pro UI as a library?

I understand that LGPL mixed with a GPL project is tricky.

Here is a good answer to the question of how to mix LGPL with a GPL project and what you need to do to be able to keep your source code private while releasing binaries…

https://softwareengineering.stackexchange.com/a/342158

Basically, if you compile your sources into a library (i.e., a file ending with .a or .s) that can be linked into the larger project, then the LGPL part of the source code may be kept secret. You still have to share the modified GPL sources (most of Marlin), but you only need to include the built library and add the necessary linker parameters so that the whole thing can be built.

If you want to use code with the LGPL license within a GPL project, that is fine, but the whole of it is still GPL.

It is possible to build parts of Marlin as static-linkable libraries by placing the code into a folder called lib at the root of the project, with multiple files in a sub-folder. I have done this with single source files, producing an intermediate library that was then linked into the final project, and it was surprisingly easy.

Today you are in compliance with GPL by including your sources, but the re-licensing of the whole as LGPL is verboten. So give the library trick a try and see if you can get it to work with the Pro UI code, and then you'll be able to retain 100% compliance with GPL while keeping your LGPL code secret.

Thank you for all the work you do.

Menu hangs when changing filament

Describe the bug
Clicking on change filament while running job -> menu hangs

To Reproduce
Steps to reproduce the behavior:

  1. Installed fresh bin file 20220220 on an Ender 3 S1. Former original firmware 1.0.3c
  2. No changed in filamant
  3. Started a job
  4. Pressed change filament
  5. Menu hangs, clicking/turning wheel without impact

Expected behavior
If there is no filament added, the button should be grayed out or at least without function

Bed tramming Issue with Ender3v2-422-BLTouch-20220209

About the printer

Version: Ender3v2-422-BLTouch-20220209.bin

an issue in the bed tramming menü. front right and back right are not functionable. i mean nothing happens when you chose it.

I increased the margin from 25 to 30, 35, 40,45,50 and it still doesn't work...

the auto mesh seems to work, but when he finishes doing the automatic mesh of the whole tray before launching an impression, the pin of the bltouch remains deployed and rubs on the tray when moving and risks bending or breaking if it comes into contact with an obstacle

but when testing the manual mesh, when it is on the right it tells me: position not reachable, check offsets

however before the update everything was working perfectly, I had no problem

Could you explain in detail, what should be changed to correct this problem please?

And would it be possible to give me a link to download the old version "Ender3v2-422-BLTouch-20211121." because I can't find it on github anymore, and with this version I had no problem...

Does this work with the Ender 3 S1 Pro?

Hi!
does this Firmware work with the Ender 3 S1 Pro with touch screen control?
Happy to try out things to test it, just want to make sure there's no "no go".

The Setting from Autolevel in EEPROM don´t get stored.

Steps to Reproduce

  1. Set the hook on Autolevel
  2. Press the Save button
  3. Go to Terminal
  4. Write M501 in terminal
  5. Go back to EEPROM and u see the hook is gone

Happens also if u trun off Printer an Octoprint for more than 10 min.

EEPROM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.