X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/53ce8df011967ad1164add9e6c01914e58461690..27cecfbddb5297d27b5e459b0aeb66aafd11886b:/CNC-Fr%C3%A4se.mw diff --git "a/CNC-Fr\303\244se.mw" "b/CNC-Fr\303\244se.mw" index f7ff30777..e8d86479e 100644 --- "a/CNC-Fr\303\244se.mw" +++ "b/CNC-Fr\303\244se.mw" @@ -12,7 +12,7 @@ Stand 27.06.2014: Wir haben uns ein eigenes Smoothieboard 5X zugelegt, das wird === Fräse === Es handelt sich um eine etwa 15 jahre alte Isel Automation Flachbett Tischfräse CNC Multi K. Kaum gebraucht und vermutlich seit ~9 Jahren nicht mehr in Betrieb gewesen. -* Arbeitsbereich: x*y*z mm +* Arbeitsbereich: 330*500*90 mm * Kugelgewindetriebe * Zwei Endschalter pro Achse * Derzeit zwei Frässpindeln verfügbar @@ -77,15 +77,14 @@ Auf dem 25-Pol Kabel ist allerdings Pin 9 Common. Das sollte sich durch umlöten === Smoothieboard config === [[Datei:Smoothieboard 5x new.jpg|thumb|Smoothieboard 5X frisch aus der Verpackung, ohne aufgelötete Kontakte.]] -{{Hinweis|Eintrag muss noch mit der config aus dem Smoothieboard aktualisiert werden (07.09.2014)}} Eine erste config fürs Smoothieboard, liegt als ''config'' im Rootverzeichnis der µSD-Karte:
 # NOTE Lines must not exceed 132 characters
 # Robot module configurations : general handling of movement G-codes and slicing into moves
-default_feed_rate                            100             # Default rate ( mm/minute ) for G1/G2/G3 moves
-default_seek_rate                            100             # Default rate ( mm/minute ) for G0 moves
+default_feed_rate                            200             # Default rate ( mm/minute ) for G1/G2/G3 moves
+default_seek_rate                            600             # Default rate ( mm/minute ) for G0 moves
 mm_per_arc_segment                           0.5              # Arcs are cut into segments ( lines ), this is the length for 
                                                               # these segments.  Smaller values mean more resolution, 
                                                               # higher values mean faster computation
@@ -99,7 +98,7 @@ gamma_steps_per_mm                           800             # Steps per mm for
 
 # Planner module configuration : Look-ahead and acceleration configuration
 planner_queue_size                           32               # DO NOT CHANGE THIS UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING
-acceleration                                 3000             # Acceleration in mm/second/second.
+acceleration                                 500             # Acceleration in mm/second/second.
 acceleration_ticks_per_second                1000             # Number of times per second the speed is updated
 junction_deviation                           0.05             # Similar to the old "max_jerk", in millimeters, 
                                                               # see https://github.com/grbl/grbl/blob/master/planner.c#L409
@@ -114,8 +113,8 @@ minimum_steps_per_minute                     1200             # Never step slowe
 base_stepping_frequency                      100000           # Base frequency for stepping, higher gives smoother movement
 
 # Cartesian axis speed limits
-x_axis_max_speed                             30000            # mm/min
-y_axis_max_speed                             30000            # mm/min
+x_axis_max_speed                             1500             # mm/min
+y_axis_max_speed                             1500             # mm/min
 z_axis_max_speed                             300              # mm/min
 
 # Stepper module pins ( ports, and pin numbers, appending "!" to the number will invert a pin )
@@ -123,13 +122,13 @@ alpha_step_pin                               2.0              # Pin for alpha st
 alpha_dir_pin                                0.5              # Pin for alpha stepper direction
 alpha_en_pin                                 0.4              # Pin for alpha enable pin
 alpha_current                                1.0              # X stepper motor current
