Delta Drucker - Würfel hat ungerade Seiten 24. January 2017 03:00 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 362 |
Re: Delta Drucker - Würfel hat ungerade Seiten 24. January 2017 03:55 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 349 |
Re: Delta Drucker - Würfel hat ungerade Seiten 24. January 2017 09:02 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 1.807 |
Re: Delta Drucker - Würfel hat ungerade Seiten 24. January 2017 12:43 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 362 |
; Configuration file for dc42 Kossel ; Communication and general M111 S0 ; Debug off M550 PKossel ; Machine name (can be anything you like) M551 Preprap ; Machine password (used for FTP); ;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0x42 ; MAC Address (hexadecimal) ;*** Wifi Networking M552 S1 ; Enable WiFi M555 P2 ; Set output to look like Marlin M575 P1 B57600 S1 ; Set auxiliary serial port baud rate and require checksum (for PanelDue) ; Axis and motor configuration M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes backwards M569 P4 S1 ; Drive 4 goes backwards M574 X2 Y2 Z2 P1 ; set endstop configuration (all endstops at high end, active high) M665 L324 R210.436 H311.123 B250 X0.770 Y1.368 ; set delta radius, diagonal rod length, printable radius, homed height and XY tower M666 X1.21 Y0.15 Z-1.36 M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation M92 X162 Y162 Z162 ; Set axis steps/mm (20 tooth pulleys, 0.9deg/step motors) M906 X1000 Y1000 Z1000 E800 ; Set motor currents (mA) M201 X3000 Y3000 Z3000 E1000 ; Accelerations (mm/s^2) M203 X18000 Y18000 Z18000 E3600 ; Maximum speeds (mm/min) M566 X600 Y600 Z600 E600 ; Maximum instant speed changes G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Thermistors and heaters M307 H1 A369.6 C142.6 D19.4 M305 P0 T100000 B3950 R4700 H0 L0 ; Typical Chinese bed thermistor. Put your own H and/or L values here to set the bed thermistor ADC correction. M305 P1 T100000 B4388 R4700 H0 L0 ; E3Dv6 hot end. Put your own H and/or L values here if necessary to set the first nozzle thermistor ADC correction. M301 H0 P20 I0.5 D1000 T0.85 W150 B5 ; PID settings for the bed M301 H1 P10 I0.10 D100 T0.50 ; PID settings for extruder 0 M570 S200 ; Allow extra heating time ; Tool definitions M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures M92 E96 ; Set extruder steps per mm for first and second extruders ; Z probe and compensation definition M558 I1 P5 X0 Y0 Z0 F300 T12000 ; Z probe is IR and is not used for homing any axes, Z probe dive height 3mm, probing speed 300mm/min, travel speed 12000mm/min G31 X0 Y0 Z P800 ; Set the zprobe offset and threshold (put your own values here). For a delta, use zero X and Y offset. ;*** If you are using axis compensation, put the figures in the following command ; Axis compensation here M207 S7.0 F3600 Z0.1 ; Set firmware retraction details M572 D0 S0.1 ; set pressure advance T0 ; select first print head
Re: Delta Drucker - Würfel hat ungerade Seiten 24. January 2017 13:18 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 349 |
Re: Delta Drucker - Würfel hat ungerade Seiten 24. January 2017 15:42 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 306 |
Re: Delta Drucker - Würfel hat ungerade Seiten 25. January 2017 03:05 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 841 |
Re: Delta Drucker - Würfel hat ungerade Seiten 25. January 2017 04:04 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 1.807 |
Re: Delta Drucker - Würfel hat ungerade Seiten 25. January 2017 08:52 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 239 |
Re: Delta Drucker - Würfel hat ungerade Seiten 26. January 2017 15:06 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 362 |
Re: Delta Drucker - Würfel hat ungerade Seiten 26. January 2017 15:54 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 349 |