From 4d33910cb705b95603897c250fe550af0dd6596c Mon Sep 17 00:00:00 2001
From: francois <francois@clever.amilab.irit.fr>
Date: Fri, 10 Dec 2021 11:19:49 +0100
Subject: [PATCH] update stm32 link

---
 README.md                    |  1 +
 lasercut/campusFab-rules.txt | 11 +++++++++++
 2 files changed, 12 insertions(+)
 create mode 100644 lasercut/campusFab-rules.txt

diff --git a/README.md b/README.md
index 38c4ebe5..fec0a3cb 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ First of all, you ought to install esp32, esp8266 or CubeCell support in your Ar
 | esp8266  | https://arduino.esp8266.com/stable/package_esp8266com_index.json                                           |
 | esp32    | https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json                |
 | CubeCell | https://github.com/HelTecAutomation/CubeCell-Arduino/releases/download/V1.3.0/package_CubeCell_index.json  |
+| stm32    | https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json             |
 
 Then, run script `./deploy.sh` and boards will get added to your Arduino boards list :)
 
diff --git a/lasercut/campusFab-rules.txt b/lasercut/campusFab-rules.txt
new file mode 100644
index 00000000..bf9b5f5e
--- /dev/null
+++ b/lasercut/campusFab-rules.txt
@@ -0,0 +1,11 @@
+=== PMMA 3mm ===
+* CUT
+cut_speed:      50
+corner_power:   40
+work_power:     60
+
+* CARVE
+carve_speed:    200
+work_pwr:       1
+work_pwr:       1   (??)
+
-- 
GitLab