tips:pcb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:pcb [2021/05/10 12:07] – [flatcam] scipiotips:pcb [2021/05/11 15:43] (current) – [flatcam] scipio
Line 51: Line 51:
 new project new project
  
-{{ :tips:openfiles.webm |}}+open files {{ :tips:openfiles.webm |}}
  
-{{ :tips:mirror.webm |}}+bottom copper {{ :tips:mirror.webm |}}
  
 {{ :tips:bottom.webm |}} {{ :tips:bottom.webm |}}
  
  
-{{ :tips:top.webm |}}+top copper {{ :tips:top.webm |}}
  
-{{ :tips:drill.webm |}}+drill {{ :tips:drill.webm |}}
  
 contour {{ :tips:contour.webm |}} contour {{ :tips:contour.webm |}}
  
-gcode spindle speed gradually+gcode to initialize and change tool
 <code> <code>
 +(metric millimeters)
 +G21
 +
 +(absolute positioning)
 +G90
 +
 +(piano XY)
 +G17
 +
 +(feed per minute)
 +G94
 +
 +(feed 50)
 +G01 F50.00
 +
 +(stop spindle)
 +M5
 +
 +(change tool at z25)
 +G00 Z25.0000
 +G00 X0.0000 Y0.0000
 +T1
 +M6
 +(MSG, Change to Tool Dia = 0.9000 ||| Total drills for tool T1 = 40)
 +M0
 +G00 Z25.0000
 +
 +(feed 30)
 +G01 F50.00
 +
 +(speed 5Volt)
 +M03 S5
  
-(splinde speed gradually to 15000rpm) 
-M03 S1000 
-G4 P0.5 
-M03 S2000 
-G4 P0.5 
-M03 S5000 
-G4 P0.5 
-M03 S7500 
  
 </code> </code>
  • tips/pcb.1620641277.txt.gz
  • Last modified: 2021/05/10 12:07
  • by scipio