-
Nice effort, this will be most useful.
I quickly built and flashed this GRBL port on Fedora ( I also did the modprobe quirks config. )
Hopefully it will not be too difficult to port it for a mor…
-
Hi, Using 4.3.9 Configured with the online configurator. Have 2 nozzles set up by adding the following to configuration_overall.h
#define SWITCHING_NOZZLE
#if ENABLED(SWITCHING_NOZZLE)
#de…
-
### Description
TFT display shows some strange errors and prints are always failed.
Printer is ENDER 3 pro with SKR mini E3 3.0, smart filament sensor and BLtouch
### Steps to reproduce
pr…
Blisk updated
4 weeks ago
-
### Is your feature request related to a problem? Please describe.
Hi
I try to code the feature by myself and it's highly based on the SWITCHING_TOOLHEAD section in the tool change module. (basica…
-
Hi, can i use an extruder motor, like e0 or e1 as z to have 3 z? Also, wil this work with klipper or it is marlin only? Thanks!
-
Has anyone tested SKR-E3-Turbo in a Creality CR-10 or Ender 3 with TMC2209 sensorless homing + BLTouch + original display?
Thinking that could take this configurations example and use as a base for…
Hedda updated
3 years ago
-
I am using grblHAL/ESP32 running on an OpenBuilds BlackBox X32 to control a rotary actuator. I need to spin the part continuously while moving it in the Z direction. To do so, I enter the final Z posi…
-
I'm creating this as a reference for GCodes we need to implement so we can use the Prusa Slic3r with no modifications.
- M201 (needs investigation - what we have is triggering errors when Slic3r trie…
-
I am working on a project where I need speed of 1 to 100 steps per second. I use the following code in a test:
```
const int DISTANCE_TO_TRAVEL_IN_STEPS = 2000;
const int SPEED_IN_STEPS_PER_S…
-
Hello,
I would like to use pins 48-50 (Teensy 4.1 from PSRAM) in the programme, how do I set this up?