Releases: ThomasToka/MarlinFirmware
[MARLIN-E3S1PROFORK-BYTT-v029]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v029.
This release i call "The unwanted z raise update".
I hope you like the release and find a way to support the development with a donation. Thank you!!!
In this release the following additions/changes have been made:
v029 "The unwanted z raise update"
- M19 S9 F0|1 is now capable of disabling the z raise on startup of the printer. Disable: M19 S9 F0 Enable: M19 S9 F1 Default it is still enabled. So if you want to disable you have to set it via gcode. Or save the settings to SETTINGS.GCO and modify M19 S9 F1 to M19 F9 F0 and load the settings again on your printer.
- again the power loss recovery had to be touched cause i found the real reason - besides the other upstream fixes that not worked - for the postitioning problems. it was also caused by a M402 command which lead to initializing wrong heights. my last fixes did not respect this. so it only worked if two conditions were met, but not all possible.. now its hopefully fixed.
- M19 S8 S5 is the new default for the raise on power loss recovery. It is now dynamic. You dont need to set or change it. this defines the lift height after heatup of the power loss recovery run. So if you dont want to lift it at all in case of power loss recovery you set M19 S8 S0. It will be saved to eeprom and used.
- you may see the unwanted z-raise on SETTINGS.GCO load as far as it is enabled.
- code optimizations and changes to follow the upstream lcd_rts class implementations.
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT
[MARLIN-E3S1PROFORK-BYTT-v028]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v028.
This release i call "The service update part 2".
I hope you like the release and find a way to support the development with a donation. Thank you!!!
In this release the following additions/changes have been made:
v028 "The service update part 2"
- included all upstream commits till 07.Oct.2024
- fixed M25 functionality for Prusa/Orca/all other slicers. M25 is now implemented to interact with our display when send from gcode.
- probably fixed the selden "probe error on point 1 of the auto leveling run but finish and save correctly" bug
- fixed powerloss recovery after upstream broke it in v015
- power recovery save fix on pause sites while printing fixed
- power loss recovery now restores the display printdata and printed filename on recovery
- added M19 S8 F$value for the plr_offset. This you can use if your powerloss recovery position has a z_offset. But this should not be needed at all. Its only included to have it configurable on runtime.
- laser screen and site ids fixed to match the in v027 introduced changes
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT
[MARLIN-E3S1PROFORK-BYTT-v027]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v027.
This release i call "The save and load update part 2".
I hope you like the release and find a way to support the development with a donation. Thank you!!!
In this release the following additions/changes have been made:
v027 "The save and load update part2"
- included all upstream commits
- shrinked lcd_rts code again
- add M19 S7 functionality for mesh_size (F), marginx (X), marginy (Y), probescount (P) ex. M19 S7 X0 Y0 F7 P1
- added M19 to load and save function on the restore site. you can set X0 and Y0 and it will reaccount based on the probe offsets set earlier. execute M19 always as last in your SETTINGS.GCO
- fixed unwanted save on entering the device site
- changed some lcd and marlin ids for some sites and realligned in marlin code.
- changed probe offsets blue writing in the fields to white as here the pads must be used
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT
[MARLIN-E3S1PROFORK-BYTT-v026]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v026.
This release i call "The service release".
I hope you like the release and find a way to support the development with a donation. Thank you!!!
In this release the following additions/changes have been made:
- included all marlin upstream commits
- fixed adjust of z offset while printing. it now saves when the checkmark is pressed to the eeprom on the adjust site. going "back" does not save it permanently.
- fixed a selden visual bug where on starting the same mesh again shortly a wrong mesh site was shown
- changed steps for x and y back to 80.0
- shrinked lcd_rts code to fit flash space
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT
[MARLIN-E3S1PROFORK-BYTT-v025]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v025.
This release i call "The save and load settings update".
In this release the following additions/changes have been made:
- on the restore site you can now save and load settings from a file on your sd card after a update
(You can prepare a load file before the upgrade and load it after you upgraded. The instructions are here: https://github.com/ThomasToka/MarlinFirmware/wiki/Save-and-load-settings) - y margins are now accounted for front an back better. 0 y offset mod users will reach the front and back. min margin is 10 for y.
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
- backward compatibility. this means you can use the mainboard firmware without my screen firmware. naturally you then have only the stock features with my fixes, but not the new visual sites, as they are in the screen firmware.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT
[MARLIN-E3S1PROFORK-BYTT-v024]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v024.
Happy new year everyone. I invested again +150h development time to bring you the next major
E3S1PROFORKBYTT update.
This release i call "The octoprint thumbnail update".
To make the thumbnails work on your printer you need to:
- v024 on mainboard and screen
- Plugin version 2.0.0
- with printdata script sliced gcode
- sd card in the printer
- connected printer
- enter your API Key on the plugins settings site. Either main key or create a Application Key for E3S1PROFORKBYTT_Thumbnails
In this release the following additions/changes have been made:
- octoprint support added including actions on the printer screen on octoprint actions
- cardreader extended to support new thumbnail functionality
- custom M19 function added to transfer the thumbnail and do the actions
- reduced jerk to 12x 12y 8e
- fixed laser after g28
- OctoPrint-E3S1PROFORKBYTT_Thumbnails is now able to send thumbnails to the display
(You still need a working sd card in your printer as it is needed as temporary storage for the thumbnail. OCTODGUS.GCO and TEMP.GCO will be overwritten in case of beeing on the sd card when a thumbnail is send. So do not call anything with this two names! - new font for dacai displays roboto-regular
- fixed exit of adjust page during printing cause lag while saving. saving removed
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
- backward compatibility. this means you can use the mainboard firmware without my screen firmware. naturally you then have only the stock features with my fixes, but not the new visual sites, as they are in the screen firmware.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT
[MARLIN-E3S1PROFORK-BYTT-v023]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v023.
Well i had a talk with Santa Claus again.. He said i should gift you another release this year.
I wish you great winter holidays and merrry christmas.
This release i call "The print data update".
In this release the following additions/changes have been made:
- added new thumbnail preview scripts for Orca v1.8.x, Prusa v2.7.x, Cura 5.x
- added printdata (layer, material usage, z height, z_layer height) if a the thumbnail preview script is used
- added material usage during print in g (gram) and m (meter)
- added M84 toggle on the main, pause, finish and resume site (not active during print)
- added G28 home button on the main, pause, finish and resume site (not active during print)
- M73 is now automatically added if the new thumbnail preview script is used and can be activated on the main. no other plugin is now needed for this
- slightly adjusted the y park position from (Y_MAX_POS - 10) to (Y_MAX_POS - 50)
- fixed a bug on print stop so the print data and time will be resetted correctly
- fixed a bug where M73 time and ui.time interfered.
- code clean up and variables missspelling corrected in preview.cpp
- changed qr code to pic to preserve some variables from beeing overwritten
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
- backward compatibility. this means you can use the mainboard firmware without my screen firmware. naturally you then have only the stock features with my fixes, but not the new visual sites, as they are in the screen firmware.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT
[MARLIN-E3S1PROFORK-BYTT-v022]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v022.
Santa Claus was early this year. I wish you great winter holidays and merrry christmas.
This release i call "The dynamic probes update".
In this release the following additions/changes have been made:
- added dynamic probes. you can now choose 1-5 probes for autoleveling, cr-touch measuring and assisted tramming
- added assisted tramming on the cr-touch site
- removed select print file scrolling on mainsite
- rearranged main site with new select file field
- selected print file shown on main site has now three visibility functions
- under 25 chars centered and bigger
- from 26 to 55 chars left arranged and in two rows.
- over 55 chars like 2 but cropped to 55 chars
- cardreader now supports filenames up to 55 chars shown in 2 lines
- adjusted M117 messages to be shown like a select file with the 3 mentioned options
- fixed folders and files accounting so always the correct site number is shown
- restructured lcd_rts code with new classes. it saved around 4k flash space
- fixed inability to enter the adjust site during printing when G29 was in the start Gcode due to a wrong routing in g29cpp and ubl_g29.cpp
- rearranged address space for cardreader update
- with this release the firmware is not more backward compatible to the stock firmware.
this means you cant mix screen of stock and my firmware anymore.
naturally a downgrade to both stock mainboard and stock screen firmware is still possible.
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
- backward compatibility. this means you can use the mainboard firmware without my screen firmware. naturally you then have only the stock features with my fixes, but not the new visual sites, as they are in the screen firmware.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT
[MARLIN-E3S1PROFORK-BYTT-v021]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v021.
This release i call "The mesh colors update part 2".
In this release the following additions/changes have been made:
- meshes are now colored
- added main site preheat shortcuts (inactive during print)
- added main site cool and off toggle for temps/fans (inactive during print)
- added optional M73 functionality toggle to show slicer time
- added M600 on demand functionality (active during print)
- added mesh status on main site
- reworked about site for qrcode display
- introduced new classes to save flash space
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
- backward compatibility. this means you can use the mainboard firmware without my screen firmware. naturally you then have only the stock features with my fixes, but not the new visual sites, as they are in the screen firmware.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT
[MARLIN-E3S1PROFORK-BYTT-v020]
Dear Ender 3 S1 PRO/PLUS user,
this is the next release of MARLIN-E3S1PROFORK-BYTT v020.
This release i call "The instructions update".
In this release the following additions/changes have been made:
- added hints on cr-touch measuring site
- added hints on manual tramming site
- changed behavior of the home button on cr-touch measuring site
- changed behavior of the home button on the manual tramming site
- changed linear advance to 3 digits.
- changed default linear advance K value to 0.035
- added a guard to not overlow the display on loading a too big gcode preview image
- increased gcode preview image size to 24KB by moving it from 0xB000 to 0xA000
Many new features were added during the beta and release candidate phase. Among them are for example:
- autopid for hotend and hotbed
- reworked autoleveling site with mesh visualisation
- added cr-touch measurement on the aux.lvl page. tap on the CR-Touch
- gcode-preview for cura, prusa-slicer, orca-slicer, super-slicer with own scripts and instructions
- dynamic probing margin for abl builds with a range of 25-100mm for x and 42-100 with stock or 10-100 for 0 y offset users
- sound on/off toggle
- selected printfile scrolling
- display brightness manipulation
- linear advance settings support over touch display
- input shaping hz and zeta manipulation over touch display
- hotend offset setting over touch display
- home offset setting over touch display
- more tramming points on the tramming site
- 0.01mm and 0.05 babystepping on the tramming site
- 0.01 mm babystepping during print
- multiple M600 are possible
- material change on pause or filament runout. this means you can heatup hotend and bed on the pause site
- laser feature activated (untested and based on the released creality code)
- folders and subfolders support (folders up to 8 characters in name work, more characters folders are shown but not enterable). print button acts als "cdup" button if you are in a folder or subfolder to go back upwards.
- backward compatibility. this means you can use the mainboard firmware without my screen firmware. naturally you then have only the stock features with my fixes, but not the new visual sites, as they are in the screen firmware.
Known bugs/behavior so far:
Autopid:
- on dwin displays the autopid curve is visually going from left to right. but the graph goes to the left up. same code, displays behave different. to be fixed if possible. result and run is technically perfect.
- shown decimals is limited for some PID fields to 1 decimal. saved are the correct values. ex. 100.1 is shown but 100.08 is messured, saved and used. so its just a visual display bug.
Autoleveling:
- autoleveling starts without waiting for heatup of hotend and hotbed. start heatup. you can now set it directly on the autoleveling site. be patient. wait till it heated up. then press start.
Sound off/on toggle:
- sound off/on toggle works on all displays after a one time creality 28 screen firmware update for the dacais. private and firmware.zlib need to be installed for this. so this longtime bug does not exist anymore.
Please read the installation.txt.
I wish you good luck with the installation process and with the new features.
You can donate to my github sponsors account:
https://github.com/sponsors/ThomasToka
or to my patreon account:
https://www.patreon.com/ThomasToka
or directly to my paypal account:
https://www.paypal.me/thomastoka
Thomas Toka - Core developer MARLIN-E3S1PROFORK-BYTT