lotmaxx_sc20.def.json 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "version": 2,
  3. "name": "Lotmaxx SC-20",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "lotmaxx.com",
  9. "manufacturer": "Lotmaxx",
  10. "file_formats": "text/x-gcode",
  11. "platform": "lotmaxx_sc_10_20_platform.3mf",
  12. "has_materials": true,
  13. "machine_extruder_trains": { "0": "lotmaxx_sc20_extruder_0" }
  14. },
  15. "overrides":
  16. {
  17. "acceleration_enabled": { "value": false },
  18. "adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
  19. "cool_fan_enabled": { "value": true },
  20. "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
  21. "cool_min_layer_time": { "value": 10 },
  22. "gantry_height": { "value": 40 },
  23. "jerk_enabled": { "value": false },
  24. "jerk_print": { "value": 8 },
  25. "jerk_travel": { "value": "jerk_print" },
  26. "jerk_travel_layer_0": { "value": "jerk_travel" },
  27. "machine_depth": { "default_value": 235 },
  28. "machine_end_gcode": { "default_value": "; SC-20 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" },
  29. "machine_head_with_fans_polygon":
  30. {
  31. "default_value": [
  32. [-32, 11],
  33. [-32, -32],
  34. [28, -32],
  35. [28, 11]
  36. ]
  37. },
  38. "machine_heated_bed": { "default_value": true },
  39. "machine_height": { "default_value": 320 },
  40. "machine_max_jerk_e": { "value": 5 },
  41. "machine_max_jerk_xy": { "value": 10 },
  42. "machine_max_jerk_z": { "value": 0.4 },
  43. "machine_name": { "default_value": "Lotmaxx SC-20" },
  44. "machine_start_gcode": { "default_value": "; SC-20 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" },
  45. "machine_width": { "default_value": 235 },
  46. "material_diameter": { "default_value": 1.75 },
  47. "meshfix_maximum_resolution": { "value": "0.25" },
  48. "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
  49. "retraction_count_max": { "value": 100 },
  50. "retraction_enable": { "value": true },
  51. "retraction_extrusion_window": { "value": 10 },
  52. "retraction_min_travel": { "value": 1.5 },
  53. "skirt_brim_speed": { "value": "speed_layer_0" },
  54. "skirt_gap": { "value": 5.0 },
  55. "skirt_line_count": { "value": 4 },
  56. "speed_infill": { "value": "speed_print * 2" },
  57. "speed_layer_0": { "value": 20.0 },
  58. "speed_prime_tower": { "value": "speed_topbottom" },
  59. "speed_print": { "value": 60.0 },
  60. "speed_roofing": { "value": "speed_topbottom" },
  61. "speed_support": { "value": "speed_wall_0" },
  62. "speed_support_interface": { "value": "speed_topbottom" },
  63. "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" },
  64. "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
  65. "speed_wall_0": { "value": "speed_wall" },
  66. "speed_wall_x": { "value": "speed_wall" }
  67. }
  68. }