Skip to content

Instantly share code, notes, and snippets.

View DominikPalo's full-sized avatar

Dominik Paľo DominikPalo

View GitHub Profile
@knoopx
knoopx / README.md
Last active February 18, 2025 00:46
Creality Ender 3 Stock Factory Vref

Creality3D v1.1.2 stock vref values

A4988 Drivers
Vref set to ~90% of stepper rated current
Rs = 0.1ohm

X = 0,58v (0,725A)
Y = 0,58v (0,725A)
Z = 0,58v (0,725A)
@HiImJulien
HiImJulien / Swift Meets CCxx.md
Last active April 7, 2025 00:27
This gist is a simple example on how to call a function written in swift from C/C++, without taking the detour via Objective-C/C++.

Swift Meets C/C++

This gist is a simple example on how to call a function written in swift from C/C++, without taking the detour via Objective-C/C++.


In this example we're going to invoke a function called say_hello, which, as the name already suggests, prints "Hello, World!" to the terminal.