Inkscape原廠網址有很多版本介紹。
https://inkscape.org/zh-hant/release/inkscape-1.0.1/
2020年最新版有'1.0.1
--WIN10安裝可正常開啟,但目前無法用MIGRBL擴充功能(控制伺服舵機)。
--MI就是Mi-extension for z-axis servo controller。
2017年0.92版本
--0.92.2版(64bit)在WIN10底下安裝執行會發生錯誤無法開啟。
--0.92.4版(64bit)在WIN10底下安裝執行可以正常使用。
可以用了 |
Win10就是這版本可以 |
備註:但好像是因為"Mi-extension for z-axis servo controller"太舊轉出來都失敗....
**目前外掛Laser的擴充功能可正常轉出G碼程式讓"SourceRabbit GCode Sender"或"ugsplatform64"Gbrl專用軟體使用。
**終於找到MI可以使用的了!要下圖的日期???
還有問題,似乎要先用"JTP"轉完才能用"MI"才能轉成功? YES
解答:
只要外掛成功可以轉檔成gcode程式就可以了,從頭到尾都是因為沒有將grbl程式灌成功到Arduino UNO版上關係。請參考以下說明#1~
終於~可以用了*都是一開始沒成功將程序傳輸至Arduino |
OK |
#說明1
如何上傳GRBL檔案到Arduino板子上?
步驟1.可以控制Servo舵機的grbl檔案 |
步驟2.複製到Arduino的資料庫內 |
步驟3.進入到底層資料夾直接執行"grblUpload" |
上傳 |
進入監控視窗 |
進入連線狀態可以使用"M3 S0~M3 S180"指令來控制角度 |
2010年0.48版
2009年0.47版
2008年0.46版
2007年0.45.1版 ---需要擴充"MI模組"才能控制伺服舵機(SG90)
**可以參考看看別人做的~
https://www.thingiverse.com/thing:2349232
** 下面的網址為Laser inkscape外掛模組下載位置
https://jtechphotonics.com/?page_id=1980
The new plug-in allows for multiple commands for laser on and off for all the different versions of printers as well as the ability for multiple passes for cutting. Here is a description of the features of the plug-in.
- Laser ON Command: The command for turning ON the laser. For example, M03 or M106.
- Laser OFF Command: The command for turning OFF the laser. For example, M05 or M107.
- Travel Speed: The speed of the machine when the laser is OFF in mm/min.
- Laser Speed: The speed of the machine when the laser is ON in mm/min.
- Laser Power: If you have PWM control, then you can adjust this. For J Tech firmware and most 3D printers use a number between 0 and 255 (255 being full power). For GRBL 0.9 and 1 standard, use a number between 0 and 12000 (12000 being full power). If you don’t have PWM, keep at max power (either 255 or 12000).
- Power On Delay: This will turn on the laser and wait to move until the delay is complete. It is used to heat up the material and initiate the burning process. Delay in ms for 3D printers and seconds for GRBL.
- Passes: If cutting, this will repeat the entire path by the number of passes. If engraving leave as 1.
- Pass Depth: This will move Z axis down by this amount for each pass. For example, 3mm piece of material with 3 passes might use 1mm per pass to cut all the way through.
- Directory: The directory to store the file.
- Filename: Name of the file.
- Add numeric suffix to filename: Adds a number to the name in case there already is a file with the same name in the directory.
- All Units: Change the units to either mm or inches. This will make everything in inches or mm.
- Live preview: Shows the path being generated.
- Apply: Click to run the converter.
Inkscape 0.92.4外掛MI新增方法如下:
擴充功能的外掛程式資料夾(MI & Laser) |
擴充功能的外掛程式 |
複製到目的地 |
打開Inkscape軟件擴充功能就會出現 |
Inkscape 1.0.1外掛MI新增方法如下(但是裝完不能用):
偏好設定或參考設定 |
內有擴充extensions資料夾位置 |
將MI內的檔案複製過去 |
執行inkscape在擴充功能 |
G-Code Sender部分,簡稱UGS
使用UGS讀取"servo.gcode",然後傳送至Arduino寫字機開始動作。
*請注意圖面必須是40mm*40mm大小,因為光碟機行程不夠大只有40mm。
也可以使用"grblcontroller361setup"軟體,只不過這個軟體在手動JOG會比較鈍一點,且偶爾會當機。 (目前最新版本為3.6.1)
--其他資料參考
1. Arduino IDE Library
Link to download GRBL Setup,兩種版本
grbl V0.9------grbl 1.1
2. Download the library file unzip it and load to
arduino
支持Arduino單片機的GRBL項目, 用該項目做的雕刻機功能專業強大,但是新版1.1只支援Z軸使用步進電機做雕刻部分。不支持舵機。(因為抬筆落筆動作要乾脆俐落,所以如果只是做繪圖器的話我建議首選舵機)我們就使用舊版的固件0.9,
PS: 由於版本原因,從上面連結下載V0.9或V1.1都不能正確控制舵機,因此,還是需要下載我提供的套裝軟體中的MIGRBL固件, 也可以參考:GRBL CNC Shield
+ Z Axis servo MIGRBL。
另外一個固件,此固件可以試試:robottini/grbl-servo
固件的安裝方法:下載直接在ArduinoIDE功能表裡面點專案→載入庫→添加一個ZIP庫→選擇下載包添加,然後回到功能表:檔→示例→MIGRBL→grblUpload 上傳到Arduino裡即可。這套代碼基本適用於Arduino比較常用的板子,建議就用UNO,另外還需要一個專用的CNC擴展板以及兩塊A4988步進電機驅動板。
3. InkScape
·
用於生產GCode的inkscape :官方地址1,因為MI擴展外掛程式已經不再更新,能支持inkScape的最新版本是0.48.5.
·
伺服電機控制擴展:- 按一下此處下載
4. UCGS—通用G代碼發送器:
·
最新版本下載位址:https://github.com/winder/builds,下載方式:此種下載方式肯定有問題,隱隱約約覺得應該用git pull命令,先留下記號吧!
GRBL參數中的脈衝計算
1. 計算每毫米的脈衝數公式
光碟機特點:每步18度(一圈20步),絲杆直徑一般為3mm,絲杆螺距為3mm,也就是步進電機每轉一圈,移動距離為3毫米,
咱主要修改“脈衝數”脈衝/mm這個參數
2. 首先你必須知道你買的滑台的以下參數
即每轉一圈需要20個脈衝(步)
3. 驅動每一步的微步數:16,驅動選擇多少細分就是多少
這個參數計算方法如下
·
不細分: (20×1)÷3=6.666
·
2細分: (20×2)÷3=13.333
·
4細分: (20×4)÷3=26.666
·
8細分: (20×8)÷3=53.333
·
16細分: (20×16)÷3=106.666
還有,另一種方式可以轉G碼。就是下載安裝"MakerBot Unicon"擴充軟體包,安裝成功後可以另存新檔選擇文件類型為"MakerBot Unicon Gcode"就行。
材料清單:
·
Arduino UNO--------------------------------------數量- 1
·
CNC V3 Shield------------------------------------數量-1
·
servo motor----------------------------------------數量-1
·
A4988 Stepper driver shield--------------------數量-2
·
Old scrap DVD Drives---------------------------數量-2
·
Some push buttons as limit S/W---------------數量-2
·
A acrylic sheet for base(亞克力板)
·
Pen holder (slavege from DVD Drive)
· Some wires
需要清楚電機的參數:步距角(一個脈衝的角度變化我的是0.9度),工作電壓,以
及線序(A+,A-,B+,B-對應的顏色)
擴展板上每個A4988下面需要三個跳線帽,決定細分數,三個都接上。
旁邊四個針腳順序是B+A+B-A-。他們就是接步進電機的位置了;
接錯了,電機不動且有哢哢聲,接對了,電機動,也會有較為不同的聲音,正常
的。
**如果遇到工作時聲音很大和電機發熱嚴重就要適當調節A4988上的旋鈕(逆時針)
限位元開關是可選的(Limit switch are optional)
您可以通過如下更改GRBL設置來使用它們
(You can use them by changing the GRBL setting as
below)
$21=0 (hard limits, bool)
to
$21=1 (hard limits, bool)
沒有留言:
張貼留言