Brushograph: Difference between revisions
| Line 34: | Line 34: | ||
https://winder.github.io/ugs_website/ | https://winder.github.io/ugs_website/ | ||
A free and full featured gcode platform used for interfacing with advanced CNC controllers like GRBL , FluidNC, TinyG, g2core and Smoothieware. Universal Gcode Sender is a self-contained Java application which includes all external dependencies and can be used on most computers running Windows, MacOSX or Linux. | |||
== Links to related repositories == | == Links to related repositories == | ||
Revision as of 10:50, 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:
- https://app.assembla.com/spaces/dominik-mahnic/wiki
- https://mgml.si/en/match-gallery/exhibitions/637/dominik-mahnic/
How to set it up
either: FluidNC (for ESP32 with webUI)
https://installer.fluidnc.com/
FluidNC is a CNC firmware optimized for the ESP32 controller. It is the next generation of firmware from the creators of Grbl_ESP32. It includes a web based UI and the flexibility to operate to a wide variety of machine types. This includes the ability to control machines with multiple tool types such as laser+spindle or a tool changer.
...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/
A free and full featured gcode platform used for interfacing with advanced CNC controllers like GRBL , FluidNC, TinyG, g2core and Smoothieware. Universal Gcode Sender is a self-contained Java application which includes all external dependencies and can be used on most computers running Windows, MacOSX or Linux.
Forked and reworked version of FluidNC to support uni-polar steppers
Image to gcode software
Repo by doms, with nothing on it:
Original "Arduino mini CNC plotter" and some interesting forks / remixes
- https://www.thingiverse.com/thing:4579436 ("original version")
- https://www.thingiverse.com/thing:4607077 (has source file for fusion360)
- https://www.thingiverse.com/thing:4796222 (redesigned with bigger tooth and gogs.)
- https://www.thingiverse.com/thing:5719788 (z-axes mod for up-and-down)