Skip to content

Instantly share code, notes, and snippets.

@keyz182
Created May 14, 2017 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keyz182/9e577d89f68ddf203b0e717e4613f70a to your computer and use it in GitHub Desktop.
Save keyz182/9e577d89f68ddf203b0e717e4613f70a to your computer and use it in GitHub Desktop.
{
"board": "duetwifi10",
"firmware": 1.17,
"compatibility": 2,
"nvram": false,
"geometry": {
"type": "cartesian",
"mins": [
0,
-20,
0
],
"maxes": [
200,
200,
175
]
},
"drives": [
{
"direction": 1,
"microstepping": 128,
"microstepping_interpolation": false,
"steps_per_mm": 640,
"instant_dv": 10,
"max_speed": 200,
"acceleration": 1000,
"current": 855,
"driver": 0,
"endstop_type": 2,
"endstop_location": 1
},
{
"direction": 1,
"microstepping": 128,
"microstepping_interpolation": false,
"steps_per_mm": 640,
"instant_dv": 10,
"max_speed": 200,
"acceleration": 1000,
"current": 855,
"driver": 1,
"endstop_type": 2,
"endstop_location": 1
},
{
"direction": 0,
"microstepping": 128,
"microstepping_interpolation": false,
"steps_per_mm": 3200,
"instant_dv": 10,
"max_speed": 20,
"acceleration": 100,
"current": 855,
"driver": 2,
"endstop_type": 3,
"endstop_location": 1
},
{
"direction": 0,
"microstepping": 32,
"microstepping_interpolation": false,
"steps_per_mm": 1000,
"instant_dv": 10,
"max_speed": 50,
"acceleration": 1500,
"current": 1200,
"driver": 3
},
{
"direction": 1,
"microstepping": 32,
"microstepping_interpolation": false,
"steps_per_mm": 1000,
"instant_dv": 10,
"max_speed": 50,
"acceleration": 1500,
"current": 1200,
"driver": 4
}
],
"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",
"trigger_height": 1.2,
"trigger_value": 500,
"x_offset": 0,
"y_offset": 25,
"speed": 2,
"deploy": false,
"points": [
{
"x": 25,
"y": 25,
"z": 0
},
{
"x": 25,
"y": 175,
"z": 0
},
{
"x": 175,
"y": 175,
"z": 0
},
{
"x": 175,
"y": 25,
"z": 0
},
{
"x": 100,
"y": 100,
"z": 0
}
]
},
"num_nozzles": 1,
"bed_is_nozzle": false,
"bed": {
"present": true,
"heater": 0,
"use_pid": false,
"width": 200,
"length": 200
},
"chamber": {
"present": false
},
"max_heater_temperature": 260,
"heaters": [
{
"scale_factor": 100,
"series": 4700,
"thermistor": 100000,
"beta": 3988,
"a": 0.0004671239,
"b": 0.0002507523,
"c": 0,
"channel": 0
},
{
"scale_factor": 100,
"series": 4700,
"thermistor": 100000,
"beta": 4725,
"a": 0.002236745,
"b": 0.0002116402,
"c": 7.06e-8,
"channel": 1
}
],
"toolchange_wait_for_temperatures": true,
"generate_t_code": true,
"tools": [
{
"number": 0,
"extruders": [
0
],
"heaters": [
1
],
"x_offset": 0,
"y_offset": 0,
"z_offset": 0
},
{
"number": 1,
"extruders": [
1
],
"heaters": [
1
],
"x_offset": 0,
"y_offset": 0,
"z_offset": 0
}
],
"compensation_x_offset": 25,
"compensation_y_offset": 25,
"mesh": {
"x_min": 25,
"x_max": 175,
"y_min": 25,
"y_max": 175,
"spacing": 25
},
"home_first": true,
"orthogonal": {
"compensation": false
},
"network": {
"enabled": true,
"name": "threedee",
"password": "",
"dhcp": true
},
"fans": [
{
"value": "30",
"inverted": false,
"frequency": 25000,
"thermostatic": false
},
{
"value": "100",
"inverted": false,
"frequency": 25000,
"thermostatic": true,
"heaters": [
1
],
"trigger_temperature": 45
},
{
"value": "100",
"inverted": false,
"frequency": 25500,
"thermostatic": true,
"heaters": [
1
],
"trigger_temperature": 45
}
],
"custom_settings": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment