Last active
November 3, 2020 06:26
-
-
Save blackfyre/b755cae77c33fd29b1dd5a1c9003269b to your computer and use it in GitHub Desktop.
FLSUN QQ-S & Duet 2 Wifi (RRF v3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "board": "duetwifi10", | |
| "expansion_boards": [], | |
| "firmware": 3, | |
| "standalone": true, | |
| "nvram": false, | |
| "auto_save": { | |
| "enabled": true, | |
| "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": "delta", | |
| "mins": [0, 0, 0], | |
| "maxes": [230, 210, 200], | |
| "delta_radius": 130, | |
| "homed_height": 320, | |
| "low_dive_height": false, | |
| "max_carriage_travel": 450, | |
| "print_radius": 130, | |
| "rod_length": 280, | |
| "z_min": 0 | |
| }, | |
| "drives": [ | |
| { | |
| "direction": 0, | |
| "microstepping": 16, | |
| "microstepping_interpolation": true, | |
| "steps_per_mm": 100, | |
| "instant_dv": 20, | |
| "max_speed": 200, | |
| "acceleration": 1000, | |
| "current": 1000, | |
| "driver": 0, | |
| "driver_v3": "0.0", | |
| "endstop_pin": "xstop", | |
| "endstop_type": 1, | |
| "endstop_location": 2 | |
| }, | |
| { | |
| "direction": 0, | |
| "microstepping": 16, | |
| "microstepping_interpolation": true, | |
| "steps_per_mm": 100, | |
| "instant_dv": 20, | |
| "max_speed": 200, | |
| "acceleration": 1000, | |
| "current": 1000, | |
| "driver": 1, | |
| "driver_v3": "0.1", | |
| "endstop_pin": "ystop", | |
| "endstop_type": 1, | |
| "endstop_location": 2 | |
| }, | |
| { | |
| "direction": 0, | |
| "microstepping": 16, | |
| "microstepping_interpolation": true, | |
| "steps_per_mm": 100, | |
| "instant_dv": 20, | |
| "max_speed": 200, | |
| "acceleration": 1000, | |
| "current": 1000, | |
| "driver": 2, | |
| "driver_v3": "0.2", | |
| "endstop_pin": "zstop", | |
| "endstop": null, | |
| "endstop_type": 1, | |
| "endstop_location": 2 | |
| }, | |
| { | |
| "direction": 1, | |
| "microstepping": 16, | |
| "microstepping_interpolation": true, | |
| "steps_per_mm": 417, | |
| "instant_dv": 20, | |
| "max_speed": 200, | |
| "acceleration": 1000, | |
| "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": "switch", | |
| "recovery_time": 0.4, | |
| "trigger_height": 16.2, | |
| "trigger_value": 500, | |
| "x_offset": 0, | |
| "y_offset": 0, | |
| "speed": 2, | |
| "deploy": false, | |
| "points": [ | |
| { "x": 0, "y": 84.9, "z": 0 }, | |
| { "x": 73.53, "y": -42.45, "z": 0 }, | |
| { "x": -73.53, "y": -42.45, "z": 0 }, | |
| { "x": 0, "y": 42.4, "z": 0 }, | |
| { "x": 36.72, "y": -21.2, "z": 0 }, | |
| { "x": -36.72, "y": -21.2, "z": 0 }, | |
| { "x": 0, "y": 0, "z": 0 } | |
| ], | |
| "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": 4092, | |
| "c": 0, | |
| "channel": 0, | |
| "sensor": 0, | |
| "output_pin": "bedheat", | |
| "sensor_type": "thermistor", | |
| "sensor_pin": "bedtemp" | |
| }, | |
| { | |
| "temp_limit": 260, | |
| "scale_factor": 100, | |
| "series": 4700, | |
| "thermistor": 100000, | |
| "beta": 4092, | |
| "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": true, | |
| "tools": [ | |
| { | |
| "mix_ratio": [], | |
| "number": 0, | |
| "name": "HotEnd", | |
| "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": 130, | |
| "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": "Legionare", | |
| "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": "Effector", | |
| "value": 0, | |
| "inverted": false, | |
| "frequency": 500, | |
| "thermostatic": false, | |
| "heaters": [1], | |
| "trigger_temperature": 45, | |
| "output_pin": "fan0" | |
| } | |
| ], | |
| "custom_settings": "M307 H0 A109.6 C363.9 D0.2 V23.9 B0" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment