Skip to content

Python script to automatically create a set of NFC commands to colour filament and brand for ACE Pro

Notifications You must be signed in to change notification settings

Prankhouz/AnycubicNFCScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

AnycubicNFCScript

Python script to automatically create a set of NFC commands to colour filament and brand for ACE Pro

Requires python (and matplotlib) installed

To use:

  1. run python file python ./main.py
  2. input colour name or enter to skip to enter hex code
  3. it will ask for hex code if you didnt enter a colour, or didnt find the colour (Black #000000 default)
  4. input filament type (PLA+ default)
  5. will print out NFC commands
2025-01-26.10-58-44.webm

Parameters:

You can use the following parameters for quickly generate the NFC commands.

--copy: Copy output to clipboard

--no-print: Do not show output on screen

--hex: Color hex (e.g. #123456, $12345678)

--color: Color name

--material: Material (e.g. PLA)

To write:

  1. open relevant NFC writing tool (I used NFC tools pro)
  2. go to other -> advanced NFC commands

  1. Paste into box

  1. place NFC tag under phone and confirm it detects it

  1. send command

  • note: it may not show this option if there is too much text, if so you can cut half of the commands out AFTER a comma (,) and paste it as a seperate command

after:

  1. attach to filament roll and confirm it works!

NOTICE: I have tested this by myself using NTAG215 tags and have success, i am not responsible for any damages this causes to you or your equipment.

About

Python script to automatically create a set of NFC commands to colour filament and brand for ACE Pro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%