Marlin
Marlin copied to clipboard
Optimized firmware for RepRap 3D printers based on the Arduino platform. The branch Marlin2ForPipetBot is optimized firmware for cartesian robots (lab robots, also known as liquid handling robots or p...
### Did you test the latest `bugfix-2.1.x` code? No, but I will test it now! ### Bug Description WITH SYNTAX G2/G3 X Y Z I J F THE AXIS DO...
To support rebasing 9axis_pull branch onto current upstream MarlinFirmware/Marlin/bugfix-2.0.x Have I configured Marlin-9axis_pull for 8 axes And tested with a Dummy hardware shaft. All functions work. I configured Marlin-9axis_pull for...
- if LCD display is selected (tested with MKS_MINI_12864, then FYSETC_MINI_12864_2_1/BTT_MINI_12864_V1): `Marlin\src\lcd\menu\menu_item.h:245:24: error: 'screen_items' does not name a type 245 | #define END_SCREEN() } screen_items = _thisItemNr | ^~~~~~~~~~~~ Marlin\src\lcd\menu\menu_item.h:246:20:...
### Is your feature request related to a problem? Please describe. _No response_ ### Are you looking for hardware support? _No response_ ### Describe the feature you want There are...
Hi DerAndere1 Thanks for your work on the 4 axis display. I have this issue compiling I followed your instructions and have commented out AXIS4_ROTATES and AXIS5_ROTATES in configuration.h Spent...
is it possible to use 9 Axis using Teensy 4 Thanks
### Description Add support for DIRECT_STEPPING with NUM_AXES >=4 to https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.1.x ### Steps to Reproduce 1. See stepper.cpp lines 1602 ff., lines 1846 ff., etc. **Expected behavior:** DIRECT_STEPPING working with...
### Description Add support for G60/G61 with NUM_AXES >= 4 to https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.1.x ### Steps to Reproduce 1. See motion.h line 58. **Expected behavior:** Working G60/G61 with NUM_AXES >= 4 **Actual...
### Did you test the latest `Marlin2ForPipetBot` code? Yes, and the problem still exists. ### Bug Description `Compiling .pio\build\mega2560\src\src\HAL\AVR\Servo.cpp.o Marlin\src\HAL\AVR\Servo.cpp: In function 'void handle_interrupts(timer16_Sequence_t, volatile uint16_t*, volatile uint16_t*)': Marlin\src\HAL\AVR\Servo.cpp:86:15: error:...