Brushograph: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
Line 25: Line 25:
https://github.com/ruizivo/GRBL-28byj-48-Servo
https://github.com/ruizivo/GRBL-28byj-48-Servo


Link above is a dirty hack of the "classic" GRBL to support those uni-polar servos: https://github.com/gnea/grbl
Link above is a dirty hack of the "classic" GRBL to support those uni-polar servos.


Grbl is a free, open source, high performance software for controlling the motion of machines that move, that make things, or that make things move, and will run on a straight Arduino. If the maker movement was an industry, Grbl would be the industry standard. Grbl is a no-compromise, high performance, low cost alternative to parallel-port-based motion control for CNC milling. It will run on a vanilla Arduino (Duemillanove/Uno) as long as it sports an Atmega 328.
[https://github.com/gnea/grbl Grbl] is a free, open source, high performance software for controlling the motion of machines that move, that make things, or that make things move, and will run on a straight Arduino. If the maker movement was an industry, Grbl would be the industry standard. Grbl is a no-compromise, high performance, low cost alternative to parallel-port-based motion control for CNC milling. It will run on a vanilla Arduino (Duemillanove/Uno) as long as it sports an Atmega 328.


=== Universal Gcode Sender ===
=== Universal Gcode Sender ===

Revision as of 10:26, 1 May 2025

Introduction

Doms' Brušografia

Brushology – Ways of painting with a mechatronic brush

https://mechatronicart.ch/brushology-ways-of-painting-with-a-mechatronic-brush/

Dominik Mahnič

Dominik Mahnič (Ljubljana, Slovenia), an emblematic figure nestled between the realms of academic painting, video mastery, technology, and street art insurgency, raises questions about the perpetual dialectics between classical artistry and the onslaught of contemporary technological modalities. Within this discourse emerges the Brushograph – a complex symbol not merely of art but also of the intersections between past, present, and anticipated futures.

Links:

How to set it up

either: FluidNC (for ESP32 with webUI)

https://installer.fluidnc.com/

...or: Arduino (GRBL)

https://github.com/ruizivo/GRBL-28byj-48-Servo

Link above is a dirty hack of the "classic" GRBL to support those uni-polar servos.

Grbl is a free, open source, high performance software for controlling the motion of machines that move, that make things, or that make things move, and will run on a straight Arduino. If the maker movement was an industry, Grbl would be the industry standard. Grbl is a no-compromise, high performance, low cost alternative to parallel-port-based motion control for CNC milling. It will run on a vanilla Arduino (Duemillanove/Uno) as long as it sports an Atmega 328.

Universal Gcode Sender

https://winder.github.io/ugs_website/

Links to related repositories

Forked and reworked version of FluidNC to support uni-polar steppers

Repo by doms, with nothing on it:

Original "Arduino mini CNC plotter" and some interesting forks / remixes