-alpha_max_rate                               30000.0          # mm/min
+alpha_max_rate                               1500.0           # mm/min
 
 beta_step_pin                                2.1              # Pin for beta stepper step signal
 beta_dir_pin                                 0.11             # Pin for beta stepper direction
 beta_en_pin                                  0.10             # Pin for beta enable
 beta_current                                 1.0              # Y stepper motor current
-beta_max_rate                                30000.0          # mm/min
+beta_max_rate                                1500.0           # mm/min
 
 gamma_step_pin                               2.2              # Pin for gamma stepper step signal
 gamma_dir_pin                                0.20             # Pin for gamma stepper direction
@@ -275,8 +274,8 @@ panel.encoder_b_pin                          3.26!^            # encoder pin
 
 panel.menu_offset                            0                 # some panels will need 1 here
 
-panel.alpha_jog_feedrate                     6000              # x jogging feedrate in mm/min
-panel.beta_jog_feedrate                      6000              # y jogging feedrate in mm/min
+panel.alpha_jog_feedrate                     1000              # x jogging feedrate in mm/min
+panel.beta_jog_feedrate                      1000              # y jogging feedrate in mm/min
 panel.gamma_jog_feedrate                     200               # z jogging feedrate in mm/min
 
 panel.hotend_temperature                     185               # temp to set hotend when preheat is selected
@@ -298,22 +297,17 @@ currentcontrol_module_enable                 true             #
 return_error_on_unhandled_gcode              false            #
 
 # network settings
-network.enable                               false            # enable the ethernet network services
+network.enable true
+# enable the ethernet network services
 network.webserver.enable                     true             # enable the webserver
 network.telnet.enable                        true             # enable the telnet server
-network.ip_address                           auto             # use dhcp to get ip address
+#network.ip_address                           auto             # use dhcp to get ip address
 # uncomment the 3 below to manually setup ip address
-#network.ip_address                           192.168.3.222    # the IP address
-#network.ip_mask                              255.255.255.0    # the ip mask
-#network.ip_gateway                           192.168.3.1      # the gateway address
+network.ip_address                           192.168.178.222    # the IP address
+network.ip_mask                              255.255.254.0    # the ip mask
+network.ip_gateway                           192.168.178.1      # the gateway address
 #network.mac_override                         xx.xx.xx.xx.xx.xx  # override the mac address, only do this if you have a conflict
 
-### Beim Anfahren der Endschalter wird das Programm angehalten
-### Bitte mit einer Version nach 24. Juli 2014 verwenden
-alpha_limit_enable                          true            # set to true to enable X min and max limit switches
-beta_limit_enable                           true            # set to true to enable Y min and max limit switches
-gamma_limit_enable                        true            # set to true to enable Z min and max limit switches
-
 
== Workflow == @@ -334,13 +328,15 @@ gamma_limit_enable true # set to true to enabl ! Eintauchgeschwindigkeit ! Fräskopf ! Spindeldrehzahl +! Fräse |- ! Aluminium | 90 mm/Min. -| 0.6mm +| 0.4mm | 90 mm/Min. | 2mm -| 7000 1/Min (Stufe 4-5 Proxxon) +| ~7000 1/Min (Stufe 4-5 Proxxon) +| Proxxon |- ! Polystyrol | 200 mm/Min. @@ -348,13 +344,23 @@ gamma_limit_enable true # set to true to enabl | 100 mm/Min | 2mm | ~5500 1/Min (Stufe 3-4 Proxxon) +| Proxxon +|- +! Polystyrol +| 150 mm/Min. +| 1mm +| 150 mm/Min +| 4mm (2 Schneiden) +| ~5000 1/Min (Stufe 1) +| Kress |- ! Holz -| mm/Min. -| mm -| mm/Min. -| mm -| +| 300 mm/Min. +| 1mm +| 300 mm/Min. (?) +| 4mm, 1mm +| ~12.500/Min (Stufe 3 Kress) +| Kress |} * Tipps zum Fräsen von Aluminium findet man [http://blog.cnccookbook.com/2012/03/27/10-tips-for-cnc-router-aluminum-cutting-success/ hier]