Skip to content

Commit

Permalink
Update RRF start script for Vivedino Troodon 2.0 (#1104)
Browse files Browse the repository at this point in the history
* Added profiles for Vivedino Troodon 2.0

* Added printer images for Vivedino Troodon 2.0

* Delete Troodon 2.0 - Klipper_cover.png

* Delete Troodon 2.0 - RRF_cover.png

* Move printer images to vendor folder

* Update RRF start script
  • Loading branch information
YGK3D committed May 21, 2023
1 parent 64a55a4 commit 9b7d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/profiles/Vivedino/machine/fdm_rrf_common.json
Expand Up @@ -131,7 +131,7 @@
"bed_exclude_area": [
"0x0"
],
"machine_start_gcode": "M104 S0\n M190 S0\n M98 P\"start_print.g\" A[first_layer_bed_temperature] B\"[filament_type]\" C[first_layer_temperature] D[nozzle_diameter] ",
"machine_start_gcode": "M104 S0\nM190 S0\nM98 P\"start_print.g\" A[first_layer_bed_temperature] B\"[filament_type]\" C[first_layer_temperature] D[nozzle_diameter] E{first_layer_print_min[0]} F{first_layer_print_max[0]} H{first_layer_print_min[1]} J{first_layer_print_max[1]}",
"machine_end_gcode": "M0",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
Expand Down

0 comments on commit 9b7d725

Please sign in to comment.