PK Ð"uTX ¨ÀÒÒ config.g.bak; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Valkyrie 3030 V001" ; set printer name M669 K1 ; core xy ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0.0 S1 ; physical drive 0 goes forwardsM569 P0.1 S1 M569 P0.1 S1 ; physical drive 1 goes forwardsM569 P0.1 S1 M569 P0.2 S1 ; physical drive 2 goes forwards ( blown needs replacing) M569 P0.3 S1 ; physical drive 3 goes forwards (extruder M569 P0.4 S1 D3 V30 ; physical drive 4 goes forwards D3=stealthchop M569 P0.5 S0 D3 V30 ; physical drive 5 goes backwards M569 P0.6 S1 D3 V30 ; physical drive 6 goes forwards M584 X1 Y0 E3 Z0.4:0.5:0.6 ; set drive mapping FL,FR,RC M350 X16 Y16 I1 ; configure microstepping with interpolation M350 Z16 E16 I1 M92 X80.00 Y80.00 Z320.00 E260.00 ; set steps per m M566 X500.00 Y500.00 Z800.00 E100.00 P1 ; set maximum instantaneous speed changes (mm/min) M203 X8000.00 Y8000.00 Z1000.00 E400.00 ; set maximum speeds (mm/min) M201 X1000.00 Y1000.00 Z200.00 E250.00 ; set accelerations (mm/s^2) M906 X1000 Y1000 Z1000 E1400 I10 ; set motor currents (mA) and motor idle factor in per cent M84 S20 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima "Travel Area" M208 X270 Y240 Z405 S0 ; set axis maxima "Travel area" ; Endstops M574 X1 S1 P"!io0.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in M574 Y2 S1 P"!io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in ;M574 Z2 S2 P"!io4.in" ; != invert signal M574 Z2 S4 ; configure sensorless endstop for high end on Z, 1 = low end, 2 = high end. S4 multipule motors M671 X-34.4:296:132.5 Y0:0:296 S25 ; leadscrews at front left,front right, rear Center s= max correction factor must be in same order as M584 M558 P8 C"!io3.in" H5 F600 T18000 A30 S0.03 ; set Z probe type to unmodulated and the dive height + speeds G31 P500 Z0.6 ; set Z probe trigger value, offset and trigger height bigger the posative number the closer to the bed G31 P500 X26 Y6 ; set x,y trigger value, offset and trigger height M557 X30:270 Y10:250 S40 ; define mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed T°C" ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"out0" T0 Q10 ; create bed heater output on bedheat and map it to sensor 0 M307 H0 R0.140 K0.103:0.000 D43.19 E1.35 S0.90 B0 ; PDI info for 8mm aluminium bed 700w Heater NTC 100K 3950 M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"temp1" Y"thermistor" T100000 B4267 A"Extruder T°C" ; configure sensor 1 as thermistor on pin e0temp (104gt2) M950 H1 C"out1" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 R3.435 K0.348:0.274 D6.64 E1.35 S1.00 B0 V23.9 ; disable bang-bang mode for heater and set PWM limit M143 H1 S280 ; set temperature limit for heater 1 to 280C ; Fans M950 F0 C"out4" Q500 C"Part Fan" ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"out3" Q500 C"Extruder Fan" ; create fan 1 on pin fan1 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C T0 ; Custom settings are not defined M98 P"/macros/3zhome" PK Ð"uTX ¨ÀÒÒconfig.g; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Valkyrie 3030 V001" ; set printer name M669 K1 ; core xy ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0.0 S1 ; physical drive 0 goes forwardsM569 P0.1 S1 M569 P0.1 S1 ; physical drive 1 goes forwardsM569 P0.1 S1 M569 P0.2 S1 ; physical drive 2 goes forwards ( blown needs replacing) M569 P0.3 S1 ; physical drive 3 goes forwards (extruder M569 P0.4 S1 D3 V30 ; physical drive 4 goes forwards D3=stealthchop M569 P0.5 S0 D3 V30 ; physical drive 5 goes backwards M569 P0.6 S1 D3 V30 ; physical drive 6 goes forwards M584 X1 Y0 E3 Z0.4:0.5:0.6 ; set drive mapping FL,FR,RC M350 X16 Y16 I1 ; configure microstepping with interpolation M350 Z16 E16 I1 M92 X80.00 Y80.00 Z320.00 E260.00 ; set steps per m M566 X500.00 Y500.00 Z800.00 E100.00 P1 ; set maximum instantaneous speed changes (mm/min) M203 X8000.00 Y8000.00 Z1000.00 E400.00 ; set maximum speeds (mm/min) M201 X1000.00 Y1000.00 Z200.00 E250.00 ; set accelerations (mm/s^2) M906 X1000 Y1000 Z1000 E1400 I10 ; set motor currents (mA) and motor idle factor in per cent M84 S20 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima "Travel Area" M208 X270 Y240 Z405 S0 ; set axis maxima "Travel area" ; Endstops M574 X1 S1 P"!io0.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in M574 Y2 S1 P"!io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in ;M574 Z2 S2 P"!io4.in" ; != invert signal M574 Z2 S4 ; configure sensorless endstop for high end on Z, 1 = low end, 2 = high end. S4 multipule motors M671 X-34.4:296:132.5 Y0:0:296 S25 ; leadscrews at front left,front right, rear Center s= max correction factor must be in same order as M584 M558 P8 C"!io3.in" H5 F600 T18000 A30 S0.03 ; set Z probe type to unmodulated and the dive height + speeds G31 P500 Z0.6 ; set Z probe trigger value, offset and trigger height bigger the posative number the closer to the bed G31 P500 X26 Y6 ; set x,y trigger value, offset and trigger height M557 X30:270 Y10:250 S40 ; define mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed T°C" ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"out0" T0 Q10 ; create bed heater output on bedheat and map it to sensor 0 M307 H0 R0.140 K0.103:0.000 D43.19 E1.35 S0.90 B0 ; PDI info for 8mm aluminium bed 700w Heater NTC 100K 3950 M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"temp1" Y"thermistor" T100000 B4267 A"Extruder T°C" ; configure sensor 1 as thermistor on pin e0temp (104gt2) M950 H1 C"out1" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 R3.435 K0.348:0.274 D6.64 E1.35 S1.00 B0 V23.9 ; disable bang-bang mode for heater and set PWM limit M143 H1 S280 ; set temperature limit for heater 1 to 280C ; Fans M950 F0 C"out4" Q500 C"Part Fan" ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"out3" Q500 C"Extruder Fan" ; create fan 1 on pin fan1 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C T0 ; Custom settings are not defined M98 P"/macros/3zhome" PK Ð"uTøß!¬CCdwc-settings.json{"main":{"language":"en","lastHostname":"192.168.0.19","darkTheme":true,"useBinaryPrefix":true,"disableAutoComplete":false,"dashboardMode":"Default","bottomNavigation":true,"numericInputs":false,"iconMenu":false,"settingsStorageLocal":false,"settingsSaveDelay":500,"cacheStorageLocal":true,"cacheSaveDelay":4000,"notifications":{"errorsPersistent":true,"timeout":5000},"webcam":{"url":"","updateInterval":5000,"liveUrl":"","useFix":false,"embedded":false,"rotation":0,"flip":"none"},"enabledPlugins":["HeightMap"],"plugins":{}},"machine":{"ajaxRetries":2,"updateInterval":250,"extendedUpdateEvery":20,"fileTransferRetryThreshold":358400,"crcUploads":true,"ignoreFileTimestamps":false,"pingInterval":2000,"updateDelay":0,"babystepAmount":0.05,"displayedExtraTemperatures":[0,1],"displayedExtruders":[0,1],"displayedFans":[-1,0,1,2],"moveSteps":{"X":[100,50,10,1,0.1],"Y":[100,50,10,1,0.1],"Z":[50,25,0.5,0.1,0.05],"default":[100,50,10,1,0.1]},"moveFeedrate":6000,"toolChangeMacros":["free","pre","post"],"extruderAmounts":[100,50,20,10,5,1],"extruderFeedrates":[60,30,10,7,2],"temperatures":{"tool":{"active":[250,235,220,205,195,160,120,100,0],"standby":[210,180,160,140,0]},"bed":{"active":[110,100,90,70,65,60,0],"standby":[40,30,0]},"chamber":[90,80,70,60,50,40,0]},"spindleRPM":[10000,75000,5000,2500,1000,0],"enabledPlugins":[],"plugins":{}}}PK Ð"uTp_„óGG homeall.g; homeall.g M400 G91 ; relative mode G90 ; back to absolute mode M98 P"/sys/homex.g" ;P define the parameter and is not part of the name M98 P"/sys/homey.g" ;P define the parameter and is not part of the name M98 P"/sys/homez.g" ;P define the parameter and is not part of the name M98 P"/macros/3PL" ; 3 point levelingPK Ð"uTݽaH¿¿homex.g; homex.g ; called to home the X axis ;M98 P/macros/sensorless_Z G91 ; relative positioning G1 H1 X-235 F12000 ; move quickly to X axis endstop and stop there (first pass) G1 H2 X15 F6000 ; go back a few mm G1 H1 X-235 F360 ; move slowly to X axis endstop once more (second pass) ;G1 H2 Z-5 F12000 ; lower Z again G90 ; absolute positioning G1 X20 F6000 ; go to X 0 print area G92 X0 ; set X to 0 positionPK Ð"uT»[à«homez.g; homez.g ; called to home the Z axis G1 F12000 X132.5 Y125 ; move to center of bed G30 F8000 ; home Z by probing the bed G1 F12000 X132.5 Y125 ; move to center of bed G30 ; home Z by probing the bed G1 F12000 X132.5 Y125 ; move to center of bedPK Ð"uTLÖßØØbed.g; bed.g ; called to perform automatic bed compensation via G32 ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 11:07:38 GMT+1300 (New Zealand Daylight Time) M561 ; clear any bed transform G29 ; probe the bed and enable compensation G28 ; home G1 H2 Z25 F12000 ; lower Z again ;M401 ; deploy Z probe (omit if using bltouch) G30 P0 X20 Y0 Z-99999 ; probe near a leadscrew G1 H2 Z25 F12000 G30 P1 X270 Y0 Z-99999 ; probe near a leadscrew G1 H2 Z25 F12000 G30 P2 X125 Y250 Z-99999 S3 ; probe near a leadscrew and calibrate 3 motors G1 H2 Z25 F12000 ;M402 ; retract probe (omit if using bltouch) ;The value of the S parameter on the final G30 command in bed.g must equal the number of Z motors.PK Ð"uTœ™MMhomey.g; homey.g ; called to home the Y axis ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 11:07:38 GMT+1300 (New Zealand Daylight Time) M98 P"/macros/sensorless_Z" G91 ; relative positioning G1 H1 Y315 F12000 ; move quickly to Y axis endstop and stop there (first pass) G1 H2 Y15 F12000 ; go back a few mm G1 H1 Y315 F360 ; move slowly to Y axis endstop once more (second pass) ;G1 H2 Z-5 F12000 ; higher Z again G90 ; absolute positioning G1 Y0 F6000 ; go to X 0 print area G92 Y0 ; set X to 0 positionPK Ð"uT¿Èi heightmap.csvRepRapFirmware height map file v2 generated at 2022-03-18 16:17, min error -0.228, max error 0.131, mean 0.018, deviation 0.084 axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1 X,Y,30.00,270.00,10.00,250.00,-1.00,40.00,40.00,7,7 0.045, 0.119, 0.131, 0.120, 0.091, 0.047, 0.034 0.059, 0.116, 0.119, 0.106, 0.075, 0.039, 0.011 0.055, 0.105, 0.097, 0.072, 0.041, -0.012, -0.059 0.025, 0.075, 0.062, 0.034, -0.005, -0.056, -0.102 0.013, 0.061, 0.052, 0.016, -0.041, -0.109, -0.177 -0.033, 0.016, 0.006, -0.027, -0.084, -0.164, -0.228 0, 0, 0, 0, 0, 0, 0 PK Ð"uT¶B$òconfig-override.g; config-override.g file generated in response to M500 at 2022-02-11 13:19 ; This is a system-generated file - do not edit ; Heater model parameters M307 H0 R0.140 K0.103:0.000 D43.19 E1.35 S0.90 B0 M307 H1 R2.430 K0.560:0.000 D5.50 E1.35 S1.00 B0 V0.0 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00 PK Ð"uT‹áýµbb filaments.csvRepRapFirmware filament assignment file v1 generated at 2022-03-05 14:28 extruder,filament 0,Petg PK Ð"uTB´Z cancel.g;cancel.g G28 X Y PK Ð"uT©4ÌÓÓstop.g; stop.g ; called when M0 (Stop) is run (e.g. when a print from SD card is cancelled) ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 11:07:38 GMT+1300 (New Zealand Daylight Time) PK Ð"uT¾Ôö‚ýý resurrect.g; File "0:/gcodes/Body1_0.2mm_ABS__9h28m.gcode" resume print after print paused at 2022-03-21 00:25 G21 M140 P0 S110.0 G92 X222.317 Y131.412 Z21.850 G60 S1 G10 P0 S255 R255 T0 P0 M98 P"resurrect-prologue.g" M116 M290 X0.000 Y0.000 Z-0.200 R0 T-1 P0 T0 P6 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00 G54 M106 S0.00 M106 P0 S0.00 M116 G92 E7.94127 M82 M486 S0 A"Body1 id:0 copy 0" M486 S0 G17 M23 "0:/gcodes/Body1_0.2mm_ABS__9h28m.gcode" M26 S24617883 G0 F6000 Z23.650 G0 F6000 X222.317 Y131.412 G0 F6000 Z21.650 G1 F5520.0 P0 G21 M24 PK Ð"uTì’Û™™pause.g; pause.g ; called when a print from SD card is paused ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 11:07:38 GMT+1300 (New Zealand Daylight Time) M83 ; relative extruder moves G1 E-10 F3600 ; retract 10mm of filament G91 ; relative positioning G1 Z5 F360 ; lift Z by 5mm G90 ; absolute positioning G1 X0 Y0 F6000 ; go to X=0 Y=0 G28 X Y PK Ð"uT‘¸¤x¶ ¶ config.json{"board":"duetwifi10","expansion_boards":[],"firmware":3.3,"standalone":true,"nvram":false,"auto_save":{"enabled":false,"save_threshold":10,"resume_threshold":11,"gcodes_to_run":"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"},"display":{"type":0,"encoder_steps":4,"spi_frequency":2000000,"menus":[{"name":"main","value":""}],"images":[]},"panelDue":false,"geometry":{"type":"cartesian","mins":[0,0,0],"maxes":[230,210,200],"delta_radius":105.6,"homed_height":250,"low_dive_height":false,"max_carriage_travel":260,"print_radius":85,"rod_length":215,"z_min":0},"drives":[{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":80,"instant_dv":15,"max_speed":100,"acceleration":500,"current":800,"driver":0,"driver_v3":"0.0","endstop_pin":"xstop","endstop_type":1,"endstop_location":1},{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":80,"instant_dv":15,"max_speed":100,"acceleration":500,"current":800,"driver":1,"driver_v3":"0.1","endstop_pin":"ystop","endstop_type":1,"endstop_location":1},{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":400,"instant_dv":1,"max_speed":3,"acceleration":20,"current":800,"driver":2,"driver_v3":"0.2","endstop_pin":null,"endstop":null,"endstop_type":3,"endstop_location":1},{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":420,"instant_dv":2,"max_speed":20,"acceleration":250,"current":800,"driver":3,"driver_v3":"0.3"}],"idle":{"used":true,"factor":30,"timeout":30},"homing_speed_fast":30,"homing_speed_slow":6,"travel_speed":100,"z_dive_height":5,"slow_homing":false,"probe":{"type":"unmodulated","recovery_time":0.4,"trigger_height":2.5,"trigger_value":500,"x_offset":0,"y_offset":0,"speed":2,"deploy":false,"points":[],"pwm_channel":3,"pwm_inverted":true,"pwm_pin":null,"input_pin":"zprobe.in","modulation_pin":null},"bed_is_nozzle":false,"bed":{"present":true,"use_pid":false,"heater":0},"chamber":{"present":false,"use_pid":false,"heater":2},"heaters":[{"temp_limit":120,"scale_factor":100,"series":4700,"thermistor":100000,"beta":4138,"a":0.0005717725,"b":0.0002416626,"c":0,"channel":0,"sensor":0,"output_pin":"bedheat","sensor_type":"thermistor","sensor_pin":"bedtemp"},{"temp_limit":280,"scale_factor":100,"series":4700,"thermistor":100000,"beta":4138,"a":0.0005717725,"b":0.0002416626,"c":0,"channel":1,"sensor":1,"output_pin":"e0heat","sensor_type":"thermistor","sensor_pin":"e0temp"}],"num_nozzles":1,"toolchange_wait_for_temperatures":true,"generate_t_code":false,"tools":[{"mix_ratio":[],"number":0,"name":"","extruders":[0],"heaters":[1],"fans":[0],"x_offset":0,"y_offset":0,"z_offset":0}],"compensation_x_offset":15,"compensation_y_offset":15,"peripheral_points":3,"halfway_points":3,"calibration_factors":6,"probe_radius":85,"mesh":{"x_min":15,"x_max":215,"y_min":15,"y_max":195,"radius":85,"spacing":20},"home_first":false,"orthogonal":{"compensation":false,"height":50,"deviations":[0,0,0]},"network":{"enabled":true,"mac_address":"","name":"My Printer","password":"","ssid":"","ssid_password":"","dhcp":true,"ip":"192.168.1.20","netmask":"255.255.255.0","gateway":"192.168.1.254","protocols":{"http":true,"ftp":false,"telnet":false}},"fans":[{"name":"","value":0,"inverted":false,"frequency":500,"thermostatic":false,"heaters":[],"trigger_temperature":45,"output_pin":"fan0"},{"name":"","value":100,"inverted":false,"frequency":500,"thermostatic":true,"heaters":[1],"trigger_temperature":45,"output_pin":"fan1"}],"custom_settings":""}PK Ð"uT§¯L–œœresume.g; resume.g ; called before a print from SD card is resumed ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 11:07:38 GMT+1300 (New Zealand Daylight Time) G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move G1 R1 X0 Y0 Z0 ; go back to the last print move M83 ; relative extruder moves G1 E10 F3600 ; extrude 10mm of filament PK Ð"uTÍìb··sleep.g; sleep.g ; called when M1 (Sleep) is being processed ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 11:07:38 GMT+1300 (New Zealand Daylight Time) PK Ð"uT¾-9»ªªtfree0.g; tfree0.g ; called when tool 0 is freed ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 11:07:38 GMT+1300 (New Zealand Daylight Time) PK Ð"uTsà•èètpost0.g; tpost0.g ; called after tool 0 has been selected ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 11:07:38 GMT+1300 (New Zealand Daylight Time) ; Wait for set temperatures to be reached M116 P0 PK Ð"uT`Gæú®®tpre0.g; tpre0.g ; called before tool 0 is selected ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 11:07:38 GMT+1300 (New Zealand Daylight Time) PK Ð"uTX ¨ÀÒÒ config.g.bakPK Ð"uTX ¨ÀÒÒüconfig.gPK Ð"uTøß!¬CCô#dwc-settings.jsonPK Ð"uTp_„óGG f)homeall.gPK Ð"uTݽaH¿¿Ô*homex.gPK Ð"uT»[૸,homez.gPK Ð"uTLÖßØØï-bed.gPK Ð"uTœ™MMê0homey.gPK Ð"uT¿Èi \3heightmap.csvPK Ð"uT¶B$ò6config-override.gPK Ð"uT‹áýµbb F8filaments.csvPK Ð"uTB´Z Ó8 cancel.gPK Ð"uT©4ÌÓÓ 9stop.gPK Ð"uT¾Ôö‚ýý :resurrect.gPK Ð"uTì’Û™™)=pause.gPK Ð"uT‘¸¤x¶ ¶ ç>config.jsonPK Ð"uT§¯L–œœÆLresume.gPK Ð"uTÍìb··ˆNsleep.gPK Ð"uT¾-9»ªªdOtfree0.gPK Ð"uTsà•èè4Ptpost0.gPK Ð"uT`Gæú®®BQtpre0.gPK‹R