+temperature_control.bed.enable true #
+temperature_control.bed.thermistor_pin 0.24 #
+temperature_control.bed.heater_pin 2.5 #
+temperature_control.bed.thermistor Honeywell100K # see src/modules/tools/temperaturecontrol/TemperatureControl.cpp:64
+ # for a list of valid thermistor names
+temperature_control.bed.set_m_code 140 #
+temperature_control.bed.set_and_wait_m_code 190 #
+temperature_control.bed.designator B #
+
+#temperature_control.bed.bang_bang false # set to true to use bang bang control rather than PID
+#temperature_control.bed.hysteresis 2.0 # set to the temperature in degrees C to use as hysteresis
+ # when using bang bang
+
+# Switch module for fan control
+switch.fan.enable true #
+switch.fan.input_on_command M106 #
+switch.fan.input_off_command M107 #
+switch.fan.output_pin 2.6 #
+switch.fan.output_type pwm # pwm output settable with S parameter in the input_on_comand
+#switch.fan.max_pwm 255 # set max pwm for the pin default is 255
+
+#switch.misc.enable true #
+#switch.misc.input_on_command M42 #
+#switch.misc.input_off_command M43 #
+#switch.misc.output_pin 2.4 #
+#switch.misc.output_type digital # just an on or off pin
+
+# Switch module for spindle control
+#switch.spindle.enable false #
+
+# Endstops
+endstops_enable true # the endstop module is enabled by default and can be disabled here
+#corexy_homing false # set to true if homing on a hbit or corexy
+alpha_min_endstop 1.24^ # add a ! to invert if endstop is NO connected to ground
+alpha_max_endstop 1.25^ #
+alpha_homing_direction home_to_min # or set to home_to_max and set alpha_max
+alpha_min 0 # this gets loaded after homing when home_to_min is set
+alpha_max 200 # this gets loaded after homing when home_to_max is set
+beta_min_endstop 1.26^ #
+beta_max_endstop 1.27^ #
+beta_homing_direction home_to_min #
+beta_min 0 #
+beta_max 200 #
+gamma_min_endstop 1.28^ #
+gamma_max_endstop 1.29^ #
+gamma_homing_direction home_to_min #
+gamma_min 0 #
+gamma_max 200 #
+
+alpha_fast_homing_rate_mm_s 50 # feedrates in mm/second
+beta_fast_homing_rate_mm_s 50 # "
+gamma_fast_homing_rate_mm_s 4 # "
+alpha_slow_homing_rate_mm_s 25 # "
+beta_slow_homing_rate_mm_s 25 # "
+gamma_slow_homing_rate_mm_s 2 # "
+
+alpha_homing_retract_mm 5 # distance in mm
+beta_homing_retract_mm 5 # "
+gamma_homing_retract_mm 1 # "
+
+#endstop_debounce_count 100 # uncomment if you get noise on your endstops
+
+# Pause button
+pause_button_enable true #
+
+# Panel
+panel.enable false # set to true to enable the panel code
+panel.lcd smoothiepanel # set type of panel
+panel.encoder_a_pin 3.25!^ # encoder pin
+panel.encoder_b_pin 3.26!^ # encoder pin
+
+# Example for reprap discount GLCD
+# on glcd EXP1 is to left and EXP2 is to right, pin 1 is bottom left, pin 2 is top left etc.
+# +5v is EXP1 pin 10, Gnd is EXP1 pin 9
+#panel.lcd reprap_discount_glcd #
+#panel.spi_channel 0 # spi channel to use ; GLCD EXP1 Pins 3,5 (MOSI, SCLK)
+#panel.spi_cs_pin 0.16 # spi chip select ; GLCD EXP1 Pin 4
+#panel.encoder_a_pin 3.25!^ # encoder pin ; GLCD EXP2 Pin 3
+#panel.encoder_b_pin 3.26!^ # encoder pin ; GLCD EXP2 Pin 5
+#panel.click_button_pin 1.30!^ # click button ; GLCD EXP1 Pin 2
+#panel.buzz_pin 1.31 # pin for buzzer ; GLCD EXP1 Pin 1
+#panel.button_pause_pin 2.11^ # kill/pause ; GLCD EXP2 Pin 8 either
+#panel.back_button_pin 2.11!^ # back button ; GLCD EXP2 Pin 8 or
+
+# pins used with other panels
+#panel.up_button_pin 0.1! # up button if used
+#panel.down_button_pin 0.0! # down button if used
+#panel.click_button_pin 0.18! # click button if used
+
+panel.menu_offset 0 # some panels will need 1 here
+
+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
+panel.bed_temperature 60 # temp to set bed when preheat is selected
+
+# Example of a custom menu entry, which will show up in the Custom entry.
+# NOTE _ gets converted to space in the menu and commands, | is used to separate multiple commands
+custom_menu.power_on.enable true #
+custom_menu.power_on.name Power_on #
+custom_menu.power_on.command M80 #
+
+custom_menu.power_off.enable true #
+custom_menu.power_off.name Power_off #
+custom_menu.power_off.command M81 #
+
+# Only needed on a smoothieboard
+currentcontrol_module_enable true #
+
+return_error_on_unhandled_gcode false #
+
+# network settings
+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
+# uncomment the 3 below to manually setup ip 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
+
+</pre>
+
+== Workflow ==
+# '''Model (CAD)'''
+#* Erzeugen des Models mittels einer CAD-Software.
+#** 3D
+#*** [http://librecad.org/ LibreCAD]
+#*** [http://www.openscad.org/ OpenSCAD]
+#*** [http://www.blender.org/ Blender]
+#*** [https://www.autodesk.com/products/fusion-360/overview Fusion 360] - [[CNC-Fräse/Fusion360|installiert auf Stratux]]
+#** 2D
+#*** [http://www.qcad.org/ QCAD]
+#*** [http://www.openscad.org/ OpenSCAD]
+#*** [http://www.inkscape.org/ Inkscape]
+# '''Fräsanweisungen (CAM)'''
+#: Erzeugen der Fräsanweisungen/Maschinenanweisungen mit einer CAM.
+#: Wir suchen noch nach einer brauchbaren Open-Source Lösung.
+#* [http://www.cambam.info/ CamBam] (kommerziell, Windows): Es gibt eine ältere Mono Version für Linux. Die Demo schneidet nach 40 mal Starten Gcode ab.
+#**CamBam ist auf [[Stratux]] installiert
+#* [http://pycam.sourceforge.net/ PyCAM] (open source, plattformunabhängig): Sieht im Vergleich zu aktuellen kommerziellen Lösungen alt aus und ist bisweilen recht langsam.
+#* [https://github.com/Heeks/heekscad HeeksCAD] (open source, Windows/Linux):
+#* [http://cam.autodesk.de/inventor-hsm/ Inventor HSM] (kommerziell, Windows 64bit): Gibt für Studenten eine 3-Jahres Lizenz kostenlos, aber mit viel DRM.
+#* [http://flatcam.org/ FlatCam] Tool zur Generierung von Maschinencode für das [[CNC-Fräse/Isolationsfräsen]].
+#* [http://makercam.com/ MakerCAM] Online Flash Tool um SVG in .gcode umzuwandeln. Braucht Flash.
+#* [http://jscut.org/ jscut], SVG nach GCode, läuft im Browser, [https://github.com/tbfleming/jscut Open Source auf GitHub]
+#* [https://inkscape.org Inkscape] mit GCodetools-Plugin ([https://www.norwegiancreations.com/2015/08/an-intro-to-g-code-and-how-to-generate-it-using-inkscape/ Tutorial])
+#* [https://github.com/stratum0/CNCmilling Eigenbau by Drahflow] Python-Script für Umwandlung von Tiefenkarten in G-Code.
+# '''Simulation'''
+#* Eine Simulation der Fräsanweisungen kann bei Bedarf mit [http://camotics.org/ CAMotics] durchgeführt werden
+#* Kleinere G-Code Dateien simuliert auch http://nraynaud.github.io/webgcode/
+# '''Übertragen auf CNC-Controller Smoothieboard'''
+#* Per Dateiupload (Datenträger von Smoothieboard, SD-Karte) [http://192.168.178.222 SmoothieControl]
+# '''Koordinatensystem der Fräse setzen'''
+#*Fräse per Smoothie WebApp auf den gewünschten Nullpunkt fahren
+#*per Webapp den G-Code "G92 X0 Y0 Z0" senden (Setzt aktuelle Position als X:0, Y:0, Z:0 im globalen Koordinatensystem.)
+# '''Fräsen'''
+=== Parameter für verschiedene Werkstoffe ===
+Parameter finden sich sind auf der Unterseite [[CNC-Fräse/Parameter]]