Skip to content
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

Update release notes #157

Open
wants to merge 251 commits into
base: dgus-reloaded
Choose a base branch
from

Conversation

Thinkersbluff
Copy link

No description provided.

bjj and others added 30 commits September 1, 2022 13:30
Uses existing common code for STM32. Adds a table for device-
specific PWM mappings. Adds support for enabling all TIM timer
devices. Makes it a runtime error to enable devices the code
doesn't know how to enable.

I have verified performance of the fan pins (PC6, PC7, PB15)
on the SKR Mini E3 V3.

Signed-off-by: Ben Jackson <ben@ben.com>
Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
Also added status report for extruder_stepper objects with the
current pressure advance parameters values.

Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
Initial push of the working deltesian kinematics after some successful tests.

Signed-off-by: Fabrice GALLET <tircown@gmail.com>
…#5737)

Added a SET_DIGIPOT command to the mcp4018 implementation.
Previously the mcp4018 was read only, and set at the time of
configuration.  This allows you to change the value during a
print, which is needed for some older printers that need to
lower the stepper current during preheating.

Signed-off-by: Jake Bordens <jake@allaboutjake.com>
As found on discord bt user David Carey.

uart_address for y and z are swapped. Discovered while setting up sensorless homing.

Signed off by: James Hartley <james@hartleyns.com>
Signed-off-by: Lasse Dalegaard <dalegaard@gmail.com>
Seed the initial position from the first read position, even if it is
some time into the capture.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
If a tmc driver can't find the stepper config section it reports a
"missing microsteps" error which can be confusing.  Provide a more
explicit error message.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Move bootloader_request() function so that it can be used when not
using USB.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Add a mechanism to request the bootloader when using serial input.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Add a function to validate that a gpio pin is valid on the chip.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Fix the gpio function.  Also, add buses found only on stm32g0.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Signed-off-by: Donna Whisnant <dewhisna@dewtronics.com>
Signed-off-by: Donna Whisnant <dewhisna@dewtronics.com>
…pdates

Signed-off-by: Donna Whisnant <dewhisna@dewtronics.com>
* Update printer-anycubic-vyper-2021.cfg

better pause and end print, beeper support, mroe accurate value.

* Update printer-anycubic-vyper-2021.cfg

* Update printer-anycubic-vyper-2021.cfg

* Update printer-anycubic-vyper-2021.cfg

* Update printer-anycubic-vyper-2021.cfg

delete unnecessary gcode

* Update printer-anycubic-vyper-2021.cfg

remove unneccessary part.

* Update printer-anycubic-vyper-2021.cfg

* Update printer-anycubic-vyper-2021.cfg

according to https://www.klipper3d.org/Example_Configs.html point 7f
delete field values that are set to their default value

* Update printer-anycubic-vyper-2021.cfg

small change

* Update printer-anycubic-vyper-2021.cfg
Signed-off-by: Rob Casper <myallneedsemail@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
Signed-off-by: Rob Casper <myallneedsemail@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Send the fault information explicitly in the query_thermocouple fault
field for max6675, max31855, and max31865.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
…tion

Introduce a new handle_fault() method to handle processing of sensor
faults.  This simplifies the calc_temp() methods.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
TBArchives and others added 30 commits April 30, 2023 18:31
Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Made an edit to the README directly on the repo at 1.2.5.  This change brings my local copy up to the same revision.
Hoping this annotation helps me and others to make sense of the forked design.
Adds hyperlink to help users find and use KIAUH

Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Filled-in a few of the details of where to find the applicable files and how to download/install the CR6 DGUS-Reloaded Klipper component.

Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Some of the installation instructions were a bit "tortured" in their structure.

Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Simple is not easy...

Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Rewrote the installation instructions, complete with a new section header.  Hoping this is more clear and easier to follow.

Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Now actively advise against installing the modified Klipper files and recommend manually adding t5uid1 to the Klipper3D/Master version.


Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
… from Desuuu

Test directory contained old unused files.  Deleted those.
In process of updating files to v1.2.6.  Used occasion to incorporate Desuuu's May 2023 updates, to improve compatibility with Python 3.
Signed-off-by: Thinkersbluff <36551518+Thinkersbluff@users.noreply.github.com>
Adds support for DWIN_SET version 0.3.9.
Modified Leveling Calibration controls to remove the automatic homing before accessing the menu.
Removed the function backing up the current mesh profile when changing to Manual Leveling.  Failed due to code errors + does not seem worth doing.
Modified the CANCEL and PAUSE routines, to eliminate a couple of bugs. NOTE: Still can not PAUSE or CANCEL before the purge line starts.  Still don't know why.
Changed the Manual Leveling function to lower the head to Z=0.0 instead of to 0.2 mm
 - Disagree with paper method anyway + useful even to those of use who do not have leveling wheels...
Changed the address of a couple of variables, to remove a memory conflict.
Commented the probed_matrix() routine in t5uid1.py.
Will make it easier in future to see what has been changed in each of the files
Implement support for DWIN_SET v0.4.0.
- Reset RunOut Sensor state to last selected value, at boot
- Add message on Home Screen at boot, reporting the state of the runout sensor, after restoring last selected value.  Replace that message after 2.5 secs with "Printer Ready"
- Disable PAUSE and STOP buttons during print, until purge line is being drawn (Solves issue#31)
- Add messages reminding user that those functions are not yet available, if they press the buttons.
Fix some indentation issues (tabs vs spaces?) which only seem to show in GitHub...
Add macro to clear message from display.  Useful to boot routine. May have future uses. Avoids using delayed gcode.  Allows system to briefly (2.5 secs) confirm state of runout sensor at boot, before displaying "Printer Ready."
Added caution that some macros in CR6.cfg are not used/tested & may not work with DGUS-Reloaded.
…o v1.2.8

Corrected typo in BTT folder name (CR6 vs C6).
Modified all 3 sets of CR6.cfg and DGUS-Reloaded.cfg files, to update and create the new macros that support DWIN_SET v0.4.0.
Updated the pages.cfg file to ensurre that all display parameters on each page are listed.
Updated notes in vars_in.cfg
Added Time Remaining as output variable.
Corrected syntax error in LED_State variable script.
Added Time Remaining scripts and upgraded M73 script to t5uid1.py
See readme files for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.