Cura/plugins
Pascal 17514b2a6a
Head was 1mm to high after the pause
The wrong line starts here:
458: prepend_gcode += self.putValue(G = 1, Z = current_z + 1, F = 300) + "\n"
The correct line:
458: prepend_gcode += self.putValue(G = 1, Z = current_z, F = 300) + "\n"
2020-10-20 11:36:11 +02:00
..
3MFReader Always add a ConvexHullDecorator to objects loaded from 3MF 2020-10-16 11:31:32 +02:00
3MFWriter Catch OSError and related errors when saving workspaces 2020-09-08 13:01:10 +02:00
AMFReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
CuraDrive Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
CuraEngineBackend Don't cache CuraApplication singleton 2020-10-16 12:05:21 +02:00
CuraProfileReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
CuraProfileWriter Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
FirmwareUpdateChecker Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
FirmwareUpdater Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeGzReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeGzWriter Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeProfileReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeWriter Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
ImageReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
LegacyProfileReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
MachineSettingsAction Force update when changing nozzle size in custom FFF 2020-09-07 10:46:17 +02:00
ModelChecker Fix check of model checker to take new unit of shrinkage factor into account 2020-09-02 01:02:12 +02:00
MonitorStage Remove monitor_text_primary 2020-10-08 17:31:19 +02:00
PerObjectSettingsTool Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
PostProcessingPlugin Head was 1mm to high after the pause 2020-10-20 11:36:11 +02:00
PrepareStage Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
PreviewStage Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
RemovableDriveOutputDevice Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
SentryLogger Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
SimulationView Fix confusing nozzle-node 'ghost' in simulation-view. 2020-10-07 16:22:22 +02:00
SliceInfoPlugin Send None instead of '' if no organisation. 2020-10-16 13:00:12 +02:00
SolidView Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
SupportEraser Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
Toolbox Don't use anchors in a Layout context 2020-10-16 15:41:14 +02:00
TrimeshReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
UFPReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
UFPWriter Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
UltimakerMachineActions Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
UM3NetworkPrinting Optimise images losslessly 2020-10-19 11:21:21 +02:00
USBPrinting Remove redundant variable 2020-10-01 19:47:41 -05:00
VersionUpgrade Add version upgrade for Cura 4.8 2020-09-02 01:20:59 +02:00
X3DReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
XmlMaterialProfile More fixes for PyCapsule_GetPointer race condition 2020-10-16 14:26:27 +02:00
XRayView Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00