;########################### Prostor pohbu ############################## M208 X266 Y258 Z260 S0 ; Set axis maxima ;________________________________________________________________________ ;#################################################### Nastroje ##################################################################### ;-------------------------------------------------Typ Termistoru---------------------------------------------------------------- ;Výrobce: EPCOS ;Typ: B57560G104F ;Toto zařízení je ideální na měření pro vysoké teploty a krátké doby odezvy. ; Jmenovitý odpor je 100 kOhm s ±1% tolerancí při 25°C ; B-hodnota B(0/100) je 4036K s ±1% tolerancí ; Rozptylový činitel je 1,3mW/K typický v nepohyblivém vzduchu ; Zalito ve skleněném těle ;---------------------------------------------------------------------------------------------------------------------------- ;#############HotEnd################ M563 P1 D0 H1 F0 S"Leva 0.60" ; Define tool - P1-pozice, D0:1-extrudery 0 a 1, H1-Vyhrev 1, F0-Ventilator 0, S"xx"-nazev M563 P2 D1 H1 F0 S"Prava 0.60" G10 P1 X0 Y0 Z0 ; Set tool 1 axis offsets (;G10 P1 X-4.6 Y14 ; Offset hlavy od stredu nosice) G10 P2 X0 Y0 Z0 G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C G10 P2 R0 S0 M307 H1 B0 A433 C114.9 D2.5 V23.6 ; Set Heater parameters H1-Vyhrev 1, B0-Disable bang-bang mode, M305 P1 T100000 B4036 R4700 ; Set thermistor M143 H1 S350 ; Set temperature limit for heater 1 to 350C ;___________________________________ ;######Vyhrivana podlozka a komora###### M140 H0 ; Definuj vyhrivanou podlozku na pozici 0, Vyhrev 0 M307 H0 B0 A90.0 C700.0 D10.0 V23.4 ; B0-Disable bang-bang mode for the bed heater and set PWM limit M305 P0 T100000 B4036 R4700 ; Set thermistor + ADC parameters for heater 0 M143 H0 S120 ; Set temperature limit for heater 0 to 120C ;_-_-_-_-_-_-_-_-_-_-_-_ Komora ;M141 H6 ; Assign chamber heater to heater 6 ;M307 H6 B0 S1.0 ; Enable bang-bang mode for the bed heater and set PWM limit ;___________________________________________________________________________________________________________________________________________________________ ;####################BLTouch############################ M558 P9 F600 H5 R0.2 T6000 A5 S0.06 B1 ;Defien Probe - P-BLTouch, F-Probing speed mm/min, H-Dive height (mm), R-0,2 sec pause after probe, T-100mm/s move betwen probe points, A-Probe 5x or until 2 similar, B1-turn off heaters M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel G31 P50 X20.0 Y-2.0 Z0.7 ;Offset BLTouch od tiskove hlavy, P-Citlivost mereni M280 P7 S160 I1 ; Alarm Release and Push-Pin UP G4 S1 ;Wait 1s ;________________________________________________________ ;##################### Prostor mereni ####################### M557 X20:245 Y10:230 S220 ;Mer pouze ve vymezene plose X Y, S - 210 mm mezi merenymi body ;_____________________________________________________________ ;###################### Zjisti Z0 a Kompenzace podlozky ############################# G28 X0 Y0 ;Home all axis G0 X125 Y120 ;X Y doprostred podlozky G30 ;Zjisti Z0 rychle G4 S1 ;Wait 1s M558 F100 ;Spomal měřeni Z (BL touch) M566 Z1.00 ; Set maximum instantaneous speed changes (mm/min) M201 Z30.00 ; Set accelerations (mm/s^2) G30 ;Zjisti Z0 pomalu G29 S0 ;Zmer zakriveni podlozky M558 F3000 ;Spomal měřeni Z (BL touch) M566 Z50.00 ;Set maximum instantaneous speed changes (mm/min) M201 Z100.00 ;Set accelerations (mm/s^2) ;___________________________________________________________________________________