Andrew
Andrew
G42 has this code ```y #if HAS_PROBE_XY_OFFSET if (parser.boolval('P')) { if (hasI) destination.x -= probe.offset_xy.x; if (hasJ) destination.y -= probe.offset_xy.y; } #endif ``` so this documentation should be updated to...
Not sure what this is about. I am not having any issues, but this came up, I thought I would post it anyway. to reproduce: - Enable Console - Close...
### Description We have forgot to add definition for `ICON_ShapingZ` Added test option including Input Shaping X/Y/Z for ProUI in STM32F103RE_creality ### Requirements ### Benefits ### Configurations ### Related Issues
### Did you test the latest `bugfix-2.1.x` code? Yes, and the problem still exists. ### Bug Description Apparently since March, when `MULTISTEPPING_LIMIT` was added and **module/stepper.cpp | stepper.h** amended, the...
Did you test the latest bugfix-2.1.x code? Yes, and the problem still exists. Bug Description invalid narrowing conversion from "int" to "unsigned char" It is apparent that R and G...
### Description Updated **fwretract.h**|**fwretract.cpp** - Arrange/improve values + comments - M208 was missing `seenval`, which is used in M207 - Rearrange `fwretract_settings_t` struct to follow gcode example ### Requirements ###...
### Description - Simply add `)` to docs\ConfigEmbedding.md - Replace `"` with `'` in `cron:` in **.github/workflows/close-stale.yml** | **.github/workflows/auto-label.yml**, which is the correct sytax ```diff - - cron: "30 8...
### Did you test the latest `bugfix-2.1.x` code? Yes, and the problem still exists. ### Bug Description @shadow578 SD/Media card will give "fail" message as if card is not inserted....
### Description The issue stems from when homing. in **motion.cpp** `void do_z_clearance()`: It is better to omit the `with_probe` from here so that a normal Homing height (having a bed...
### Description Updates and fixes to various files. - Minimal fixes to spacing, comments - Update for better readability and proper usage - - Changes like: `#if HAS_LEVELING && HAS_ZOFFSET_ITEM)`...