Skip to content
Snippets Groups Projects
Commit c4aadf55 authored by yuichitamiya's avatar yuichitamiya
Browse files

add tips wax milling

parent 8c64f5e3
No related branches found
No related tags found
No related merge requests found
Pipeline #290827 passed
Showing
with 100 additions and 0 deletions
docs/Instruction/images/wax_milling/gsender_finishcut.png

945 KiB

docs/Instruction/images/wax_milling/gsender_roughcut.png

892 KiB

docs/Instruction/images/wax_milling/modela_player4_para_finish.png

35.9 KiB

docs/Instruction/images/wax_milling/modela_player4_para_rough.png

35 KiB

docs/Instruction/images/wax_milling/mods_mesh_height_map.png

94.7 KiB

docs/Instruction/images/wax_milling/mods_mill_raster_2.5D.png

176 KiB

docs/Instruction/images/wax_milling/mods_mill_raster_3D.png

105 KiB

docs/Instruction/images/wax_milling/mods_open_finishcut.png

240 KiB

docs/Instruction/images/wax_milling/mods_open_roughcut.png

229 KiB

docs/Instruction/images/wax_milling/mods_path_finishcut.png

427 KiB

docs/Instruction/images/wax_milling/mods_path_roughcut.png

531 KiB

docs/Instruction/images/wax_milling/nc_viewer_finishcut.png

1.18 MiB

docs/Instruction/images/wax_milling/nc_viewer_roughcut.png

1.49 MiB

docs/Instruction/images/wax_milling/wax_design.png

729 KiB

# Wax milling with mods and Genmitsu PROVerXL4030
## Material ans Machine
- Machinable wax
- size: 152mm x 92mm x 39mm (real size is smaller)
- Machines
- Genmitsu PROVerXL
- work area: 400mm × 300mm × 110mm
- Endmill
- Rough cut
- 0.1250” DIA 4FL SE LONG AlTiN 1/8
- Tool_dia: 1/8” =3.175mm
- OverAll Length: 2-1/4”(2.25”) =57.15mm
- Finish cut
- 0.0625” DIA 2FL SE AlTiN 1/16
- Tool_dia: 1/16” =1.5875mm
- OverAll Length: 1-1/2”(1.5”) =38.1mm
## 3D Design
![](../images/wax_milling/wax_design.png){width=400}
[sample](https://a360.co/3mwu8mo)
## mods
### Rough cut
![](../images/wax_milling/mods_open_roughcut.png)
![](../images/wax_milling/mods_path_roughcut.png)
Click calculate to make path abd download .nc file
!!! Note
In ``mill raster 2.5D`` node, Set ```offset number```: **0** ( 0 =fill)
![](../images/wax_milling/mods_mill_raster_2.5D.png){width=300}
#### Check the g-code
[NC viewer](https://ncviewer.com/)
- handy online tool for quick visualization
![](../images/wax_milling/nc_viewer_roughcut.png)
!!! Attention
As mentioned in [this tip](./genmitsu_prover_xl_setup.md#edit-path-to-g-code-module),
``G04 P1000`` need to be commented out for this machine, otherwise machine will stop on this line.
``T1M06`` may be also need to be commented out. This happened when wchusbserial1440 did not appear in the device list to connect. Possibly CH340 driver may not be installed successfully.
![](../images/proverXL/node-path_to_G-code.png){width=300}
edit -> comment out as below
``//str += "T"+tool+"M06\n" // tool selection, tool change..................comment out``
``//str += "G04 P1000\n" // give spindle 1 second to spin up................comment out``
``//str += "G04 P1\n" // give spindle 1 Millisecond to spin up..............comment out``
### Finish cut
![](../images/wax_milling/mods_open_finishcut.png)
![](../images/wax_milling/mods_path_finishcut.png)
!!! Note
In ``mesh height map`` node, Set ``mesh unit: mm:``**1**
![](../images/wax_milling/mods_mesh_height_map.png){width=300}
In ``mill raster 3D`` node, Uncheck ``yz``
![](../images/wax_milling/mods_mill_raster_3D.png){width=300}
#### Check the g-code
![](../images/wax_milling/nc_viewer_finishcut.png)
!!! Attention
These are default parameter of wax milling in Roland Modela Player 4.
![](../images/wax_milling/modela_player4_para_rough.png){width=400}
![](../images/wax_milling/modela_player4_para_finish.png){width=400}
Refering to this, Set the wax milling parameter in appropriate mods' nodes
![](../images/proverXL/node-path_to_G-code.png){width=250}
![](../images/wax_milling/mods_mill_raster_2.5D.png){width=250}
![](../images/wax_milling/mods_mill_raster_3D.png){width=250}
## Milling
- [gSender](https://github.com/Sienci-Labs/gsender)
Ref. Tip [Genmitsu PROVerXL 4030](./genmitsu_prover_xl_setup.md#g-gode-sender)
### Rough cut
![](../images/wax_milling/gsender_roughcut.png)
### Finish cut
![](../images/wax_milling/gsender_finishcut.png)
......@@ -18,6 +18,7 @@
## CNC
- [Sainsmart Genmitsu PROVerXL4030](./tips/genmitsu_prover_xl_setup.md)
- [Wax milling with mods and Genmitsu PROVerXL4030](./tips/wax_milling_mods.md)
## JTAG/SWD programming
- [FA2022 USB-D11C-serial(Mac + ArduinoIDE + Xiao )](./tips/FA2022_usbserial_ArduinoIDE_Xiao.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment