PK FTlhomey.g; homey.g ; called to home the Y axis ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 Y350 F5200 ; move quickly to Y axis endstop and stop there (first pass) G1 Y-5 F6000 ; go back a few mm G1 H1 Y350 F360 ; move slowly to Y axis endstop once more (second pass) G1 H2 Z-5 F6000 ; lower Z again G90 ; absolute positioning PK FT]Vheightmap1.csvRepRapFirmware height map file v2 generated at 2022-05-04 09:40, min error -5.850, max error 0.125, mean -2.328, deviation 1.565 axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1 X,Y,5.00,295.00,5.00,295.00,-1.00,58.00,58.00,6,6 -3.010, -2.409, -1.758, -1.150, -0.482, 0.125 -3.680, -2.892, -2.104, -1.442, -0.775, -0.121 -4.168, -3.284, -2.409, -1.689, -0.921, -0.209 -4.742, -3.793, -2.835, -1.967, -1.150, -0.405 -5.235, -4.218, -3.225, -2.309, -1.346, -0.468 -5.850, -4.843, -3.842, -2.818, -1.700, -0.668 PK FTu} resurrect.g; File "0:/gcodes/Terrarium_Lid_0.2mm_PLA.gcode" resume print after print paused at 2022-04-27 11:53 G21 M140 P0 S60.0 G29 S1 G92 X130.565 Y166.637 Z0.800 G60 S1 G10 P0 S210 R210 T0 P0 M98 P"resurrect-prologue.g" M116 M290 X0.000 Y0.000 Z0.000 R0 T-1 P0 T0 P6 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.50 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 M106 P4 S0.10 M116 G92 E0.00000 M83 M486 S0 A"Terrarium_Lid.stl id:0 copy 0" M486 S0 G17 M23 "0:/gcodes/Terrarium_Lid_0.2mm_PLA.gcode" M26 S16323 G0 F6000 Z2.800 G0 F6000 X130.565 Y166.637 G0 F6000 Z0.800 G1 F4247.6 P0 G21 M24 PK FT]gsleep.g; sleep.g ; called when M1 (Sleep) is being processed ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) PK FT{{ config.g.bak; Configuration file for Duet 3 (firmware version 3.3) ; executed by the firmware on start-up ; ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Voron2" ; set printer name M669 K1 ; select CoreXY mode ; Configure Drives M569 P0.1 S1 ; physical drive 0.0 goes forwards - A M569 P0.0 S1 ; physical drive 0.1 goes forwards - B M569 P0.2 S0 ; physical drive 0.0 goes backwards - Z0 M569 P0.3 S1 ; physical drive 0.1 goes forwards - Z1 M569 P0.4 S0 ; physical drive 0.2 goes backwards - Z2 M569 P0.5 S1 ; physical drive 0.3 goes forwards - Z3 M569 P1.0 S0 ; physical drive 1.0 goes backwards - Extruder M584 X0.0 ; set drive mapping X M584 Y0.1 ; set drive mapping Y M584 Z0.2:0.3:0.4:0.5 ; set drive mapping Z M584 E1.0 ; set drive mapping E (extruder on 3HC) M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm NOTE: put before M350 so doesn't need to be changed with change in micro-stepping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M906 X800 Y800 Z800 E1200 I30 ; set motor currents (mA) and motor idle factor in percent M566 X900.00 Y900.00 Z900.00:900.00:900.00:900.00 E120.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z6000.00 E1200.00 ; set maximum speeds (mm/min) M201 X1000.00 Y1000.00 Z1000.00 E500.00 ; set accelerations (mm/s^2) M84 S10 ; Set idle timeout ; Axis Limits ; Z Motor Layout ; ----------- X-Y (A-B) Homing Position ; Z1 | Z2 ; -----+----- ; Z0 | Z3 ; 0,0 ----------- ; Front M208 X0:320 Y0:300 Z0:300 ; set axis minima:maxima M557 X5:295 Y5:295 S58:58 ; define mesh grid ; Probes, Endstops, Fans and Lights ; Z-Probe M558 P1 C"!^io6.in" H10 F500 R1 A3 S0.03 T5000 ; set Z probe type to unmodulated and the dive height, speeds, pause inter point travel speed G31 P500 X0 Y0 Z0 ; set Z probe trigger value, offset and trigger height ; Endstops M574 X2 S1 P"^io1.in" ; configure switch-type (e.g. microswitch) endstop for high end on X via pin ^io1.in M574 Y2 S1 P"^io2.in" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ^io2.in M574 Z1 S2 ; Configure Z to use Probe ; Heaters ; Bed M308 S0 P"temp0" Y"thermistor" A"Bed" T127000 B4438 C0 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0 M307 H0 B0 R0.393 C1267.6 D43.81 S1.00 V23.7 ; PID Tuning (M303 H0 P1 S100) disable bang-bang mode for heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C ; Extruder ; M308 S1 P"1.temp0" Y"thermistor" A"Extruder" T103000 B4728 C7.06e-8 ; configure sensor 1 as thermistor on pin 1.temp0 - ORIGINAL M308 S1 P"1.temp0" Y"thermistor" A"Extruder" T100000 B4725 C7.060000e-8; configure sensor 1 as thermistor on pin 1.temp0 M950 H1 C"1.out0" T1 ; create nozzle heater output on 1.out0 and map it to sensor 1 ; M307 H1 B0 R1.845 C299.0 D7.96 S1.00 V24.1 ; PID Tuning (M303 H1 P1 S250) disable bang-bang mode for heater and set PWM limit - ORIGINAL M307 H1 R4.327 K0.523:0.000 D2.93 E1.35 S1.00 B0 V24.1 ; PID Tuning (M303 H1 P1 S250) disable bang-bang mode for heater and set PWM limit M143 H1 S300 ; set temperature limit for heater 1 to 300C ; Fan - Part Cooler M950 F0 C"1.out6" Q100 ; create fan 0 on pin 1.out6 and set its frequency M106 P0 S0 H-1 C" " ; set fan 0 value. Thermostatic control is turned off ; Fan - Extruder Cooler M950 F1 C"1.out7" Q250 ; create fan 1 on pin 1.out7 and set its frequency M106 P1 S255 H1 T45 C" " ; set fan 1 value. Thermostatic control is turned on ; Fans - Lower Case Fans (4 Off, run in parralel) M950 F2 C"1.out3" Q250 T1 ; Create fan 2 on pin 1.out3 for Lower case Fans M106 P2 S0 H1 T45 C"Case Fans" ; Set Lower Case Fans (Fan 2) to thermoststic control using same Hotend Cooler probe ; Fan - External Filter Fan M950 F3 C"out8" Q250 T1 ; Create fan 3 for Filter Fan M106 P3 S255 H1 T45 C"Filter Fan" ; Set External Case Fan (Fan 3) to thermoststic control using same Hotend Cooler probe ; Case Lights - Uses Out 4 M950 F4 C"out4" Q500 ; Create fan 4 for case lights M106 P4 S0 C"Case Lights" ; Case LED's (Fan 4) set to off ; Tools M563 P0 S"E3d_V6" D0 H1 F0:1 ; define tool 0 T0 ; select first tool G10 L2 P1 X0 Y0 Z0.5 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Miscellaneous Custom settings M575 P1 S1 B57600 ; enable support for PanelDue M671 X-70:-70:370:370 Y-70:380:380:-70 S25 ; leadscrews at Front left, Rear left, Rear right and Front right, ; S - Maximum error allowed before system rejects, Note Motor Connections MUST Match PK FTC tpost0.g; tpost0.g ; called after tool 0 has been selected ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) ; Wait for set temperatures to be reached M116 P0 PK FT Dhomez.g; homez.g ; called to home the Z axis ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) G91 ; relative positioning G1 H1 Z10 F1000 ; lift Z relative to current position G90 ; absolute positioning G1 X150 Y150 F6000 ; Go to the bed centre & probe point and home the Z axis G1 H1 Z-355 F1000 ; move Z down until the endstop is triggered G1 H0 Z15 F1000 ; lift Z 25mm G1 H1 Z-50 F500 ; G30 ; Calibrate Z-axis G92 Z0 ; set Z position to axis minimum (you may want to adjust this) G1 H1 Z25 F1000 ; lift nozzle ; Uncomment the following lines to lift Z after probing G91 ; relative positioning G1 Z25 F500 ; lift Z relative to current position G90 ; absolute positioning ; M290 S0.3 ; set baby steppingPK FTd{{config.g; Configuration file for Duet 3 (firmware version 3.3) ; executed by the firmware on start-up ; ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Voron2" ; set printer name M669 K1 ; select CoreXY mode ; Configure Drives M569 P0.1 S1 ; physical drive 0.0 goes forwards - A M569 P0.0 S1 ; physical drive 0.1 goes forwards - B M569 P0.2 S0 ; physical drive 0.0 goes backwards - Z0 M569 P0.3 S1 ; physical drive 0.1 goes forwards - Z1 M569 P0.4 S0 ; physical drive 0.2 goes backwards - Z2 M569 P0.5 S1 ; physical drive 0.3 goes forwards - Z3 M569 P1.0 S0 ; physical drive 1.0 goes backwards - Extruder M584 X0.0 ; set drive mapping X M584 Y0.1 ; set drive mapping Y M584 Z0.2:0.3:0.4:0.5 ; set drive mapping Z M584 E1.0 ; set drive mapping E (extruder on 3HC) M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm NOTE: put before M350 so doesn't need to be changed with change in micro-stepping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M906 X800 Y800 Z800 E1200 I30 ; set motor currents (mA) and motor idle factor in percent M566 X900.00 Y900.00 Z900.00:900.00:900.00:900.00 E120.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z6000.00 E1200.00 ; set maximum speeds (mm/min) M201 X1000.00 Y1000.00 Z1000.00 E500.00 ; set accelerations (mm/s^2) M84 S10 ; Set idle timeout ; Axis Limits ; Z Motor Layout ; ----------- X-Y (A-B) Homing Position ; Z1 | Z2 ; -----+----- ; Z0 | Z3 ; 0,0 ----------- ; Front M208 X0:320 Y0:300 Z0:300 ; set axis minima:maxima M557 X5:295 Y5:295 S58:58 ; define mesh grid ; Probes, Endstops, Fans and Lights ; Z-Probe M558 P1 C"!^io6.in" H10 F500 R1 A3 S0.03 T5000 ; set Z probe type to unmodulated and the dive height, speeds, pause inter point travel speed G31 P500 X0 Y0 Z0 ; set Z probe trigger value, offset and trigger height ; Endstops M574 X2 S1 P"^io1.in" ; configure switch-type (e.g. microswitch) endstop for high end on X via pin ^io1.in M574 Y2 S1 P"^io2.in" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ^io2.in M574 Z1 S2 ; Configure Z to use Probe ; Heaters ; Bed M308 S0 P"temp0" Y"thermistor" A"Bed" T127000 B4438 C0 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0 M307 H0 B0 R0.393 C1267.6 D43.81 S1.00 V23.7 ; PID Tuning (M303 H0 P1 S100) disable bang-bang mode for heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C ; Extruder ; M308 S1 P"1.temp0" Y"thermistor" A"Extruder" T103000 B4728 C7.06e-8 ; configure sensor 1 as thermistor on pin 1.temp0 - ORIGINAL M308 S1 P"1.temp0" Y"thermistor" A"Extruder" T100000 B4725 C7.060000e-8; configure sensor 1 as thermistor on pin 1.temp0 M950 H1 C"1.out0" T1 ; create nozzle heater output on 1.out0 and map it to sensor 1 ; M307 H1 B0 R1.845 C299.0 D7.96 S1.00 V24.1 ; PID Tuning (M303 H1 P1 S250) disable bang-bang mode for heater and set PWM limit - ORIGINAL M307 H1 R4.327 K0.523:0.000 D2.93 E1.35 S1.00 B0 V24.1 ; PID Tuning (M303 H1 P1 S250) disable bang-bang mode for heater and set PWM limit M143 H1 S300 ; set temperature limit for heater 1 to 300C ; Fan - Part Cooler M950 F0 C"1.out6" Q100 ; create fan 0 on pin 1.out6 and set its frequency M106 P0 S0 H-1 C" " ; set fan 0 value. Thermostatic control is turned off ; Fan - Extruder Cooler M950 F1 C"1.out7" Q250 ; create fan 1 on pin 1.out7 and set its frequency M106 P1 S255 H1 T45 C" " ; set fan 1 value. Thermostatic control is turned on ; Fans - Lower Case Fans (4 Off, run in parralel) M950 F2 C"1.out3" Q250 T1 ; Create fan 2 on pin 1.out3 for Lower case Fans M106 P2 S0 H1 T45 C"Case Fans" ; Set Lower Case Fans (Fan 2) to thermoststic control using same Hotend Cooler probe ; Fan - External Filter Fan M950 F3 C"out8" Q250 T1 ; Create fan 3 for Filter Fan M106 P3 S255 H1 T45 C"Filter Fan" ; Set External Case Fan (Fan 3) to thermoststic control using same Hotend Cooler probe ; Case Lights - Uses Out 4 M950 F4 C"out4" Q500 ; Create fan 4 for case lights M106 P4 S0 C"Case Lights" ; Case LED's (Fan 4) set to off ; Tools M563 P0 S"E3d_Revo" D0 H1 F0:1 ; define tool 0 T0 ; select first tool G10 L2 P1 X0 Y0 Z0.5 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Miscellaneous Custom settings M575 P1 S1 B57600 ; enable support for PanelDue M671 X-70:-70:370:370 Y-70:380:380:-70 S25 ; leadscrews at Front left, Rear left, Rear right and Front right, ; S - Maximum error allowed before system rejects, Note Motor Connections MUST Match PK FTotpre0.g; tpre0.g ; called before tool 0 is selected ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) PK FTHfK config.json{"board":"duet3","expansion_boards":["EXP3HC"],"firmware":3.3,"standalone":false,"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":true,"geometry":{"type":"corexy","mins":[0,0,0],"maxes":[300,300,350],"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.4","endstop_pin":"^io1.in","endstop_type":1,"endstop_location":2},{"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.5","endstop_pin":"^io2.in","endstop_type":1,"endstop_location":2},{"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.0","endstop_pin":null,"endstop":null,"endstop_type":0,"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.1"},{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":420,"instant_dv":2,"max_speed":20,"acceleration":250,"current":800,"driver":4,"driver_v3":"0.2"},{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":420,"instant_dv":2,"max_speed":20,"acceleration":250,"current":800,"driver":5,"driver_v3":"0.3"},{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":420,"instant_dv":2,"max_speed":20,"acceleration":250,"current":800,"driver":6,"driver_v3":"1.0"}],"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":"io6.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":2200,"thermistor":100000,"beta":4138,"a":0.0005717725,"b":0.0002416626,"c":0,"channel":0,"sensor":0,"output_pin":"out0","sensor_type":"thermistor","sensor_pin":"temp0"},{"temp_limit":280,"scale_factor":100,"series":2200,"thermistor":100000,"beta":4138,"a":0.0005717725,"b":0.0002416626,"c":0,"channel":1,"sensor":1,"output_pin":"1.out0","sensor_type":"thermistor","sensor_pin":"1.temp0"}],"num_nozzles":1,"toolchange_wait_for_temperatures":true,"generate_t_code":true,"tools":[{"mix_ratio":[],"number":0,"name":"","extruders":[0],"heaters":[1],"fans":[0],"x_offset":50,"y_offset":50,"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":"1.out6"},{"name":"","value":100,"inverted":false,"frequency":500,"thermostatic":true,"heaters":[1],"trigger_temperature":45,"output_pin":"1.out7"}],"custom_settings":""}PK FT.heightmap2.csvRepRapFirmware height map file v2 generated at 2022-05-04 09:51, min error -1.425, max error 4.750, mean 1.062, deviation 1.513 axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1 X,Y,5.00,295.00,5.00,295.00,-1.00,58.00,58.00,6,6 4.750, 3.866, 3.033, 2.132, 1.308, 0.433 3.790, 3.082, 2.400, 1.600, 0.779, -0.034 3.000, 2.425, 1.854, 1.107, 0.415, -0.335 2.115, 1.607, 1.140, 0.575, -0.035, -0.725 1.308, 0.900, 0.482, 0.007, -0.459, -1.010 0.375, -0.010, -0.404, -0.767, -1.050, -1.425 PK FTdwc-settings.json{"main":{"language":"en","lastHostname":"voron2.jules.home","darkTheme":true,"useBinaryPrefix":true,"disableAutoComplete":false,"dashboardMode":"Default","bottomNavigation":true,"numericInputs":false,"iconMenu":false,"settingsStorageLocal":false,"settingsSaveDelay":500,"cacheStorageLocal":false,"cacheSaveDelay":4000,"notifications":{"errorsPersistent":true,"timeout":5000},"webcam":{"url":"http://voron2.jules.home:8080/stream.mjpg","updateInterval":250,"liveUrl":"http://voron2.jules.home:8080/picture.jpg","useFix":false,"embedded":false,"rotation":0,"flip":"none"},"enabledPlugins":["Height Map"],"plugins":{}},"machine":{"ajaxRetries":2,"updateInterval":250,"extendedUpdateEvery":20,"fileTransferRetryThreshold":358400,"crcUploads":true,"ignoreFileTimestamps":false,"pingInterval":2000,"updateDelay":0,"babystepAmount":0.05,"displayedExtraTemperatures":[],"displayedExtruders":[0,1,2,3,4,5],"displayedFans":[-1,0,1,2],"moveSteps":{"X":[100,50,10,1,0.1],"Y":[100,50,10,1,0.1],"Z":[50,25,5,0.5,0.05],"default":[100,50,10,1,0.1]},"moveFeedrate":6000,"toolChangeMacros":["free","pre","post"],"extruderAmounts":[100,50,20,10,5,1],"extruderFeedrates":[50,10,5,2,1],"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 FTimhomex.g; homex.g ; called to home the X axis ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 X350 F5200 ; move quickly to X axis endstop and stop there (first pass) G1 X-5 F6000 ; go back a few mm G1 H1 X350 F360 ; move slowly to X axis endstop once more (second pass) G1 H2 Z-5 F6000 ; lower Z again G90 ; absolute positioning PK FT3|bed.g; bed.g file for RepRapFirmware, generated by Escher3D calculator ; 4 points, 6 factors, probing radius: 150, probe offset (0, 0) G30 P0 X10.00 Y10.00 Z-99999 H0 S1 G30 P1 X10.00 Y290.00 Z-99999 H0 S1 G30 P2 X290.90 Y290.00 Z-99999 H0 S1 G30 P3 X290.00 Y10.00 Z-99999 H0 S4 PK FTHpause.g; pause.g ; called when a print from SD card is paused ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) M83 ; relative extruder moves G1 E-3 F3600 ; retract 3mm of filament G91 ; relative positioning G1 Z15 F3600 ; lift Z by 5mm G90 ; absolute positioning G1 X0 Y0 F6000 ; go to X=0 Y=0 PK FT.}resume.g; resume.g ; called before a print from SD card is resumed ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean 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 FThAA homeall.g; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) G91 ; relative positioning G1 H2 Z5 F3000 ; lift Z relative to current position ; X Axis G1 H1 X350 F4000 ; move quickly to X endstop and stop there (first pass) G1 X-5 F6000 ; go back a few mm G1 H1 X350 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 X350 ; then move slowly to X axis endstop ; Y Axis G1 H1 Y350 F4000 ; move quickly to Y axis endstop and stop there (first pass) G1 Y-5 F6000 ; go back a few mm G1 H1 Y350 F360 ; move slowly to Y axis endstop once more (second pass) G1 H1 Y350 ; then move slowly to Y axis endstop ; Z Axis ;G91 ; relative positioning ;G1 H1 Z25 F1000 ; lift Z relative to current position G90 ; absolute positioning G1 X150 Y150 F6000 ; Go to the bed centre & probe point and home the Z axis G1 H1 Z-355 F1000 ; move Z down until the endstop is triggered G1 H0 Z15 F1000 ; lift Z 25mm G1 H1 Z-100 F400 ; G30 ; Calibrate Z-axis ; G92 Z0 ; set Z position to axis minimum (you may want to adjust this) G1 H0 Z25 F1000 ; lift nozzle PK FTPtfree0.g; tfree0.g ; called when tool 0 is freed ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) PK FTmi  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 Sat Dec 18 2021 07:55:06 GMT+0000 (Greenwich Mean Time) G1 E-3 ; retract filament to stop oozing G91 ; relative position G0 Z5 ; drop bed 5mm G90 ; absolute position G1 X0 Y290 ; Park Extruder to the back M104 S0 ; turn extruder off M140 S0 ; turn bed off M18 ; disable all motors G4 S60 ; wait 60 seconds M106 P0 S0 ; Set Prt cooler fan off M106 P4 S0 ; Set Case Lights offPK FTlhomey.gPK FT]V*heightmap1.csvPK FTu} lresurrect.gPK FT]gsleep.gPK FT{{ config.g.bakPK FTC (%tpost0.gPK FT D0&homez.gPK FTd{{)config.gPK FToFtpre0.gPK FTHfK XGconfig.jsonPK FT.XWheightmap2.csvPK FTYdwc-settings.jsonPK FTime_homex.gPK FT3|abed.gPK FTHbpause.gPK FT.}ydresume.gPK FThAA 5fhomeall.gPK FTPktfree0.gPK FTmi  glstop.gPKn