lotmaxx_sc10.def.json 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "Lotmaxx SC-10",
  3. "version": 2,
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "visible": true,
  7. "author": "lotmaxx.com",
  8. "manufacturer": "Lotmaxx",
  9. "file_formats": "text/x-gcode",
  10. "platform": "lotmaxx_sc_10_20_platform.3mf",
  11. "has_materials": true,
  12. "machine_extruder_trains":
  13. {
  14. "0": "lotmaxx_sc10_extruder_0"
  15. }
  16. },
  17. "overrides":
  18. {
  19. "machine_name": { "default_value": "Lotmaxx SC-10" },
  20. "machine_width": { "default_value": 235 },
  21. "machine_depth": { "default_value": 235 },
  22. "machine_height": { "default_value": 320 },
  23. "machine_head_with_fans_polygon": { "default_value": [[-32,11],[-32,-32],[28,-32],[28,11]] },
  24. "gantry_height": { "value": 40 },
  25. "machine_start_gcode": { "default_value": "; SC-10 Custom Start G-code\nG28 ; Home all axes\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n; End of custom start GCode" },
  26. "machine_end_gcode": { "default_value": "; SC-10 Custom End G-code\nG4 ; Wait\nM220 S100 ; Reset Speed factor override percentage to default (100%)\nM221 S100 ; Reset Extrude factor override percentage to default (100%)\nG91 ; Set coordinates to relative\nG1 F1800 E-3 ; Retract filament 3 mm to prevent oozing\nG1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely\nG90 ; Set coordinates to absolute\nG1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal\nM84 ; Disable stepper motors\n; End of custom end GCode" },
  27. "machine_max_jerk_xy":{ "value": 10 },
  28. "machine_max_jerk_z":{ "value": 0.4 },
  29. "machine_max_jerk_e":{ "value": 5 },
  30. "machine_heated_bed":{ "default_value": true },
  31. "material_diameter":{ "default_value": 1.75 },
  32. "jerk_print":{ "value": 8 },
  33. "jerk_travel":{ "value": "jerk_print" },
  34. "jerk_travel_layer_0":{ "value":" jerk_travel" },
  35. "acceleration_enabled":{ "value": false },
  36. "jerk_enabled":{ "value": false },
  37. "speed_print":{ "value": 60.0 },
  38. "speed_infill":{ "value": "speed_print * 2" },
  39. "speed_wall_0":{ "value": "speed_wall" },
  40. "speed_wall_x":{ "value": "speed_wall" },
  41. "speed_roofing":{ "value": "speed_topbottom" },
  42. "speed_travel":{ "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" },
  43. "speed_layer_0":{ "value": 20.0 },
  44. "speed_travel_layer_0":{ "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
  45. "speed_prime_tower":{ "value": "speed_topbottom" },
  46. "speed_support":{ "value": "speed_wall_0" },
  47. "speed_support_interface":{ "value": "speed_topbottom" },
  48. "skirt_brim_speed":{ "value": "speed_layer_0" },
  49. "retraction_enable":{ "value": true },
  50. "retraction_count_max":{ "value": 100 },
  51. "retraction_extrusion_window":{ "value": 10 },
  52. "retraction_min_travel":{ "value": 1.5 },
  53. "cool_fan_full_at_height":{ "value": "layer_height_0 + 2 * layer_height" },
  54. "cool_fan_enabled":{ "value": true },
  55. "cool_min_layer_time":{ "value": 10 },
  56. "meshfix_maximum_resolution":{ "value": "0.25" },
  57. "meshfix_maximum_travel_resolution":{ "value": "meshfix_maximum_resolution" },
  58. "adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
  59. "skirt_gap":{ "value": 5.0 },
  60. "skirt_line_count":{ "value": 4 }
  61. }
  62. }